-
Stuttering in FFMPEG output video
I’ve been trying to encode a video and with every result I end up with a slow, stuttering video. I’m limited to 30 FPS and 30 Mbits, but I figured the interpolation filter would solve the stuttering.
Ex: ffmpeg -framerate 30 -i img%05d.png -filter “minterpolate=’mi-mode=mci:mc_mode-aobmc:vsbmc=1′” -vf scale=3840×2160 -c:v hevc_nvenc -b:v 30M -maxrate 30M -bufsize 60M Output.mp4
However, every variation of the filter is still stuttering. Does anyone have any advice on how best to use this filter? Any alternatives?