![]() |
|
Converting Dolby Vision to HDR10 - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Guides, Walkthroughs & Tutorials (https://forum.jellyfin.org/f-guides-walkthroughs-tutorials) +--- Thread: Converting Dolby Vision to HDR10 (/t-converting-dolby-vision-to-hdr10) |
RE: Converting Dolby Vision to HDR10 - Host-in-the-Shell - 2024-11-29 I just noticed that the playback issues I was experiencing seem to come from Dolby TrueHD audio track, whenever I select Dolby Digital it plays back normally. RE: Converting Dolby Vision to HDR10 - NavicNick - 2024-11-30 (2024-11-07, 10:06 PM)TheDreadPirate Wrote: This guide has been updated. Jellyfin-ffmpeg 7.0.2-4 added a bitstream filter to remove Dolby Vision directly in ffmpeg. dovi_tool is no longer needed at all. And this still does not require any re-encoding AND can be done with a single ffmpeg command. Hey, sorry for getting back to you 2 months later, didn't get an email notification... But, this worked! Simplifies everything a lot and I don't have any problems. I didn't try any other command other than the single one in your update at the top of the post. It does use up a lot of RAM as someone else here mentioned, but not a huge deal for me. Thanks again for all your work! RE: Converting Dolby Vision to HDR10 - teddy101 - 2024-12-16 When i run this command: ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "dv-video.mkv" -map 0 -bsf:v hevc_metadata=remove_dovi=1 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled "hrd10-video.mkv" I get the following error: [out#0/matroska @ 0000016a23ce3540] Could not write header (incorrect codec parameters ?): Invalid data found when processing input What am i doing wrong? File information: Metadata: title : encoder : libebml v1.4.4 + libmatroska v1.7.9 Duration: 03:24:26.53, start: 0.000000, bitrate: 19236 kb/s Chapters: Chapter #0:0: start 0.000000, end 11657.000000 Metadata: title : Start Chapter #0:1: start 11657.000000, end 12266.528000 Metadata: title : Credits Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(pc), 3840x2160 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn (default) (dub) Metadata: title : Side data: DOVI configuration record: version: 1.0, profile: 5, level: 6, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 0, compression: 0 Stream #0:1(eng): Audio: eac3 (Dolby Digital Plus + Dolby Atmos), 48000 Hz, 5.1(side), fltp, 768 kb/s (default) (original) Metadata: title : Stream #0:2(eng): Subtitle: subrip (srt) (dub) Metadata: title : Stream #0:3(chi): Subtitle: subrip (srt) (dub) Metadata: title : Simplified Stream #0:4(chi): Subtitle: subrip (srt) (dub) Metadata: title : Traditional Stream #0:5(eng): Subtitle: subrip (srt) (dub) (hearing impaired) Metadata: title : SDH RE: Converting Dolby Vision to HDR10 - teddy101 - 2024-12-16 Also do you have an example line showing how to convert it to av1? RE: Converting Dolby Vision to HDR10 - TheDreadPirate - 2024-12-16 This guide only applies to DV7 and DV8. Your video is DV5. DV7 and DV8 add "enhancement layers" to the high dynamic range BT2020 (HDR10) color space. DV5 is like HDR10 in that is a native high dynamic range color space (IPTPQc2). Having said that, DV5 is also very compatible. Most devices should support it. I have no idea what would happen if you tried to convert it to AV1. |