Maciej Pijanowski
Maciej Pijanowski
Any more details here?
So what is the purpose of this option?
> @mkopec @macpijan it seems you still don't understand how it works... If we don't, users certainly will not understand this. Maybe you should document this behavior?
It looks like the crucial thing is the starting position (when the seek command was executed). The test scenario was: Start the video -> sleep (1..25s) -> get current position...
Per some additional research, it looks like the omxplayers seeks to the next `keyframe`. For my video the keyframes are: ``` ffprobe -loglevel error -select_streams v:0 -show_entries packet=pts_time,flags -of csv=print_section=0...
@popcornmix Thanks. It does make more sense now when I read more about the video formats etc. I know some players do support seeking to a precise timestamp (e.g. VLC)....
Apparently, this is how the `accurate seek` is usually implemented: ``` To start playback from non-keyframe position in a video, the player has to go back to the previous key...
Hello. Can I ask what is the status here and where is the blocker (issue link)? What would be the next step to move it forward? Thanks.
Hello. Can I ask what is the status here and where is the blocker (issue link)? What would be the next step to move it forward? Thanks.
@dancios What kind of answer do expect? Is your question based on any source? If so, please link it. That would help to driver the discussion. Otherwise it seems that...