Any possible way to get 60fps transcode?
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
-
- Posts: 1
- Joined: Fri Aug 04, 2017 8:44 pm
Any possible way to get 60fps transcode?
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?
Add one of these lines into your renderer's configuration file:
or
or
And FFmpeg should transcode your videos to 60 FPS as expected.
Enjoy
Code: Select all
CustomFFmpegOptions = -r 60
Code: Select all
OverrideFFmpegVideoFilter = setpts=60*PTS
Code: Select all
OverrideFFmpegVideoFilter = fps=60
Enjoy
