Skip to content

Commit 6aab058

Browse files
Updated File Name
1 parent 2a18f1d commit 6aab058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AutomationScripts/Video_Merger/renderVideo.py renamed to AutomationScripts/Video_Merger/render_Video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from listvideos import videoslist,pathOfVideo
33
import os
44

5-
5+
#Taking Input about Video Location.
66
def renderFinalVideo():
77
videoNames=[VideoFileClip(os.path.join(pathOfVideo, video)) for video in videoslist]
88
final_video = concatenate_videoclips(videoNames,method='compose')
@@ -17,4 +17,4 @@ def renderFinalVideo():
1717
print("Sorry the extension must be .mp4")
1818

1919
else:
20-
print(f"Sorry Error Occured!!!Make sure this path exists:- {filePath}")
20+
print(f"Sorry Error Occured!!!Make sure this path exists:- {filePath}")

0 commit comments

Comments
 (0)