unsilence icon indicating copy to clipboard operation
unsilence copied to clipboard

Request: specify ffmpeg encoder and parameters

Open ahmadrr opened this issue 3 years ago • 1 comments

I would like the ffmpeg output to be losslessly encoded using libx265 -preset ultrafast -crf 0 -pix_fmt yuv420p for further editing using different application. The current implementation when specifying .mp4 output seems to make ffmpeg use the default libx264 -preset medium -crf 23. Or add just an option to pass lossless encoding to ffmpeg would be good too.

ahmadrr avatar May 31 '21 00:05 ahmadrr

Try editing the line in RenderIntervalThread.py

gar-onn avatar Jan 17 '22 22:01 gar-onn