• 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 AV1 doesnt play on some ips

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    AV1 doesnt play on some ips

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-12-12, 02:34 PM (This post was last modified: 2024-12-12, 02:36 PM by TheDreadPirate. Edited 1 time in total.)
    I don't think so. mkvmerge, and all the mkvtoolnix apps, only deal with MKV container related parts of a file. dovi_tool and jellyfin-ffmpeg7.0.2-4+, and ffmpeg7.1 are the only apps I'm aware of that can remove Dolby Vision from a file.

    It is literally a single command to remove dolby vision with Jellyfin-ffmpeg, which I provided in a prior post. You just need to set the actual file path. And you already have jellyfin-ffmpeg installed.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    goerdi
    Offline

    Member

    Posts: 112
    Threads: 34
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #12
    2025-01-25, 10:56 PM (This post was last modified: 2025-01-26, 03:54 PM by goerdi. Edited 1 time in total.)
    Hi !

    It worked for some files but now i get a failure message with converting which i do not understand:
    av1_metadata @ 0x615099474780] Codec 'mjpeg' (7) is not supported by the bitstream filter 'av1_metadata'. Supported codecs are: av1 (225)
    [vost#0:7/copy @ 0x615099546880] Error initializing bitstream filter: av1_metadata
    Error opening output file hdr10_video.mkv.
    hdr10_video.mkv then is created with 0 bytes...

    this file plays in Browser but not in with internal player..

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2025-01-26, 05:05 PM (This post was last modified: 2025-01-26, 05:06 PM by TheDreadPirate. Edited 1 time in total.)
    (2025-01-25, 10:56 PM)goerdi Wrote: av1_metadata @ 0x615099474780] Codec 'mjpeg' (7) is not supported by the bitstream filter 'av1_metadata'. Supported codecs are: av1 (225)
    [vost#0:7/copy @ 0x615099546880] Error initializing bitstream filter: av1_metadata

    This happens when there is an embedded image attached.  For whatever reason ffmpeg labels that as "video". Your video may not have actually converted.

    Change the bsf filter to specify the first video stream, which is USUALLY the actual video.  Switch 0 to 1 if the embedded image comes before the video

    Code:
    -bsf:v:0
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    goerdi
    Offline

    Member

    Posts: 112
    Threads: 34
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #14
    2025-01-27, 07:54 AM
    Hi !

    Ok thanks... btw: will the cover than stay in the output file ?

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2025-01-27, 01:07 PM (This post was last modified: 2025-01-27, 01:08 PM by TheDreadPirate. Edited 1 time in total.)
    Yes. The image will be in the output file. The "-map 0" command is what determines what is selected. In this case we telling it to map ALL of the streams in the first input file to the output file.

    "-bsf:v:0" just changes which video stream to apply the remove_dovi bitstream filter to instead of all of them.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    goerdi
    Offline

    Member

    Posts: 112
    Threads: 34
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #16
    2025-01-28, 12:50 PM
    Hi !

    OK thanks ...

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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