It's pretty freaking fantastic. a few minor things here and there, but nothing game breaking(aside from vizio smartcast)Grencola wrote: ↑Sat Nov 16, 2019 5:38 amLovin my Quantum X! How you liking it?justinadams wrote: ↑Sat Nov 16, 2019 12:34 amCan confirm this split method (sample file) does work no problem. Vizio Quantum X, Denon AVR-S750H, and shield tv pro 2019.
Dolby Vision now possible through MP4 Mux.
-
- Posts: 17
- Joined: Sun Sep 08, 2019 4:31 am
Re: Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
Agreed And just got the hdr10+ update, Amazon Prime content looks amazing now.justinadams wrote: ↑Sat Nov 16, 2019 6:01 amIt's pretty freaking fantastic. a few minor things here and there, but nothing game breaking(aside from vizio smartcast)
Last edited by Grencola on Sat Nov 16, 2019 6:51 am, edited 1 time in total.
Re: Dolby Vision now possible through MP4 Mux.
same results on the AFTV Stick 4k, flags dolby vision but black screen. it also can't do lossless atmos, just dd+ or lpcm 7.1, but cool that it works on the shield!yusesope wrote: ↑Fri Nov 15, 2019 7:18 pmBefore continuing on the path taken, I would like to test a new idea.
Those interested can download the new app and the new server HERE and the new sample file HERE.
I recommend limiting yourself to the file I uploaded (it's special ). You will find in the archive a TrueHD/ATMOS track and a DV dvhe.05 track. Both must be loaded into the server in the usual way.
The IP address of the server remains 192.168.1.130 and to change it use the previous instructions.
If the idea proves to be successful, I will explain to you how to rework the files you own.
As always I thank you for your feedback.
Re: Dolby Vision now possible through MP4 Mux.
Wonderful but It's too early to crow.justinadams wrote: ↑Sat Nov 16, 2019 12:34 amCan confirm this split method (sample file) does work no problem. Vizio Quantum X, Denon AVR-S750H, and shield tv pro 2019.
Now you need to check that the audio track and the video track are in perfect sync.
I did tests with 1080p material (the maximum I can play) and everything seems to be ok.
But first you need to create your files:
- Use DVDFab and generate an mp4 file (dvdfab_out.mp4) without any audio track **
- Use FFmpeg to create an mkv file with the TrueHD/ATMOS track inside
The mkv file is considered by my app as an "external subtitle" and rendered at the same time as the video track.
The mkv file, however, must contain an accessory video track that has the sole function of providing a "context" to the other streams present in the container.
After creating the dvhe.05 track with DVDfab you need to get its duration with the command
Code: Select all
ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 \path\to\dvdfab_out.mp4
Code: Select all
ffprobe -v 0 -of csv=p=0 -select_streams v:0 -show_entries stream=r_frame_rate \path\to\dvdfab_out.mp4
If everything works properly, the last step with mp4box is completely eliminated, significantly reducing muxing times.ffmpeg -f lavfi -i color=c=black:s=100x100:r=FRAMERATE:d=DURATION -i bluray:\path\to\bluray -map 0:0 -map 1:AUDIO_STREAM_ID -c:v libx265 -c:a copy \path\to\ffmpeg_out.mkv
**
To export only the video track with DVDFab: right click on the info bar and then left click on "Unselect all audio tracks".
If you give me the logs I can try to understand why the DV track doesn't work.
With my previous attempts, did you get ATMOS on your AVR?
It seems strange to me because the Fire TV Stick 4K has no hardware decoder for the TrueHD/ATMOS (and for the DTS family). Check HERE.
I think you can decode the audio (in PCM) because I implemented FFmpeg in my app.
-
- Posts: 17
- Joined: Sun Sep 08, 2019 4:31 am
Re: Dolby Vision now possible through MP4 Mux.
just did this to Hobbs and Shaw, watch the first 4 min perfectly, DV, ATMOS, and no audio desync (at least so far, don't have time to sit and watch the whole thing right now)
Great work man.
Great work man.
Re: Dolby Vision now possible through MP4 Mux.
Thank you man for your efforts. Great work
However, how to make such an mkv using FFmpeg? I was only able to create an mp4 with TrueHD/ATMOS.
Code: Select all
ffmpeg.exe -i bluray:\path\to\bluray -map 0:2 -c:a copy -strict -2 %userprofile%\Desktop\atmos.mp4
Re: Dolby Vision now possible through MP4 Mux.
No, just like you linked I can't get THD Atmos on the firestick, only dd+ atmos, but it does decode it with your app and give pcm so I do have sound though yea. I'm using your app in hopes of just getting dv mp4s to play. they work via usb directly on my tv but that media player is slow laggy garbage. I'll get you the logs and see why it's just a black screen with sound. even the LG DV demos are the same way, yet play in dolby vision with the basic sideloaded mx player.yusesope wrote: ↑Sat Nov 16, 2019 11:53 amIf you give me the logs I can try to understand why the DV track doesn't work.
With my previous attempts, did you get ATMOS on your AVR?
It seems strange to me because the Fire TV Stick has no hardware decoder for the TrueHD/ATMOS (and for the DTS family). Check HERE.
I think you can decode the audio (in PCM) because I implemented FFmpeg in my app.
Re: Dolby Vision now possible through MP4 Mux.
Keep us posted!justinadams wrote: ↑Sat Nov 16, 2019 4:40 pmjust did this to Hobbs and Shaw, watch the first 4 min perfectly, DV, ATMOS, and no audio desync (at least so far, don't have time to sit and watch the whole thing right now)
Great work man.
Is MX Player capable of managing Dolby Vision streams?
Re: Dolby Vision now possible through MP4 Mux.
Yes it is, to my surprise. It doesn't support frame-switching though, which is a deal breaker for me since I don't want to watch my 24fps movies in 60fps. hoping your player will do this?
Re: Dolby Vision now possible through MP4 Mux.
I've not seen this posted here yet and I am not taking any credit for this info (it comes from the AVS SHIELD 2019 Pro thread) but someone posted that MrMC has added support for Dolby Vision in the latest beta. There are issues with it but they're working on fixing it. I think we're at the beginning of some good things. Just out of curiosity do we know how to master a TS with a single layer Dolby Vision stream and ATMOS? Can it just be remuxed from an MP4?
-
- Posts: 17
- Joined: Sun Sep 08, 2019 4:31 am
Re: Dolby Vision now possible through MP4 Mux.
Just finished, and it played all the way through perfectly. Also play/pause and skip forward/backward work as well.yusesope wrote: ↑Sun Nov 17, 2019 9:32 amKeep us posted!justinadams wrote: ↑Sat Nov 16, 2019 4:40 pmjust did this to Hobbs and Shaw, watch the first 4 min perfectly, DV, ATMOS, and no audio desync (at least so far, don't have time to sit and watch the whole thing right now)
Great work man.
Re: Dolby Vision now possible through MP4 Mux.
Just tried mx player myself on the shield and yes it does trigger DV, I tried the codec for mxplayer you wrote and unfortunately it doesn't seem to give atmos for me though.
Re: Dolby Vision now possible through MP4 Mux.
Does framerate-switching work properly too?justinadams wrote: ↑Sun Nov 17, 2019 11:27 pmJust finished, and it played all the way through perfectly. Also play/pause and skip forward/backward work as well.
-
- Posts: 17
- Joined: Sun Sep 08, 2019 4:31 am
Re: Dolby Vision now possible through MP4 Mux.
I'm not 100% sure, but the display does blackout for a second like when it's switching resolutions.Grencola wrote: ↑Mon Nov 18, 2019 12:12 amDoes framerate-switching work properly too?justinadams wrote: ↑Sun Nov 17, 2019 11:27 pmJust finished, and it played all the way through perfectly. Also play/pause and skip forward/backward work as well.
but even if it is, i dont know if that's the software or the new shield pro 19. the new shield seems to play a more active role in refresh switching than the 17 model did.
-
- Posts: 48
- Joined: Fri Dec 15, 2017 7:20 pm
Re: Dolby Vision now possible through MP4 Mux.
Hi. First off, thanks to yusesope for all the hard work. It's much appreciated. :) I do have one question. Has anybody tried the results of the new MKV method on the Oppo or one of its offshoots, or even just plain old HDR10 playback? I don't have access to a DV disc at the moment (I will later this week) but I'm curious if this method will really deliver the goods. :) (Granted, my ultimate desire is for MakeMKV to produce a 100% untouched MKV with DV, but I know that may be a tall order without a technical spec.)