Page 1 of 1

Any possible way to get 60fps transcode?

Posted: Fri Aug 04, 2017 8:46 pm
by droptopwop
Is it possible to transcode to 60fps on the fly with the Linux version? SVP supports Linux and so does UMS on Windows is there a way to get it working on Linux?

Re: Any possible way to get 60fps transcode?

Posted: Wed Aug 16, 2017 3:00 pm
by Sami32
Add one of these lines into your renderer's configuration file:

Code: Select all

CustomFFmpegOptions = -r 60
or

Code: Select all

OverrideFFmpegVideoFilter = setpts=60*PTS
or

Code: Select all

OverrideFFmpegVideoFilter = fps=60
And FFmpeg should transcode your videos to 60 FPS as expected.

Enjoy ;)