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