fix removing the source video

This commit is contained in:
deflax 2022-04-01 04:47:07 +03:00 committed by GitHub
parent e876f2a0d0
commit b431b87ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,