-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow negative values for the speed option to reverse playback #4000
Comments
Inter-frame codecs (most in use today) don't work well with reverse playback. This is probably a wontfix, c.f. #3805 |
Is there no way to provide rudimentary support for this by skipping to individual frames (in reverse order)? It's fine if it doesn't run at 60 FPS. |
You can get a similar effect by keeping the Real backwards playback would be a nice thing, but definitely not easy to add. You could try a gstreamer player, since gstreamer has support for true backwards playback - I've never seen it in action anywhere, though. |
Has there been any significant update? I also experienced the experience of the creator of the post |
@TeoColuccio you can use |
This option is already very useful to me, but is there any way to do this while I'm playing in normal mode? |
I'm not sure what you mean by "normal mode" |
I mean a normal playback of a video. While I play frame-by-frame forwards, I would also like to be able to play frame-by-frame in reverse. |
That's what setting the Please no longer pollute this old issue with questions, the original reporter does not need notifications about this. If you still have questions, open a new issue, and properly explain what you want to do, what you expect it to do, and how it currently behaves. |
Could |
mpv version and platform
mpv 0.23.0, macOS 10.12.3 (16D17a)
Reproduction steps
mpv foo.mp4 --start=50% --speed=-2
Expected behavior
mpv launches, starts the video and 50%, and plays the video in reverse at 2x speed.
Actual behavior
mpv fails to launch with the following error:
Log file
N/A
Sample files
N/A
The text was updated successfully, but these errors were encountered: