2025-06-16, 10:00 AM
(This post was last modified: 2025-06-16, 10:01 AM by Jollyrolly. Edited 1 time in total.)
yesterday sth. funny happend. While testing I suddenly got HDR instead DV from the jellyfin "on the fly remux":
fallback hdr remux and working:
ffmpeg -analyzeduration 200M -probesize 1G -ss 01:04:01.462 -fflags +genpts -i file:"E:\xyz.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 640 -hls_segment_filename "C:\ProgramData\Jellyfin\Server\cache\transcodes\63c55d6767590d6a46d7f0a7fe94ba15%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\ProgramData\Jellyfin\Server\cache\transcodes\63c55d6767590d6a46d7f0a7fe94ba15.m3u8"
After restarting jellyfin app it went back to the (not working) DV remux:
ffmpeg -analyzeduration 200M -probesize 1G -ss 01:12:31.096 -fflags +genpts -i file:"E:\xyz.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 dvh1 -strict -2 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 725 -hls_segment_filename "C:\ProgramData\Jellyfin\Server\cache\transcodes\275787677582c28c7cd6c45a4acdca90%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\ProgramData\Jellyfin\Server\cache\transcodes\275787677582c28c7cd6c45a4acdca90.m3u8"
Dunno if that is of any help
fallback hdr remux and working:
ffmpeg -analyzeduration 200M -probesize 1G -ss 01:04:01.462 -fflags +genpts -i file:"E:\xyz.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 640 -hls_segment_filename "C:\ProgramData\Jellyfin\Server\cache\transcodes\63c55d6767590d6a46d7f0a7fe94ba15%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\ProgramData\Jellyfin\Server\cache\transcodes\63c55d6767590d6a46d7f0a7fe94ba15.m3u8"
After restarting jellyfin app it went back to the (not working) DV remux:
ffmpeg -analyzeduration 200M -probesize 1G -ss 01:12:31.096 -fflags +genpts -i file:"E:\xyz.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 dvh1 -strict -2 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 725 -hls_segment_filename "C:\ProgramData\Jellyfin\Server\cache\transcodes\275787677582c28c7cd6c45a4acdca90%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\ProgramData\Jellyfin\Server\cache\transcodes\275787677582c28c7cd6c45a4acdca90.m3u8"
Dunno if that is of any help
