fix removing the source video
This commit is contained in:
parent
e876f2a0d0
commit
b431b87ee2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ print ('Muxing audio and video...')
|
|||
final = VideoFileClip('tmpvideo.mp4')
|
||||
final.set_audio(audio_clip)
|
||||
|
||||
final.write_videofile('tmpvideo.mp4',
|
||||
final.write_videofile('output.mp4',
|
||||
fps=FPS,
|
||||
codec=VCODEC,
|
||||
audio_codec=ACODEC,
|
||||
|
|
Loading…
Reference in a new issue