Re: Dolby Vision now possible through MP4 Mux.
Posted: Tue Sep 27, 2022 3:46 pm
yes thats correct and you should always remove the mapping for FEL to p8
MakeMKV support forum
https://forum.makemkv.com/forum/
yes thats correct and you should always remove the mapping for FEL to p8
I get you, you're right. These films of his were ready on 08.06, BL + RU, apparently there is a problem, and the other films that are there are working fine. It's most dvh.08.06, BL+RU someone did it wrong. I decide to download the Blu-ray disc, solely trusting myself.RESET_9999 wrote: Tue Sep 27, 2022 3:45 pmmapping removal is only for Profile 7 input. When input is P8, my script assumes that the mapping was already removed.legosoff wrote: Tue Sep 27, 2022 8:26 am bluray disc folder yes. 7-4-2 or 7-4-3 excellent. no problem.
But one mkv problem dvhe.08.06, BL+RPU, Blu-ray compatible / SMPTE ST 2086, HDR10 7-4-4 after that, the green screen again. How do I fix it on profile 7? Thank you.
I'll check if i can add support for p8 that still have the mapping
You can just manually remove those additional mapping in that p8 file, saves the redownloading time.legosoff wrote: Tue Sep 27, 2022 4:04 pm It's most dvh.08.06, BL+RU someone did it wrong. I decide to download the Blu-ray disc, solely trusting myself.
Only the first part and remove_mapping of that post is useful, the rest part regarding MMR and polynomial mapping discussion is just me being stupid, please ignore. But I would like to express my thanks to @quietvoid and @RESET_9999 and you all, really teach me a lot.Ibuprofen wrote: Tue Sep 27, 2022 3:12 pm This thread says that FEL discs need an additional step to remove_mapping that strips out the additional EL processing.
https://github.com/quietvoid/dovi_tool/discussions/168
You could manually fix it as @sw5163 said but starting from the original untouched disc is always the best workflow.legosoff wrote: Tue Sep 27, 2022 4:04 pm I decide to download the Blu-ray disc, solely trusting myself.
Well, that's a bad idea because most of the remux from seamless branching discs on torrent are done incorrectly with makemkv or mkvtoolnix.sw5163 wrote: Tue Sep 27, 2022 5:19 pm Sometimes I find it difficult to remux Blu-ray disc when there is a single video stream that consists of multiple m2ts files.
So I actually prefer FEL remux version.
Interesting, will look into that, thanks!RESET_9999 wrote: Tue Sep 27, 2022 5:56 pm Well, that's a bad idea because most of the remux from seamless branching discs on torrent are done incorrectly with makemkv or mkvtoolnix.
The only way to properly remux seamless disc is with DGdemux or Tsmuxer.
btw in my script, you won't even know when the disc is seamless branching, the whole process is automated regardless of the disc.
What do you mean by that? Are you suggesting that the way MakeMKV mashes segments together is wrong in some way?RESET_9999 wrote: Tue Sep 27, 2022 5:56 pm Well, that's a bad idea because most of the remux from seamless branching discs on torrent are done incorrectly with makemkv or mkvtoolnix.
The only way to properly remux seamless disc is with DGdemux or Tsmuxer.
yes unless makemkv was updated, It doesnt remove the gap in the lossless audio track which can cause some playback problems.dcoke22 wrote: Tue Sep 27, 2022 6:31 pm What do you mean by that? Are you suggesting that the way MakeMKV mashes segments together is wrong in some way?
Yes, it has already been done, 7 profile is being executed after 7/4/4, the green screen is still again.RESET_9999 wrote: Tue Sep 27, 2022 5:56 pmYou could manually fix it as @sw5163 said but starting from the original untouched disc is always the best workflow.legosoff wrote: Tue Sep 27, 2022 4:04 pm I decide to download the Blu-ray disc, solely trusting myself.
then the problem is something else... what movie is it?legosoff wrote: Tue Sep 27, 2022 7:23 pm Yes, it has already been done, 7 profile is being executed after 7/4/4, the green screen is still again.
Strange, is it only showing green screen on Apple or is it green on all DV capable device?
RESET_9999 wrote: Tue Sep 27, 2022 3:46 pmyes thats correct and you should always remove the mapping for FEL to p8
sw5163 wrote: Tue Sep 27, 2022 5:19 pmYou can just manually remove those additional mapping in that p8 file, saves the redownloading time.legosoff wrote: Tue Sep 27, 2022 4:04 pm It's most dvh.08.06, BL+RU someone did it wrong. I decide to download the Blu-ray disc, solely trusting myself.
Sometimes I find it difficult to remux Blu-ray disc when there is a single video stream that consists of multiple m2ts files.
So I actually prefer FEL remux version.
Only the first part and remove_mapping of that post is useful, the rest part regarding MMR and polynomial mapping discussion is just me being stupid, please ignore. But I would like to express my thanks to @quietvoid and @RESET_9999 and you all, really teach me a lot.Ibuprofen wrote: Tue Sep 27, 2022 3:12 pm This thread says that FEL discs need an additional step to remove_mapping that strips out the additional EL processing.
https://github.com/quietvoid/dovi_tool/discussions/168![]()
RESET_9999 wrote: Tue Sep 27, 2022 7:54 pmthen the problem is something else... what movie is it?legosoff wrote: Tue Sep 27, 2022 7:23 pm Yes, it has already been done, 7 profile is being executed after 7/4/4, the green screen is still again.
also at this point, a sample would be useful
No, my LG 1C DV works fine, and Apple only has a green screen. Here is a Blu-Ray Disk on 7/4/2 excellent Apple.
which mode?sw5163 wrote: Tue Sep 27, 2022 5:19 pmYou can just manually remove those additional mapping in that p8 file, saves the redownloading time.legosoff wrote: Tue Sep 27, 2022 4:04 pm It's most dvh.08.06, BL+RU someone did it wrong. I decide to download the Blu-ray disc, solely trusting myself.
Sometimes I find it difficult to remux Blu-ray disc when there is a single video stream that consists of multiple m2ts files.
So I actually prefer FEL remux version.
Code: Select all
ffmpeg \
-hide_banner -y\
-i "$c" \
-map 0:0 -c:v copy -bsf:v hevc_mp4toannexb -f hevc bl.hevc \
-map 0:1 -c:v copy -bsf:v hevc_mp4toannexb -f hevc el.hevc \
-map "#0x$2" -c:a copy audio.ac3 && \
tsmuxer doviac3.meta /Dovi/"$name".ts