Question / Help 60FPS footage results in frame skipping on YouTube

Urz

New Member
I've finally found the cause of the frame skipping. Detailing the solution in case others have the same problem or it needs to be reported to the OBS issue tracker.

FLV (and MKV) files produced by OBS do not correctly report the video frame rate. I noticed that ffmpeg was reading the input frame rate as "62.5", which lead me to this post. Using ffmpeg to convert the container format to MP4 causes the frame rate to be correctly reported both locally and on YouTube as "60".

You can see that the video now plays smoothly: https://www.youtube.com/watch?v=218y92a6lCI

I don't know if this is an OBS issue, or an issue with YouTube's encoder interacting with non-MP4 container formats.
 
Back
Top