Skip to content

Add configurable Intel QSV device path #27

Description

@mathieu5500

When using systems with multiple Intel GPUs (for example an iGPU plus an Intel Arc card) multiple render devices may be available:

/dev/dri/renderD128
/dev/dri/renderD129

Currently the Video Transcoder plugin appears to use the default QSV device only. Often the iGPU.

It would be useful to add a plugin setting allowing users to specify the QSV render device path, similar to Jellyfin’s hardware acceleration settings.

Example setting:

QSV Device Path: /dev/dri/renderD129

The plugin would then pass the selected device to FFmpeg when using QSV encoders, for example:

-qsv_device /dev/dri/renderD129

This would improve support for multi-GPU Intel systems while keeping the current behavior as the default.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions