Dolby Vision
Re: Dolby Vision
I told you so. You need to compress BEFORE using makemkv to make the DV MKV.
Re: Dolby Vision
I was referring at the time you said to use clonebd to do the whole process which is extract, compress and create dvmkv.
Re: Dolby Vision
No i didn't. Read again. I said CloneBD can't create a MKV with DV.
-
- Posts: 25
- Joined: Fri Apr 24, 2020 7:11 pm
Re: Dolby Vision
OK I got it.
ImgBurn is a little dated in terms of 4K discs
What are the Image Options for 4K Discs ?
The below is for blu-ray
File System: UDF
UDf Revision: 2.50
Re: Dolby Vision
4k is UDF 2.6. But there is no drawback for 2.5. DVDFab saves as 2.5 for instance.
Re: Dolby Vision
I misunderstood when you said
However, the easiest way would be CloneBD. With that you can pick just the main movie with AnyDVD in the background, keep Dolby Vision and compress the output.
Re: Dolby Vision
Yes. But I stated also not to MKV with DV. Clearly. There you need the postprocessing.
Re: Dolby Vision
Yeah I saw it in another message you posted.
Re: Dolby Vision
Post2 in THIS THREAD:
Using payware I can recommend CloneBD which will also do the compression for you and outputs the whole as an ISO. Then run that ISO through Makemkv. MKVs are also supported by CloneBD but only w/o DV.
Using payware I can recommend CloneBD which will also do the compression for you and outputs the whole as an ISO. Then run that ISO through Makemkv. MKVs are also supported by CloneBD but only w/o DV.
-
- Posts: 25
- Joined: Fri Apr 24, 2020 7:11 pm
Re: Dolby Vision
Hello,Coopervid wrote: ↑Mon Nov 08, 2021 4:20 pmThe first question i have if you can play DV from a MKV file?
If yes, I would recommend to do your compression first and then assemble the files again in TSMuxer with ISO as output and only then run Makemkv to produce the MKV file. TSMuxer is freeware. Look at the last steps of this guide which was created for a different issue:
https://forum.redfox.bz/threads/guide-t ... -dv.82545/
Using payware I can recommend CloneBD which will also do the compression for you and outputs the whole as an ISO. Then run that ISO through Makemkv. MKVs are also supported by CloneBD but only w/o DV.
So I used the software on that forum. And I extracted out the
- BL.hevc
- EL.hevc
- RPU.bin
- Audio Track.dts
- Subtitles.sup
Thank You
Re: Dolby Vision
Yes, that should work. Like said in the tutorial you don't use the RPU.bin that is created.
Re: Dolby Vision
Quick question. Since I already have an mkv created with makemkv containing DV and another with compressed hdr10 video file. Can I use dkvextrator to extract the EL layer from the mkv with dv and extract the BL layer from my compress mkv and then put everything in tsmuxer to after put it in makemkv? I'm just trying to find a way to save all the time that was already used on the mkv I have while I use the new method on the following compression.
-
- Posts: 25
- Joined: Fri Apr 24, 2020 7:11 pm
Re: Dolby Vision
Thank you.
Quick question. Do you know how to extract the BL.hevc and EL.hevc using x265, ffmpeg ? I don't want to use the extractor provided on that forum.
Edit: I think I got it
ffmpeg -i my.mkv -c:v copy -vbsf hevc_mp4toannexb -f hevc - | dovi_tool demux -
This outputs a BL.hevc and EL.hevc using dovi_tool
Re: Dolby Vision
just ran into an issue with tsmuxer. It doesn't support Dolby TrueHD? When I load a video that contain that, it fail...
-
- Posts: 25
- Joined: Fri Apr 24, 2020 7:11 pm
Re: Dolby Vision
At the bottom of this tutorial is talks about TrueHD
https://codecalamity.com/encoding-uhd-4 ... th-ffmpeg/
"If you also have TrueHD sound tracks, you may need to use eac3to first to break it into the TrueHD and AC3 Core tracks before muxing."
https://www.videohelp.com/software/eac3to
Last edited by centuryx476 on Tue Nov 09, 2021 3:28 pm, edited 2 times in total.