2025-07-22, 06:05 PM
(This post was last modified: 10 hours ago by Theonlytman2. Edited 1 time in total.)
(RESOLVED)
2025-07-22, 06:05 PM
(This post was last modified: 10 hours ago by Theonlytman2. Edited 1 time in total.)
(RESOLVED)
2025-07-22, 06:36 PM
There are no DV/HDR settings in the Jellyfn for Andriod TV client. You can try removing DV from your files and check if that makes a difference: https://forum.jellyfin.org/t-converting-...n-to-hdr10
2025-07-22, 07:30 PM
(This post was last modified: 10 hours ago by Theonlytman2. Edited 1 time in total.)
(RESOLVED)
2025-07-22, 08:51 PM
Code: & "C:\Program Files\Jellyfin\Server\ffmpeg.exe" -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "C:\path\to\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 "C:\path\to\hdr10_video.mkv" That's the Windows command you can run in PowerShell if Jellyfin is set in the default location. You would need to update your input and output file paths. This command makes a copy, so it's non-destructive. But once you delete the orginal, there is no getting back the DV metadata. As an alternative, you can also try using Kodi, which has DV/HDR compatibility features. You would either need to use Kod with Jellyfin plugin or use it as an external player for the Android TV client. I don't think we'll see HDR settings in the ATV app anytime soon.
2025-07-22, 09:07 PM
(This post was last modified: 10 hours ago by Theonlytman2. Edited 1 time in total.)
(RESOLVED)
|
|
|