-
I have an Intel NUC and would like to use Intel QSV hardware transcoding. I see in the settings that I need to specify the path as, for example, Here are the contents of /dev/dri folder (Ubuntu 24):
This all looks good. I have 3 questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Adding the device to my YML file, and force-updating the container made the
The output might look something like this:
If you get a "not found" error, then the |
Beta Was this translation helpful? Give feedback.
APP_DEBUG=true
, there will be a lot of ffmpeg debugging output, so you will be able to see it there. The ffmpeg logs are understorage/logs/ffmpeg-2025-06-02.log
(the date will depend on the date you're testing/debugging). Log rotation is enabled, so there will typically be three or less log files retained at any given time. You can add even more debugging by enabling ffmpeg debugging in …