Some mp4 files converted with ffmpeg are off by .01 frames/second, how can I fix this (without resampling)
I have several mp4 files with a frame rate of 119.88 frames/second, I need to convert these to 29.97 frames/second without resampling.
How do I use ffmpeg to convert videos (filmed VFR:120), from a playback frame rate of 120 to a PFR of 30 fps, WITHOUT RESAMPLING?
I’ve never used ffmpeg (in Windows Command) before and am a newbie coder so any help would be much appreciated! I have videos that were filmed with a variable frame rate of 120fps. These videos have a playback frame rate of 120fps, and I need to convert them to a playback frame rate of 30fps without resampling.