pixop / video-compare

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

how to loop the video for continuously ? #15

Closed sramakintel closed 1 year ago

sramakintel commented 2 years ago

How to loop the video continuously so i can play indefinitely ?

jonfryd commented 2 years ago

Hey @sramakintel,

Looping is not supported and it is not a priority to me.

I'd be happy to accept PRs if someone can muster the courage and time to do it, but it won't be straight-forward to implement due to how packets and frames are currently being streamed in queues.

deshudiosh commented 5 months ago

Maybe we could just have the whole app relunch with the same parameters?

jonfryd commented 5 months ago

That's a possible quick fix, although a bit hacky, as it involves relaunching the entire app.

It would be a smoother user experience if someone put in the work required to re-initialize packet streaming instead but it is going to take more development time.