Max Curzi

Results 38 comments of Max Curzi

Fair request, currently it just hangs indefinitely (waiting for the user to quit playback with "q"). I'll look into exiting when playback ends. The tricky bit is deciding what to...

Good idea! I'll look into it when I have some time

I'll check it out. The Readme should not be changed because the FFMPEG (ffmpeg library) version number is supposed to be different from ffmpeg-next (cargo crate) as they are two...

I'd be interested to know if people managed to build and run tplay after updating ffmpeg to version 6... The crate that this project uses, ffmpeg-next, still doesn't support ffmpeg...

Sounds good, I'll try setting it up and update it once I have a bit of downtime!

So I had some issues trying to install ffmpeg versions after 4 and as far as I understand it ffmpeg versions 6+ aren't supported on ubuntu 22.04. It's nice to...

Oof, this incompatibility came sooner than expected! Everything relies on OpenCV so this isn't something that can be tackled in few hours On Sun, 30 Mar 2025, 04:20 Landon Poch,...

@landonpoch I just updated this crate to 0.6.1, it compiles (on my machine :)) with OpenCV 4.11 Try again when you have time and please let me know if it...

I see! I think we have some dependency issues somewhere because I had to remove that parameter to make tplay 0.6.1 compile. You should be able to install 0.6.0 instead....

Closing this as 0.6.3 should now work. Any issues around "algorithmHint" would probably be due to an old OpenCV version installed. Please reopen if you still see issues @ArThirtyFour Someone...