ha, you're right... I forgot that the fel to mel conversion kept the original filesize of the FEL.lexyz wrote: Tue Jan 12, 2021 6:36 pmFEL to MEL convertion keeps redundant NLQ values in RPU which is used for FELRESET_9999 wrote: Tue Jan 12, 2021 5:35 pm 3- well both formats will give the same quality, none of them is pointless ....
If the goal to strip EL and keep final stream as close as possible to Dolby specs - convert to p8
Dolby Vision now possible through MP4 Mux.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
-
AndreasT
- Posts: 21
- Joined: Tue Dec 15, 2020 7:10 am
Re: Dolby Vision now possible through MP4 Mux.
I used my Top Gun UHD disc (FEL) as the source, and de-muxed 2 min test snippets of the BL and EL+RPU tracks directly from the m2ts file. I then skipped the encoding step. Sure enough the resulting dual track dual layer mp4 file is played by Plex on my LG CX triggering Dolby Vision, but the colors are wrong. The picture is way too dark to be ok. It is like the enhancement layer is used to darken instead of brightening the picture.Wanderlust3K wrote: Mon Jan 11, 2021 2:49 pm My findings with latest LG (CX) firmware (3:21.09)
1- Demux layers from a UHD remux (BL , EL+RPU, AC3 Audio*)
2- (OPTIONAL) Reencode the BL layer (ffmpeg x265 & NO CROP !!!)
3- Remux (MP4Muxer_64bits.exe v:1.0.0) Reencoded BL layer + EL-RPU + AC3 layers into .MP4 fileCode: Select all
ffmpeg.exe -i UHDREMUX.mkv -c:v libx265 -x265-params "level=5.1:colorprim=bt2020:colormatrix=bt2020nc:transfer=smpte2084:chromaloc=2:master-display=G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(40000000,50):max-cll=636,103:keyint_min=25" -crf 17 -preset medium -an BL.hevc
NOTE: --dv-input-es-mode split DID NOT PRODUCE A WORKING FILE WITH A REENCODED BL layer, --dv-input-es-mode comb DID WORK.Code: Select all
mp4muxer_64bits.exe --dv-profile 7 -i BL.h265 -i EL.h265 --dv-input-es-mode comb -i Audio.ac3 -o OUTPUT.mp4 --mpeg4-comp-brand mp42,iso6,isom,msdh,dby1 --overwrite
NOTE: You can demux previously muxed .mp4 DV files using the MP4Demuxer.exe.
ie:Congratulations, you won a working Dolby Vision .MP4 file, 15GB instead of 75GB (tested with LG internal Plex app).Code: Select all
mp4demuxer.exe --input-file INPUT.mp4
NOTE: If you have plenty of HD storage or/and just want to keep the original quality, omit the Reencoding part (step 2).
ISSUES:
1- Seeking not working, probably due to reencoding BL? (keyint_min=25 param?)
If I do a FEL to MEL conversion, and use the converted EL+RPU file when creating a dual track dual layer mp4 as above, then it triggers DV and the picture seems what I would expect to see.
So when you say your process above gives a file that plays fine on you CX, is your source FEL or MEL? Does the resulting file play ok if you ignore step 2?
One thing that made a difference to get a dual track dual layer mp4 to even start playing for me was using v1.0.0 instead of v1.0.1 of mp4muxer. If I look with MediaInfo, the mp4 created with v1.0.1 has the BL track marked as being "Default : Yes", and both tracks have an additional "Alternate group : 1". Either those are maybe set incorrectly, or the TV can't handle them. Anyone knows what they mean/are used?
-
Wanderlust3K
- Posts: 16
- Joined: Tue Dec 08, 2020 1:06 pm
Re: Dolby Vision now possible through MP4 Mux.
I tested with Lord of Rings UHD disc, colors look fine to me, not sure if its FEL or MEL, but now that you mention it there seems to be reports of some darkening on the latest firmware, i just turned PeakBrigtness option to Low.AndreasT wrote: Wed Jan 13, 2021 7:15 am
I used my Top Gun UHD disc (FEL) as the source, and de-muxed 2 min test snippets of the BL and EL+RPU tracks directly from the m2ts file. I then skipped the encoding step. Sure enough the resulting dual track dual layer mp4 file is played by Plex on my LG CX triggering Dolby Vision, but the colors are wrong. The picture is way too dark to be ok. It is like the enhancement layer is used to darken instead of brightening the picture.
If I do a FEL to MEL conversion, and use the converted EL+RPU file when creating a dual track dual layer mp4 as above, then it triggers DV and the picture seems what I would expect to see.
So when you say your process above gives a file that plays fine on you CX, is your source FEL or MEL? Does the resulting file play ok if you ignore step 2?
One thing that made a difference to get a dual track dual layer mp4 to even start playing for me was using v1.0.0 instead of v1.0.1 of mp4muxer. If I look with MediaInfo, the mp4 created with v1.0.1 has the BL track marked as being "Default : Yes", and both tracks have an additional "Alternate group : 1". Either those are maybe set incorrectly, or the TV can't handle them. Anyone knows what they mean/are used?
Dont you lose data when converting FEL to MEL?
Yes, mp4muxer v1.0.1 does not work for me when creating DTDL, only v1.0.0 works.
Infact, if you type mp4muxer.exe -h theres no mention to allow 2 video tracks as input, only a BL+EL+RPU.h265 file so even tougth v1.0.1 will mux 2 video tracks and produce a DTDL file it wont play.
I believe v1.0.1 is only meant for muxing STDL files like the ones produced with MakeMKV, will test that and see if it works, i need an MP4 container since LG Plex internal app has no DV MKV support yet.
Last edited by Wanderlust3K on Thu Jan 14, 2021 10:59 pm, edited 1 time in total.
-
AndreasT
- Posts: 21
- Joined: Tue Dec 15, 2020 7:10 am
Re: Dolby Vision now possible through MP4 Mux.
According to the list here https://forum.blu-ray.com/showthread.php?t=276448, Lord of the rings is a MEL release. That explains why it plays triggering DV with proper colors for you with just the outlined steps.Wanderlust3K wrote: Wed Jan 13, 2021 12:08 pmI tested with Lord of Rings UHD disc, colors look fine to me, not sure if its FEL or MEL, but now that you mention it there seems to be reports of some darkening on the latest firmware, i just turned PeakBrigtness option to Low.AndreasT wrote: Wed Jan 13, 2021 7:15 am
I used my Top Gun UHD disc (FEL) as the source, and de-muxed 2 min test snippets of the BL and EL+RPU tracks directly from the m2ts file. I then skipped the encoding step. Sure enough the resulting dual track dual layer mp4 file is played by Plex on my LG CX triggering Dolby Vision, but the colors are wrong. The picture is way too dark to be ok. It is like the enhancement layer is used to darken instead of brightening the picture.
If I do a FEL to MEL conversion, and use the converted EL+RPU file when creating a dual track dual layer mp4 as above, then it triggers DV and the picture seems what I would expect to see.
So when you say your process above gives a file that plays fine on you CX, is your source FEL or MEL? Does the resulting file play ok if you ignore step 2?
One thing that made a difference to get a dual track dual layer mp4 to even start playing for me was using v1.0.0 instead of v1.0.1 of mp4muxer. If I look with MediaInfo, the mp4 created with v1.0.1 has the BL track marked as being "Default : Yes", and both tracks have an additional "Alternate group : 1". Either those are maybe set incorrectly, or the TV can't handle them. Anyone knows what they mean/are used?
Dont you lose data when converting FEL to MEL?
Yes, mp4muxer v1.0.1 does not work for me when creating DTDL, only v1.0.0 works and only without the "split" option.
Infact, if you type mp4muxer.exe -h theres no mention to allow 2 video tracks as input, only a BL+EL+RPU.h265 file so even tougth v1.0.1 will mux 2 video tracks and produce a DTDL file it wont play.
I believe v1.0.1 is only meant for muxing STDL files like the ones produced with MakeMKV, will test that and see if it works, i need an MP4 container since LG Plex internal app has no DV MKV support yet.
In my case, as mentioned, I have a FEL release (you can see Top Gun in the same forum post), in which case I get this darkening of colors when played back, even if DV is triggered. To get the proper colors I have to convert to MEL using the tool mentioned here https://www.makemkv.com/forum/viewtopic ... 970#p96282.
I checked the code of mp4muxer, and there is no indication something changed not allowing you to have multiple input video files. What changed between v1.0.0 and v1.0.1 is that some flags are set in the mp4 file with v1.0.1. I don't know yet what these flags mean, but apparently they make the TV not like the resulting mp4 file from that version.
-
HEMAN
- Posts: 4
- Joined: Wed Jan 13, 2021 6:50 am
Re: Dolby Vision now possible through MP4 Mux.
Nevermind, my previous post made a copy on second attempt that triggers Dolby Vision on my LG UJ752T. Will check later on my CX.
-
daicon
- Posts: 7
- Joined: Mon Jan 11, 2021 10:37 pm
Re: Dolby Vision now possible through MP4 Mux.
Thank you very much for your response.RESET_9999 wrote: Tue Jan 12, 2021 5:22 pm1- at this point, I lost confidence in Nvidia competence. I don't think this will ever get fixed. (or maybe they just don't care)daicon wrote: Mon Jan 11, 2021 10:54 pm Thank you very much for the information. Very useful.
I wanted to ask:
1- What are the chances that nvidia will solve your colour problem with the Nvidia Shield in DoVi? I've been waiting for months, and I'm giving it up
2- Is there any other external player, which is compatible with FEL, and has a PLEX or Kodi interface? (I imagine that sony players do not....)
3- Is there a software option to add FEL support to the Fire Stick?
2- I don't know any plex/kodi device capable of playing fel with lossless audio
3- The best you can do on the Firestick is to convert FEL to p8.1 + lossy audio. tools here: https://www.makemkv.com/forum/viewtopic ... 970#p96282
Interesting, but it raises some new questions for me.
1-
2-If there is no external device that plays FEL without audio loss (Is there expected to be?) Why then is this new process used to create the mkv? (many private trackers already use it)
Is there a "non-external" device that plays it?
3- I followed the manual, and managed to convert it correctly to play firestick 4k. But don't I lose the quality of FEL, when switching to MEL?
On the other hand... I have no audio... xDDD
How do I do it with audio?
Translated with www.DeepL.com/Translator (free version)
-
Wanderlust3K
- Posts: 16
- Joined: Tue Dec 08, 2020 1:06 pm
Re: Dolby Vision now possible through MP4 Mux.
Oh i see, i tested another old file, a FEL one, and yes you are rigth, looks a lot darker !!AndreasT wrote: Wed Jan 13, 2021 12:33 pm
According to the list here https://forum.blu-ray.com/showthread.php?t=276448, Lord of the rings is a MEL release. That explains why it plays triggering DV with proper colors for you with just the outlined steps.
In my case, as mentioned, I have a FEL release (you can see Top Gun in the same forum post), in which case I get this darkening of colors when played back, even if DV is triggered. To get the proper colors I have to convert to MEL using the tool mentioned here https://www.makemkv.com/forum/viewtopic ... 970#p96282.
I checked the code of mp4muxer, and there is no indication something changed not allowing you to have multiple input video files. What changed between v1.0.0 and v1.0.1 is that some flags are set in the mp4 file with v1.0.1. I don't know yet what these flags mean, but apparently they make the TV not like the resulting mp4 file from that version.
Can some one answer me this:Dont we lose data when converting FEL to MEL ?
BTW, i also tested this:
1) Reencode BL
2) Mux Reencoded Bl.265, EL+RPU.265, audio.ac3 into an .iso file (TSmuxer)
3) Open .iso file with MakeMKV and obtain a STSL.mkv file (BL+EL+RPU)
4) Demux BL+EL+RPU.h265 stream from .mkv file
5) Mux BL+EL+RPU.265 into STSL .mp4 using both mp4muxer v1.0.0 & v.1.0.1, profiles 7 & 8 = Choppy playback & no seeking.
Im getting tyred of all this propietary DV shit, and propietary stuff in general, next TV ill look for open standars support like HDR10+ and multichannel FLAC audio and an android OS and be done with it.
-
konokage
- Posts: 3
- Joined: Wed Jan 13, 2021 9:29 pm
Re: Dolby Vision now possible through MP4 Mux.
Hello,
I'm new to this forum. I've been reading this thread. Trying to get an understanding. However I'm a bit lost. Hopefully my question is relevant to this thread. Apologies if its not. I did try to search for an answer or clues to how I may be able to solve my issue. Any help would be greatly appreciated.
I recently bought a used TV, TCL 55R615. It has Dolby Vision and HDR.
My friend gave me a Dolby Vision MKV movie for me to play on this tv using PLEX. However from what I've researched. DV MKV files don't seem to work on TCL tvs with PLEX.
However I found this forum and thread. I downloaded a demo DV MP4 file. And my tv did trigger DV.
Is it possible to take the movie I have and change it over to MP4 to play it in DV mode? If so, could you please let me know what I have to do? Thanks
I'm new to this forum. I've been reading this thread. Trying to get an understanding. However I'm a bit lost. Hopefully my question is relevant to this thread. Apologies if its not. I did try to search for an answer or clues to how I may be able to solve my issue. Any help would be greatly appreciated.
I recently bought a used TV, TCL 55R615. It has Dolby Vision and HDR.
My friend gave me a Dolby Vision MKV movie for me to play on this tv using PLEX. However from what I've researched. DV MKV files don't seem to work on TCL tvs with PLEX.
However I found this forum and thread. I downloaded a demo DV MP4 file. And my tv did trigger DV.
Is it possible to take the movie I have and change it over to MP4 to play it in DV mode? If so, could you please let me know what I have to do? Thanks
-
agneva
- Posts: 61
- Joined: Mon Jan 06, 2020 11:42 am
Re: Dolby Vision now possible through MP4 Mux.
Did you try my Samples? https://www.makemkv.com/forum/viewtopic ... 25#p103529
DV FEL as mp4 SL & mp4 DL
DV FEL as mp4 SL & mp4 DL
-
konokage
- Posts: 3
- Joined: Wed Jan 13, 2021 9:29 pm
Re: Dolby Vision now possible through MP4 Mux.
The Ryan DV DL 07.06.mp4 did trigger DV in PLEX for my TCL tv. Looked Great. So did the mkv HDR10 file.agneva wrote: Thu Jan 14, 2021 6:43 am Did you try my Samples? https://www.makemkv.com/forum/viewtopic ... 25#p103529
DV FEL as mp4 SL & mp4 DL
The Ryan DV SL 05.06.mp4 did trigger DV but the scene was almost all dark.
-
reik_
- Posts: 2
- Joined: Thu Jan 14, 2021 11:35 pm
Re: Dolby Vision now possible through MP4 Mux.
Hi all!
what am I doing wrong?
what am I doing wrong?
- Attachments
-
- Capture.jpg (60.21 KiB) Viewed 30355 times
-
deadchip12
- Posts: 385
- Joined: Thu May 02, 2019 2:49 am
Re: Dolby Vision now possible through MP4 Mux.
Does the method in the OP still work with the lg oled CX's internal player? Or we have to use some other methods, given all the recent discussions surrounding that tv?
-
AndreasT
- Posts: 21
- Joined: Tue Dec 15, 2020 7:10 am
Re: Dolby Vision now possible through MP4 Mux.
Did you start the other command window first, and you have that running?
-
agneva
- Posts: 61
- Joined: Mon Jan 06, 2020 11:42 am
Re: Dolby Vision now possible through MP4 Mux.
HDR10 should look right, the sky is very smoothkonokage wrote: Thu Jan 14, 2021 6:39 pm
The Ryan DV DL 07.06.mp4 did trigger DV in PLEX for my TCL tv. Looked Great. So did the mkv HDR10 file.
The Ryan DV SL 05.06.mp4 did trigger DV but the scene was almost all dark.
SL 05.06 should look wrong, too dark and the light sky is pumping.
DL 07.06 should look right, no pumping and very fine grain
On CX9LA internal player SL+DL is the same, because the internal player ignores EL.
Do you use Plex on your TCL TV internal ?
-
reik_
- Posts: 2
- Joined: Thu Jan 14, 2021 11:35 pm
Re: Dolby Vision now possible through MP4 Mux.
AndreasT wrote: Fri Jan 15, 2021 6:12 am
Did you start the other command window first, and you have that running?
yeah, first window is ok.