Jon Frydensbjerg
Jon Frydensbjerg
I've added a new command-line argument that enables this: ``` -a, --auto-loop-mode auto-loop playback when buffer fills, 'off' for continuous streaming (default), 'on' for forward-only mode, 'pp' for ping-pong mode...
In theory Vulkan decoding should be supported in the latest Windows build from what I can see (https://www.gyan.dev/ffmpeg/builds/). I don't have the drivers or hardware to test it myself, though....
@tormento: I've added support for HW accelerated decoding in today's release (this is separate from the decoder selection I did in July). You can now enable Vulkan decoding via `--left-hwaccel...
Cheers! Hardware acceleration with FFmpeg's libraries is a complex topic. Its effectiveness and compatibility depend on several factors, including the specific hardware, drivers, codec, and pixel format used. While CPU...
That's fine for Windows, but it has to be done in a cross-platform fashion (https://github.com/Malvineous/cfgpath could be an option perhaps). I'm open to PRs.
Adding XML parsing would likely require integrating a library (and I'm not a fan of the XML format in general). I'm keen to keep the tool's dependencies limited to SDL2...
Haha, sorry... I'm not working on this - a shell alias or script is still the quick fix for now. It should help ease the typing strain ;)
Hey, @codeliger! I don't use Arch Linux myself, but I would love to include instructions in the README.md (as an extension to the HomeBrew instructions we have added today) for...
I tried running everything in a Jupyter notebook today to check if I had made a mistake maybe while breaking up the functionality of the full notebook into smaller Python...