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