We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a18f1d commit 6aab058Copy full SHA for 6aab058
AutomationScripts/Video_Merger/renderVideo.py renamed to AutomationScripts/Video_Merger/render_Video.py
@@ -2,7 +2,7 @@
2
from listvideos import videoslist,pathOfVideo
3
import os
4
5
-
+#Taking Input about Video Location.
6
def renderFinalVideo():
7
videoNames=[VideoFileClip(os.path.join(pathOfVideo, video)) for video in videoslist]
8
final_video = concatenate_videoclips(videoNames,method='compose')
@@ -17,4 +17,4 @@ def renderFinalVideo():
17
print("Sorry the extension must be .mp4")
18
19
else:
20
- print(f"Sorry Error Occured!!!Make sure this path exists:- {filePath}")
+ print(f"Sorry Error Occured!!!Make sure this path exists:- {filePath}")
0 commit comments