Skip to content

Command to remux the extracted DV7.EL_RPU file back into the MKV #11

Answered by nekno
cannikin asked this question in Q&A

You must be logged in to vote

Yep, first extract the HEVC track from the MKV file (call it, e.g., DV8.BL_RPU.hevc). Since FFMPEG is unreliable in demuxing DV HEVC files, I'd recommend using mkvextract, like the script does.

Then remux the DV8.BL_RPU.hevc and DV7.EL_RPU.hevc files using dovi_tool's mux command. You don't have to worry about the DV8 RPU present in the DV8.BL_RPU.hevc file, as dovi_tool will automatically overwrite the RPU with the DV7 RPU from the DV7.EL_RPU.hevc file when remuxing.

"$doviToolPath" mux --bl "DV8_BL_RPU.hevc" --el "DV7.EL_RPU.hevc" -o "DV7.BL_EL_RPU.hevc"

Then remux the DV7.BL_EL_RPU.hevc file with your other MKV tracks.

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@cannikin

Answer selected by nekno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants