pixop / video-compare

Split screen video comparison tool using FFmpeg and SDL2
GNU General Public License v2.0
969 stars 44 forks source link

Only able to play file once #77

Closed brbbbq closed 1 week ago

brbbbq commented 3 weeks ago

Once the player reaches the end of the file I can no longer navigate to another part of the video by left-clicking with the mouse or hitting the arrow keys. It says "Unable to perform seek (end of file reached)" and I can no longer play the video by pressing the spacebar.

240909-185708-video-compare

jonfryd commented 3 weeks ago

This is related to https://github.com/pixop/video-compare/issues/15

I've decided to address it. I'll look into it next week.

jonfryd commented 1 week ago

@brbbbq, I've released the fix in 20240923 just now.

brbbbq commented 6 days ago

Got it. Appreciate it, thank you!