2024-12-24, 09:14 AM
No, my guess is the timebase generated by ffmpeg totally fucked up the frame time in the output. I *think* you can get the exact results by remuxing with mkvtoolnix with the output from:
Updating to this version:
https://github.com/jellyfin/jellyfin-ffm...g/v7.0.2-8
And remove the
/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -loglevel error -i "/path/to/dv_video.mkv" -bsf:v hevc_mp4toannexb,hevc_metadata=remove_dovi=1 -dn -c:v copy -f hevc "hdr10_video.hevc"
Updating to this version:
https://github.com/jellyfin/jellyfin-ffm...g/v7.0.2-8
And remove the
-fflags +genpts+igndts
might also help with original command.