-
Hello! Thanks so much for this script, it's a life saver! :) I'm going to start remuxing my Profile 7 files to Profile 8 for Infuse, and am planning on keeping the resulting What would the process of recreating the Profile 7 file look like? Do I have to first extract a DV8.BL_RPU.hevc file from the the Profile 8 MKV and then combine DV8.BL_RPU.hevc + DV7.EL_RPU.hevc before finally merging that resulting file back into MKV? What's the opposite of this command for merging them back together?
Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yep, first extract the Then remux the
Then remux the |
Beta Was this translation helpful? Give feedback.
Yep, first extract the
DV8.BL_RPU.hevc
file from the MKV file. Since FFMPEG is unreliable in demuxing DV HEVC files, I'd recommend usingmkvextract
, like the script does.Then remux the
DV8.BL_RPU.hevc
andDV7.EL_RPU.hevc
files usingdovi_tool
's mux command. You don't have to worry about the DV8 RPU present in theDV8.BL_RPU.hevc
file, asdovi_tool
will automatically overwrite the RPU with the DV7 RPU from theDV7.EL_RPU.hevc
file when remuxing.Then remux the
DV7.BL_EL_RPU.hevc
file with your other MKV tracks.