←back to thread

1113 points Bluestein | 2 comments | | HN request time: 0s | source
Show context
ailurooo ◴[] No.41277582[source]
i used to be able to go frame by frame with quicktime.. is there any modern video player that can actually do this?
replies(3): >>41277612 #>>41277622 #>>41277683 #
thegeomaster ◴[] No.41277612[source]
mpv does it! Period key (.) for next frame, comma (,) for previous. Super handy.
replies(1): >>41278059 #
1. amlib ◴[] No.41278059[source]
You can also hold those keys to play normally at the speed set with [ and ], so you can actually play the video in reverse and slow motion or whatever. Be aware that it's usually very intensive on cpu time (and maybe gpu decoding if applicable) since it has to usually go back a whole keyframe and compute all frames between while doing that, which may result in less than smooth playback on some videos.
replies(1): >>41279734 #
2. chungy ◴[] No.41279734[source]
Reverse usually works significantly worse, at least with common video codecs that work on key frames and intraframes. Depending on your work flow, codecs that don't operate on keyframes/intraframes will actually provide mpv the capability of playing backwards at full speed (eg: rawvideo, ffv1, magicyuv...).