Chris Griffith
Chris Griffith
Just making sure, you don't have `LD_LIBRARY_PATH` overwritten anywhere? Like in `.bashrc` or `.profile` ? What OS is this on?
That's the core GUI package PySide6 I've only see that error on google when that `LD_LIBRARY_PATH` is overwritten, but I don't know what set it in `/etc/enviroment` if that was...
That is entirely dependent on the encoder itself, and does not exist in rigaya encoders: https://github.com/rigaya/NVEnc/blob/master/NVEncC_Options.en.md#encode-mode-options
This seems like the ask might be to just apply a lut filter via ffmpeg with https://ffmpeg.org/ffmpeg-filters.html#lut3d-1 or similar? Seems like that is how it works with photoshop https://opencolorio.readthedocs.io/en/latest/guides/using_ocio/using_ocio.html#photoshop Not...
Yeah I really want to find a way I can easily just read what the user's hardware is without downloading all three encoders and doing a check on each so...
Adding detection of at least supported encoders in https://github.com/cdgriffith/FastFlix/releases/tag/5.4.0 but agreed would be good to go that extra step and parse features for each as well!
I'm probably going to hold off adding this for time being as it's not a common thing to set. It can be also easily added with the custom commands if...
I have not tested or played encodes myself with VVC, I would open an issue with https://github.com/MartinEesmaa/VVCEasy directly for help with that!
Hi @BuyMyMojo , thanks for the suggestion! As a heads up for now I plan to stick with Rigaya's encoders for AV1 hardware support (need to be added manually in...
Interesting to see stuff keep coming on the scene! It's a raw video encoder, so would have to wait until it's added to ffmpeg builds to incorporate.