You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On desktop / with FFmpeg, we would need to make it ourselves. We could call av_seek_frame(formatContext, videoStreamIndex, timestamp, AVSEEK_FLAG_BACKWARD);
to get to the last keyframe before the selected timestamp, then decode forward and discard frames until we're there.
That second part would be the more difficult thing to get working right.
It is possible to rewind / forward a video, if not this will be a future feature or it's even possible tto be inplemented?
The text was updated successfully, but these errors were encountered: