
Dolby Vision now possible through MP4 Mux.
-
ghostshadow
- Posts: 55
- Joined: Sun Sep 13, 2020 10:25 am
-
DaMacFunkin
- Posts: 314
- Joined: Tue Oct 30, 2018 4:17 pm
Re: Dolby Vision now possible through MP4 Mux.
cuculain wrote: Fri Nov 13, 2020 4:31 amHi,DaMacFunkin wrote: Thu Nov 12, 2020 9:30 amHi Yusesope,yusesope wrote: Sat Nov 07, 2020 2:20 pm
I have no idea. Owners of other devices do not complain about this problem. When I have time and you are available maybe we could do some tests together to understand where the problem lies.
But first I have to extend GAMMA support to Linux too, fix the creation of the mp4 DTDL files, add chapter support ...![]()
You need to have a bit of patience...![]()
A couple of People on the Zidoo forum are claiming that if you run the patched 8.1 file your software creates through Makemkv 1.1.53 it will then trigger DV on the new Zidoo products.
that was me DaMac
run m2ts thru gamaa ..resultant mkv shows as mel 8.06 but plays as hdr on zidoo z9x
run that mkv thru makemkv.53 and file still shows as mel 8.06 but now plays as Dolby vision and dolby atmos on the Zidoo
a file like Justice league then hits 3 min 44 sec and starts stuttering and audio goes out of synch by 2 sec lag
i posted a fix of sorts to that thou
i ran the mkv thru mkvtoolnix...cropped it at 01:55:00 (just into credits)
File then ran to almost an hour before it finally got bad stuttering and audio 2 sec lag
checking that with other files atm
Alita mel7 same stutter audio lag after 5 mins on both versions
gonna try 5th element now ,once i finish gamma
So 5th element didnt help
straight gamma mkv with 8.1 played as hdr on zidoo
makemkv made it play as dv/da but stutter after few mins
mkvtoolnix crops front first back next both had same stutter issues after few mins
shame cos looked like i was on to something when JL improved so much
try some more things i guess![]()
I feel your pain with the Zidoo Z9X Dolby Vison / Amos bug, but that isn't to be confused with getting the Gamma 8.1 to play, it is a seperate issue.
Why did you convert Justice League to 8.1, it is MEL and will play in profile 7 fine (IF the Atmos bug was fixed).
-
thetoad
- Posts: 256
- Joined: Thu Jul 28, 2016 4:18 am
Re: Dolby Vision now possible through MP4 Mux.
given an makemkv created dv mkv, can one turn it into a valid dv mp4? or is that not possible?
-
tazlord
- Posts: 12
- Joined: Sun Aug 19, 2018 4:01 pm
Re: Dolby Vision now possible through MP4 Mux.
Technically, yes. You can demux the video track and then mux the raw stream into an MP4. However, you lose most of your options when it comes to the audio (mp4 does not support most high-end multi-channel audio formats) and you will lose chapter and attachment support.thetoad wrote: Fri Nov 13, 2020 5:55 pm given an makemkv created dv mkv, can one turn it into a valid dv mp4? or is that not possible?
-
koolkunz
- Posts: 17
- Joined: Mon Oct 26, 2020 4:03 pm
Re: Dolby Vision now possible through MP4 Mux.
Faced the same issue with 2 another movies: 13 Hours (this movie is divided into 3 m2ts files so had to use new GAMMA build with -bluray command support) and Angel Has Fallen (single m2ts file)yusesope wrote: Sun Nov 01, 2020 1:43 pmIt's not your fault.koolkunz wrote: Sun Nov 01, 2020 12:11 pm Edit: Manually setting audio delay of around 170ms seems to fix the issue but this shouldn't be happening right?
Is there a solution for this? Or has this happened due to something I did wrong?
FFmpeg can rarely fail to perfectly sync my video with the audio in the chosen file.
I don't know how you solved it (there are so many ways), the easiest for me is to use the -itsoffset switch inside the second command.
-itsoffset must be placed before the second input (i.e. the file from which FFmpeg will take the audio ... look at the red part in the example)
Use a positive value (in this specific case, 170ms) if the audio starts before the video (aka “you have to slow down the audio”).src\Gpac\gpac.exe -i pipe://video:ext=hevc:audelim=true -o stdout:ext=ts:pes_pack=none | src\FFmpeg\ffmpeg_win_x64.exe -hide_banner -y -i - -itsoffset 170ms -i \path\to\your\original\file.m2ts -map 0:0 -map 1:2 -c copy -bsf:v hevc_metadata=aud=insert -metadata title="Movie Title_________________________________________________________________________" \path\to\your\output\file.mkv
Use a negative value (in this specific case, -170ms) if the video starts before the audio (aka “you have to slow down the video”).
The audio delay issue happened here also and it is exactly the same it was with First Man. The video is delayed by 167ms (exact same value as before which equals to 7 video frames for 23.976fps video) which leads to the audio being in front of the video and setting manual delay using ffmpeg/mkvtoolnix adds an extra step.
The fact that the exact same issue has happened with 3 different blurays I feel it could possibly be a bug and not just something due to ffmpeg?
One thing to note is that all 3 blurays have truehd audio tracks (these are the only 3 with truehd audio that I have tried yet and all of them have given the same problem) as primary and I used fel to mel switch everytime . These are the only common denominators I can see.
-
userr
- Posts: 63
- Joined: Sat Apr 04, 2020 7:10 pm
Re: Dolby Vision now possible through MP4 Mux.
Hello all,
Sorry its alot to read... i hope its ok if i ask:
- Ripping with makemkv 1.15.3 rips both MEL and FEL, depending on what the disc is ofcourse?
- What is the updated way to create mkv files in the "same" way as makemkv but with yusesope tool
Sorry its alot to read... i hope its ok if i ask:
- Ripping with makemkv 1.15.3 rips both MEL and FEL, depending on what the disc is ofcourse?
- What is the updated way to create mkv files in the "same" way as makemkv but with yusesope tool
-
Malkana
- Posts: 12
- Joined: Mon Dec 10, 2018 5:56 am
Re: Dolby Vision now possible through MP4 Mux.
So what process do we need to use to playback Dolby Vision correctly from the new IPhone 12 (which uses profile 8.x) via either Infuse or the internal players on the LG CX or Panasonic z1000?
-
darrrkmanxxx
- Posts: 95
- Joined: Mon Apr 13, 2020 9:55 am
Re: Dolby Vision now possible through MP4 Mux.
hey guys, with the recent plex update it stopped triggering dolby vision on profiles 6. Now it's only working with profiles 8 and 7.
However, some of my the files I have in profile 6. Is there any faster way to change the profiles, rather than demux single layer hevc, demux with yusescope tools into bl+el, then use gamma tool to mux into profile 8 and then mux back into ts container?
However, some of my the files I have in profile 6. Is there any faster way to change the profiles, rather than demux single layer hevc, demux with yusescope tools into bl+el, then use gamma tool to mux into profile 8 and then mux back into ts container?
-
codeXRes
- Posts: 20
- Joined: Mon Jan 20, 2020 1:10 pm
Re: Dolby Vision now possible through MP4 Mux.
Okay this is what I did for my Profile 6 TS files.darrrkmanxxx wrote: Sat Nov 14, 2020 4:32 pm hey guys, with the recent plex update it stopped triggering dolby vision on profiles 6. Now it's only working with profiles 8 and 7.
However, some of my the files I have in profile 6. Is there any faster way to change the profiles, rather than demux single layer hevc, demux with yusescope tools into bl+el, then use gamma tool to mux into profile 8 and then mux back into ts container?
1. Use the old TSMuxer (Profile 4.06 fix) to create a Bluray folder from the TS file.
2. Create an MKV using latest MakeMKV from this Bluray folder. For some reason the output is detected as DV 7.00 (BL+RPU) by mediainfo.
3. Run the MKV through MakeMKV one more time and the output will be a DV 7.06 (BL+EL+RPU) mkv.
-
deadchip12
- Posts: 385
- Joined: Thu May 02, 2019 2:49 am
Re: Dolby Vision now possible through MP4 Mux.
Does anyone know if the Bluray Player App on the Xbox Series X can run these Dolby Vision remux?
-
shawnc22
- Posts: 637
- Joined: Tue Jan 21, 2020 7:40 am
Re: Dolby Vision now possible through MP4 Mux.
No DV support for UHD Bluray on the Xbox Series X, DV is only available through streaming apps.deadchip12 wrote: Mon Nov 16, 2020 1:14 am Does anyone know if the Bluray Player App on the Xbox Series X can run these Dolby Vision remux?
-
whiplash1
- Posts: 38
- Joined: Sun Apr 19, 2020 7:40 am
Re: Dolby Vision now possible through MP4 Mux.
Yeah but it'll be interesting to know if it too can play DV MEL (or FEL converted to MEL) titles like the Firestick 4k. Through the modified exoplayer of course, or Plex.shawnc22 wrote: Mon Nov 16, 2020 7:17 amNo DV support for UHD Bluray on the Xbox Series X, DV is only available through streaming apps.deadchip12 wrote: Mon Nov 16, 2020 1:14 am Does anyone know if the Bluray Player App on the Xbox Series X can run these Dolby Vision remux?
-
shawnc22
- Posts: 637
- Joined: Tue Jan 21, 2020 7:40 am
Re: Dolby Vision now possible through MP4 Mux.
Not likely. No chance for exoplayer since it's not an Android based OS. It seemingly has the same DV implementation as the One X and Plex so far hasn't shown any signs of adding DV support after such a long time.whiplash1 wrote: Mon Nov 16, 2020 7:58 amYeah but it'll be interesting to know if it too can play DV MEL (or FEL converted to MEL) titles like the Firestick 4k. Through the modified exoplayer of course, or Plex.shawnc22 wrote: Mon Nov 16, 2020 7:17 amNo DV support for UHD Bluray on the Xbox Series X, DV is only available through streaming apps.deadchip12 wrote: Mon Nov 16, 2020 1:14 am Does anyone know if the Bluray Player App on the Xbox Series X can run these Dolby Vision remux?
-
mulucy
- Posts: 145
- Joined: Tue Jan 07, 2020 7:08 pm
Re: Dolby Vision now possible through MP4 Mux.
Was away for a few weeks, could not log in to check the updates. My understanding is there is a good proven method of creating DV MEL files for both MEL and FEL>MEL for devices like Fire TV 4K Stick and Nvidia Shield in MKV through Plex. Can someone summarize how to get it done step by step? I would really appreciate it!
-
whiplash1
- Posts: 38
- Joined: Sun Apr 19, 2020 7:40 am
Re: Dolby Vision now possible through MP4 Mux.
I think after the latest update Plex now supports DV?shawnc22 wrote: Mon Nov 16, 2020 3:25 pmNot likely. No chance for exoplayer since it's not an Android based OS. It seemingly has the same DV implementation as the One X and Plex so far hasn't shown any signs of adding DV support after such a long time.whiplash1 wrote: Mon Nov 16, 2020 7:58 amYeah but it'll be interesting to know if it too can play DV MEL (or FEL converted to MEL) titles like the Firestick 4k. Through the modified exoplayer of course, or Plex.shawnc22 wrote: Mon Nov 16, 2020 7:17 am
No DV support for UHD Bluray on the Xbox Series X, DV is only available through streaming apps.