Page 533 of 756
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Feb 13, 2023 10:02 pm
by tjayz
Looking to get this version back for testing purposes. It no longer exists online anywhere... Link above is dead, as expected it is ancient. Been following this post for years, just never commented and apparently am unable to PM as a new member. Much obliged for anyone who can assist, thanks.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Feb 13, 2023 10:31 pm
by RESET_9999
tjayz wrote: Mon Feb 13, 2023 10:02 pm
Looking to get this version back for testing purposes.
https://mega.nz/file/G4ty0B7Y#FJYI2ufdj ... CbvEnF0tE8
Re: Dolby Vision now possible through MP4 Mux.
Posted: Tue Feb 14, 2023 1:01 am
by tjayz
Thanks for your prompt reply and thrilled you still have this! While I ran -v on this and confirmed it is 1.0.0 and while running it task manager shows 64bit, I am certain there was a version _64 which that when you ran -h it had settings absent from this version. I believe it had dv 8 and --dv-bl-compatible-id flags while this version does not, likewise it could only be called in cmd by mp4muxer_64 not mp4muxer. Do you still have this version buried somewhere as well? Your help is much appreciated!
Re: Dolby Vision now possible through MP4 Mux.
Posted: Thu Feb 16, 2023 4:40 pm
by duder
Hi Guys!
Was trying to convert p7 st-dl mkv file to dt-dl m2ts file to watch with Sony-x800m2. The original blu-ray structure shows that MEL is only 78 kbps (0.10%). After using Dovi Tools 4-3 path I have two files BL and El. But the latter is 0 kb in size. And as a result tsMuxer does not detect it(.
Thinking that such small MEL file is not a considerable improvement picture-wise I decided to go with p8. What option should I choose in DoVi Tools? Trying some I got *.ts file but with no DV mentioned in media-info or in player OSD, only HDR.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Thu Feb 16, 2023 5:19 pm
by RESET_9999
duder wrote: Thu Feb 16, 2023 4:40 pm
Hi Guys!
Was trying to convert p7
st-dl mkv file to
dt-dl m2ts file to watch with Sony-x800m2. The original blu-ray structure shows that MEL is only 78 kbps (0.10%). After using Dovi Tools 4-3 path I have two files BL and El. But the latter is 0 kb in size. And as a result tsMuxer does not detect it(.
Thinking that such small MEL file is not a considerable improvement picture-wise I decided to go with p8. What option should I choose in DoVi Tools? Trying some I got *.ts file but with no DV mentioned in media-info or in player OSD, only HDR.
are you sure the MKV got DV metadata? Sounds like it doesnt.
For ST P7 mkv to P8 TS ---> (4-2)
Re: Dolby Vision now possible through MP4 Mux.
Posted: Thu Feb 16, 2023 6:24 pm
by Dinst
Has anybody got a link to a decent tutorial for generating Dolby Vision using Davinci Resolve?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 17, 2023 2:23 pm
by duder
RESET_9999 wrote: Thu Feb 16, 2023 5:19 pm
duder wrote: Thu Feb 16, 2023 4:40 pm
Hi Guys!
Was trying to convert p7
st-dl mkv file to
dt-dl m2ts file to watch with Sony-x800m2. The original blu-ray structure shows that MEL is only 78 kbps (0.10%). After using Dovi Tools 4-3 path I have two files BL and El. But the latter is 0 kb in size. And as a result tsMuxer does not detect it(.
Thinking that such small MEL file is not a considerable improvement picture-wise I decided to go with p8. What option should I choose in DoVi Tools? Trying some I got *.ts file but with no DV mentioned in media-info or in player OSD, only HDR.
are you sure the MKV got DV metadata? Sounds like it doesnt.
For ST P7 mkv to P8 TS ---> (4-2)
You are absolutely right. The mkv file has no DoVi info( Somehow I missed it(
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Feb 19, 2023 11:41 am
by Trees
Hi guys. Does anyone know if it's possible to add H.265 2160p WEB-DL HDR10 and DV to a H.265 2160p SDR remux? Unfortunately, the UHD is SDR whereas the WEB-DL is available in HDR10 and DV.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 24, 2023 11:53 am
by TheEqualizer
RESET_9999, please tell me how you can add more than one audio track or subtitles using scripts, 7-3-1 mode.
Or in another way without using scripts, thank you in advance
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 24, 2023 3:27 pm
by RESET_9999
TheEqualizer wrote: Fri Feb 24, 2023 11:53 am
RESET_9999, please tell me how you can add more than one audio track or subtitles using scripts, 7-3-1 mode.
Or in another way without using scripts, thank you in advance
Wow I didnt know some people were still using dual track dual layer MP4... I didnt touch this workflow since i made the script and dont really have a plan to make changes here...
you can do it manually with the old mp4muxer:
Code: Select all
mp4muxer_path --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --input-file audio1.ec3 --input-file audio2.ec3 --output-file output.mp4
then if you want to add subs:
Code: Select all
mp4box_path -add output.mp4 -add subs.srt -brand mp43isom -ab dby1 output_subs.mp4
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 24, 2023 6:05 pm
by TheEqualizer
RESET_9999 wrote:
Wow I didnt know some people were still using dual track dual layer MP4...
Wait, isn't it better than an 8 profile without an EL layer? Perhaps I didn't quite understand you, please explain!
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 24, 2023 7:16 pm
by RESET_9999
TheEqualizer wrote: Fri Feb 24, 2023 6:05 pm
Wait, isn't it better than an 8 profile without an EL layer? Perhaps I didn't quite understand you, please explain!
yes, it is better than P8 even though i don't see much difference in PQ (not even the ones with juicy 15-20mb/s layer). I just thought everybody moved to TS/M2ts container for dual-track DV.
https://slow.pics/c/V4VSWPDy
https://slow.pics/c/dXBSzGzE
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 24, 2023 7:47 pm
by dom61
Good evening.
I have exported HDR 10+ and Dolby Vison metadata via DaVinci Resolve.
I need to convert these files via DoVi, kindly can you point me to a link where to download it?
Thank you
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 24, 2023 8:19 pm
by RESET_9999
dom61 wrote: Fri Feb 24, 2023 7:47 pm
I have exported HDR 10+ and Dolby Vison metadata via DaVinci Resolve.
Hi,
you can use the script in my signature (workflow 1-1) to inject both metadata. Or use the Dovi_tool and HDR10plus_tool to inject manually, you can find these tools on quietvoid's GitHub.
Dinst wrote: Thu Feb 16, 2023 6:24 pm
Has anybody got a link to a decent tutorial for generating Dolby Vision using Davinci Resolve?
see my youtube channel (link in my signature), i made a video tutorial a while ago.
if you want to save some time, I already generated DV in resolve for most of the movies, here are over 600 RPU files ready to be injected
Code: Select all
https://mega.nz/folder/CjYWyaZR#tSlKPhdblAd8shSaYoiOWA
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Feb 24, 2023 8:46 pm
by dom61
RESET_9999 wrote: Fri Feb 24, 2023 8:19 pm
dom61 wrote: Fri Feb 24, 2023 7:47 pm
I have exported HDR 10+ and Dolby Vison metadata via DaVinci Resolve.
Hi,
you can use the script in my signature (workflow 1-1) to inject both metadata. Or use the Dovi_tool and HDR10plus_tool to inject manually, you can find these tools on quietvoid's GitHub.
Dinst wrote: Thu Feb 16, 2023 6:24 pm
Has anybody got a link to a decent tutorial for generating Dolby Vision using Davinci Resolve?
see my youtube channel (link in my signature), i made a video tutorial a while ago.
if you want to save some time, I already generated DV in resolve for most of the movies, here are over 600 RPU files ready to be injected
Code: Select all
https://mega.nz/folder/CjYWyaZR#tSlKPhdblAd8shSaYoiOWA
Thank you very much for the valuable information.