mirror of
https://github.com/mpv-player/mpv
synced 2025-05-02 16:20:25 +00:00
manpage: backward encoding actually appears to work
The way backward playback is implemented doesn't break basic assumptions about timestamps after the decoder, so I guess all the encoding mode needs to do is to adjust for the start offset, which it already does. Though I might be wrong and my test was possibly flawed. Stream recording on the other hand will fail immediately with --record-file, and --stream-record will probably yield unexpected results if any backstep seeks are done.
This commit is contained in:
parent
f53f9b89b1
commit
b04a761ce4
@ -467,7 +467,8 @@ Playback Control
|
||||
- Trying to use this with hardware video decoding will probably exhaust all
|
||||
your GPU memory and then crash a thing or two.
|
||||
|
||||
- Stream recording and encoding are broken.
|
||||
- Stream recording is broken. ``--stream-record`` may keep working if you
|
||||
backward play within a cached region only.
|
||||
|
||||
- Relative seeks may behave weird. Small seeks backward (towards smaller
|
||||
time, i.e. ``seek -1``) may not really seek properly, and audio will
|
||||
|
Loading…
Reference in New Issue
Block a user