Any possible way to get 60fps transcode?

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
droptopwop
Posts: 1
Joined: Fri Aug 04, 2017 8:44 pm

Any possible way to get 60fps transcode?

Post 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?
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: Any possible way to get 60fps transcode?

Post 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 ;)
Post Reply