Revert broken tuning for ffmpeg

This commit is contained in:
Theelgirl 2020-10-25 22:53:18 +00:00 committed by GitHub
parent 8cc2946191
commit b54141ed56
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ def make_video(output_filepath, framerate="1/5"):
else:
outputfile = output_filepath
os.system('ffmpeg -r ' + framerate + ' -i ./fvid_frames/encoded_frames_%d.png -c:v libx264rgb -tune zerolatency ' + outputfile)
os.system('ffmpeg -r ' + framerate + ' -i ./fvid_frames/encoded_frames_%d.png -c:v libx264rgb ' + outputfile)