#9013: ffplay: Stop-and-go display / mpeg4 ------------------------------------+----------------------------------- Reporter: malaterre | Owner: Type: defect | Status: closed Priority: normal | Component: ffplay Version: git-master | Resolution: wontfix Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by malaterre): * status: new => closed * resolution: => wontfix * component: undetermined => ffplay Comment: Replying to [comment:2 Balling]:
That happens because by default mpv does not have interpolation at all. And of course, if you display is G-sync, without interpolation it will switch to native frame rate of 25.000 progressive. Ffplay also supports G-sync, but I am not so sure how good does it work. See this discussion https://github.com/mpv-player/mpv/issues/6137
Indeed applying suggestion from: * https://github.com/mpv-player/mpv/issues/6137#issuecomment-423171571 as: {{{ $ ffmpeg -i bb2_an2500_copy.mkv -filter:v fps=fps=60 bb2_an2500_copy_60.mkv }}} does solve the symptoms, at least on my side. I'll close the issue as wontfix. -- Ticket URL: <https://trac.ffmpeg.org/ticket/9013#comment:4> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker