Hello everyone! Immediately I apologize, I do not know English and I use google translator.
I need to replace the audio track in the mp4 file with Dolby Vision Profile 5.
I used this program (
https://github.com/DolbyLaboratories/dlb_mp4demux) to extract a .h265 video track from a file.
I used this program to create the file -
https://github.com/DolbyLaboratories/dlb_mp4base.
Used this command:
mp4muxer.exe --input-file track1.h265 --input-file track2.ac3 --media-lang eng --output-file 00000_P5_f.mp4 --output-format frag-mp4 --mpeg4-max-frag-duration 2000 --dv-profile 5 --overwrite --mpeg4-comp-brand mp42, dby1, iso6, isom, msdh
But I get Error: rap distance larger than max fragment duration
If you do not use fragmentation, the file is created normally, but I cannot use rewind when watching it on tv.
Help me please.