Roberespa wrote: ↑Sun Dec 13, 2020 5:01 pm
* Tutorial on how to convert an .iso movie with HDR10 and Dolby Vision to .m2ts *
* This tutorial is primarily intended for all novice users who don't want to read all these forum pages. you will get a good result. Without having to do a lot of tests and trials until you get it. *
(This is something that I miss a lot, that from minute one you start reading this new and very tedious thing. So now that I know how to do it; so that you don't spend hours and hours I have decided to do my personal tutorial with the aim of help them.)
The first thing you need is to have all these programs updated in their latest version, otherwise it will not work !:
MakeMKV
tsMuxeR:
on page 259 the user "RESET_9999" offers us the link to the latest versions of tsMuxeR.
ffmpeg
Unzip this program to C: \ and rename the folder (call it) ffmpeg | In Windows environment variables (you can search for it in search box) open it
Give Environment Variables, double click on Patch, click again and type the path C: \ ffmpeg \ bin OK, OK and OK. This tells the CMD that you know the ffmpeg commands for easier access.
Once these programs are installed or updated:
1º Use MakeMKV open the UHD iso with Dolby Vision and extract the video track. (Check only the video track, uncheck all other audio subtitles, etc.) In short uncheck everything so that you only save the video track.
2º Open the "cmd" (Command Prompt) as administrator and write>
ffmpeg -i Rings.mkv -map 0: 0 -c copy T: \ BL_EL_RPU.hevc * With this I manage to merge the 2 layers in a single file with the possibility to disjoin *
Rings.mkv is the name of the mkv that contains only the video obtained from the MakeMKV program, I write the correct name in my case, I change the name to make it easier for me. T: \ (I'm telling you to save the result in that directory.) BL_EL_RPU.hevc is the name that the final file should have.
3º
Use tsMuxeR and open "BL_EL_RPU.hevc" To put the audios and subtitles that you mount in a virtual unit, the FULL-UHD Dolby Vision.iso adds 00073.m2ts unchecks the two video tracks (only adds the audio tracks and subtitles) or previously with tsMuxeR you make a DEMUX to simply add the audio tracks and subtitles to the "BL_EL_RPU.hevc" and give it to
create a .ts or .m2ts video file (I recommend .m2ts because it is the purest).
and ready.
Step 1 creates a video file with HDR10 and Dolby Vison but most televisions do not open it, so you have to do step 2 and 3 that I mention.
I hope it will be very helpful to new users. I spent many hours reading and testing. It gave me a lot of mistakes. But with this method everything works perfectly.
You will get a .m2ts or .ts file with HDR10 and Dolby Vision valid for the vast majority of televisions.