Fixes Issue #2 #4
@ -178,7 +178,7 @@ class _Worker:
|
||||
(ffmpeg
|
||||
.input(demux_file, safe=0)
|
||||
.filter('scale', height='min(in_h, {})'.format(maxheight), width=-2)
|
||||
.output(outpath, vcodec='libx264', crf=crf, preset=preset, vsync='vfr', movflags='+faststart', pix_fmt='yuv420p', c='copy')
|
||||
.output(outpath, crf=crf, preset=preset, pix_fmt='yuv420p')
|
||||
.overwrite_output()
|
||||
.run(quiet=quiet))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user