Closed Ansh-Rathod closed 3 months ago
You have to use backend api, because video_player has no such feature. next: player.seek(position: 1, flags: mdk.SeekFlag(mdk.SeekFlag.fromNow | mdk.SeekFlag.frame));
, previous: player.seek(position: -1, flags: mdk.SeekFlag(mdk.SeekFlag.fromNow | mdk.SeekFlag.frame));
WOW, so it does have this functionality! Yes, I'm using backend API only, huge thank you for the response & plugin it self!
HII, I think I saw this feature in vlc or some other editor where you can jump to the next/previous frame change with buttons I'm thinking of getting that frame change data using ffmpeg but I wonder if it's possible in the player it self or not?