2023-08-28, 07:04 PM
Make sure you are really using Jellyfin-FFmpeg. It should has a banner like this [ffmpeg version x.y.z-Jellyfin]
Run this command to remux the DoVi Profile 5 video from MKV container to MP4 container.
Run this command to remux the DoVi Profile 5 video from MKV container to MP4 container.
Code:
ffmpeg -y -strict -2 -i "profile5.MKV" -map 0:v:0 -map 0:a -sn -c:v copy -tag:v dvh1 -c:a copy "profile5.MP4"