8000 GitHub - wargio/jellyfin-hw-setup: A collection of script to configure jellyfin transcoding
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wargio/jellyfin-hw-setup

< 8000 h2 class="sr-only ScreenReaderHeading-module__userSelectNone--vW4Cq prc-Heading-Heading-6CmGO" data-testid="screen-reader-heading" id="folders-and-files">Folders and files
NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

jellyfin-hw-setup

A collection of script to configure jellyfin transcoding

FAQ

  • 'vainfo' is not installed. Aborting.: Please install vainfo.
  • The output is empty: Please ensure you have installed the vaapi drivers needed by your HW.

Example on 12th Gen Intel

$ bash jellyfin-vaapi-detect.sh /dev/dri/renderD128
Supported HW Decoding:
    AV1
    H264
    HEVC
    HEVC 10bit
    HEVC Rext 8/10bit
    HEVC Rext 12bit
    MJPEG
    MPEG2
    VC1
    VP8
    VP9
    VP9 10bit
Supported HW Encoding:
    H264
    HEVC
    HEVC 10bit
    HEVC Rext 8/10bit
    HEVC Rext 12bit
    MPEG2
Supported Low-Power HW Encoding:
    H264
    HEVC
    HEVC 10bit
    HEVC Rext 8/10bit
    VP9
    VP9 10bit

Example on AMD Ryzen 7

$ bash jellyfin-vaapi-detect.sh /dev/dri/renderD128
Supported HW Decoding:
    H264
    HEVC
    HEVC 10bit
    MJPEG
    MPEG2
    VC1
    VP9
    VP9 10bit
Supported HW Encoding:
    H264
    HEVC
    HEVC 10bit
Supported Low-Power HW Encoding:

About

A collection of script to configure jellyfin transcoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0