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
Discussion options

You must be logged in to vote

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 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

Comment options

You must be logged in to vote
1 reply
@cannikin
Comment options

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