[FFmpeg-user] convert mkv to mp4
Ferdi Scholten
ferdi at sttc-nlp.nl
Fri Feb 14 09:15:51 EET 2025
On 13-02-2025 20:57, KoSza wrote:
> Hello,
>
> Great improvement, thank you.
>
> /volume1/@appstore/ffmpeg7/bin/ffmpeg -i
> /volume1/video/series/Dune.Prophecy.S01.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD/Dune.Prophecy.S01E02.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD.mkv
> -map 0 -c copy -c:s mov_text
> /volume1/video/series/Dune.Prophecy.S01.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD/Dune.Prophecy.S01E02.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD2222.mp4
>
> We are almost there. I have two notes:
> - the output file has different permissions (this way Plex could not read
> it just after I modified perissions like other files have)
> - my tv only plays it as HDR10+ instead of Dolby Vision, this is the main
> point of converting. mk4s are played in HDR10+, if I change container it
> played as Dolby Vision (with my win software, XMediaRecode).
> So technically the file is good, but the reason why I want to convert it is
> not fulfilled.
>
> Thank you,
> Kosza
>
>
> Vincent Deconinck<vdeconinck at gmail.com> ezt írta (időpont: 2025. febr.
> 13., Cs, 18:51):
>
>
Try adding "-strict unofficial" to your ffmpeg commandline like this:
/volume1/@appstore/ffmpeg7/bin/ffmpeg -i
/volume1/video/series/Dune.Prophecy.S01.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD/Dune.Prophecy.S01E02.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD.mkv -map 0 -c copy -c:s mov_text -strict unofficial /volume1/video/series/Dune.Prophecy.S01.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD/Dune.Prophecy.S01E02.2160p.MAX.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265.HUN.ENG-PTHD2222.mp4
More information about the ffmpeg-user
mailing list