• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Transcoding on i7 4770k & GTX 770 (docker)

     
    • 0 Vote(s) - 0 Average

    Transcoding on i7 4770k & GTX 770 (docker)

    zjeffer
    Offline

    Junior Member

    Posts: 18
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:Belgium
    #6
    2024-05-20, 06:25 PM (This post was last modified: 2024-05-20, 07:27 PM by zjeffer. Edited 1 time in total.)
    (2024-05-20, 05:58 PM)TheDreadPirate Wrote: Yeah.  HEVC is supported by your CPU/iGPU.  The only codec boxes you can are H264, MPEG2, VC1, and VP8.

    Do you mean *not* supported by my CPU/iGPU? I would assume if it's supported I could check them without errors.
    According to this table the 4770k's architecture (Haswell) only supports MPEG-2 and AVC. VC1 and VP8 are supported partially (for transcoding, I guess I need both encoding and decoding support?).

    Quote:The only codec boxes you can are H264, MPEG2, VC1, and VP8.

    I now checked only those codecs, and I'm still getting this error when trying to play any HEVC content:

    Code:
    DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument
    Assuming 131072kB available aperture size.
    May lead to reduced performance or incorrect rendering.
    get chip id failed: -1 [22]
    param: 4, val: 0
    i915 does not support EXECBUFER2
    [AVHWDeviceContext @ 0x5d5b20540800] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so init failed
    [AVHWDeviceContext @ 0x5d5b20540800] Failed to initialise VAAPI connection: -1 (unknown libva error).
    [AVFilterGraph @ 0x5d5b20543dc0] Error initializing filters
    Error reinitializing filters!
    Failed to inject frame into filter network: Input/output error
    Error while processing the decoded data for stream #0:0
    [libfdk_aac @ 0x5d5b1f25e680] 2 frames left in the queue on closing

    If I uncheck HEVC, doesn't that mean it should do software transcoding instead of trying to do hardware accelerated transcoding?

    And thanks for the help so far Smiling-face
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-20, 03:43 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-20, 04:35 PM
    RE: Transcoding on i5 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-20, 04:46 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-20, 05:06 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-20, 05:58 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-20, 06:25 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-20, 08:51 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-20, 08:56 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-20, 09:42 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-22, 06:28 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-22, 06:38 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-23, 08:15 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-24, 01:09 AM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-24, 05:15 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-24, 05:22 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-24, 05:50 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-24, 05:59 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-24, 08:45 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-24, 09:42 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-24, 10:04 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-24, 10:31 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-24, 10:49 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-24, 10:56 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-05-24, 11:02 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-25, 08:51 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-05-25, 09:50 PM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by zjeffer - 2024-06-16, 10:41 AM
    RE: Transcoding on i7 4770k & GTX 770 (docker) - by TheDreadPirate - 2024-06-16, 04:43 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode