Looks like from the article here, https://www.xda-developers.com/xiaomi-t ... 1-support/, it sports an Amlogic SOC. Hopefully like some of the previous Amlogic devices, it'll still have the dual video decoders necessary for FEL playback.mtotheb wrote: Thu Jan 27, 2022 12:24 pm Has anybody tried the new https://www.mi.com/global/product/xiaomi-tv-stick-4k/
it seems to officially support HD Audio (DTS HD) as well as Dolby Vision. When I receive mine i’ll test if FEL playbacks correctly while also having HD Audio Passthrough.
Dolby Vision now possible through MP4 Mux.
-
shawnc22
- Posts: 637
- Joined: Tue Jan 21, 2020 7:40 am
Re: Dolby Vision now possible through MP4 Mux.
-
jayper
- Posts: 335
- Joined: Sat Sep 29, 2012 5:57 pm
Re: Dolby Vision now possible through MP4 Mux.
Good news! There's been an update to TS-Muxer which now allows the importing of TrueHD tracks directly from MKVs!
-
FubbAyH
- Posts: 55
- Joined: Wed Jan 02, 2019 7:06 am
Re: Dolby Vision now possible through MP4 Mux.
If it is using the AMLOGIC S905Y4 as that article suggests, I found some specs that say that SOC can simultaneously decode 4 x 1080p60 streams, so maybe the one 2160p23.976 stream plus one 1080p23.976 stream required for FEL DV isn't out of question. I would guess that the big problem would be software support, though? I haven't followed the Android player app scene, but are there any Android player apps can that can handle FEL on any device? I'm guessing not otherwise we all would have bought that device, right?shawnc22 wrote: Fri Jan 28, 2022 2:14 am Looks like from the article here, https://www.xda-developers.com/xiaomi-t ... 1-support/, it sports an Amlogic SOC. Hopefully like some of the previous Amlogic devices, it'll still have the dual video decoders necessary for FEL playback.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
yes, and soon it will also work on the x700 because right now tsmuxer doesn't add an ac3 core which the x700(and bluray players) need to be able to play TrueHD.jayper wrote: Sat Jan 29, 2022 1:48 am Good news! There's been an update to TS-Muxer which now allows the importing of TrueHD tracks directly from MKVs!
really a time-saver...
-
jayper
- Posts: 335
- Joined: Sat Sep 29, 2012 5:57 pm
Re: Dolby Vision now possible through MP4 Mux.
Ah, forgive me. I hadn't yet tested it out with my Oppo before posting. I didn't realize it was missing the ac3 core.RESET_9999 wrote: Sat Jan 29, 2022 3:23 pmyes, and soon it will also work on the x700 because right now tsmuxer doesn't add an ac3 core which the x700(and bluray players) need to be able to play TrueHD.jayper wrote: Sat Jan 29, 2022 1:48 am Good news! There's been an update to TS-Muxer which now allows the importing of TrueHD tracks directly from MKVs!
really a time-saver...
-
chros
- Posts: 102
- Joined: Sun Sep 20, 2020 8:36 am
Re: Dolby Vision now possible through MP4 Mux.
Thanks, although I only tried out with one, but it the AVR didn't recognised it as TruHD, there were no sound playing back from Oppo. I used the 2022-01-26 version.jayper wrote: Sat Jan 29, 2022 1:48 am Good news! There's been an update to TS-Muxer which now allows the importing of TrueHD tracks directly from MKVs!
Does it work for you? If so, with which nightly exactly?
-
chros
- Posts: 102
- Joined: Sun Sep 20, 2020 8:36 am
Re: Dolby Vision now possible through MP4 Mux.
Oh, that's why then, thanks!RESET_9999 wrote: Sat Jan 29, 2022 3:23 pmyes, and soon it will also work on the x700 because right now tsmuxer doesn't add an ac3 core which the x700(and bluray players) need to be able to play TrueHD.jayper wrote: Sat Jan 29, 2022 1:48 am Good news! There's been an update to TS-Muxer which now allows the importing of TrueHD tracks directly from MKVs!
really a time-saver...
-
mtotheb
- Posts: 38
- Joined: Wed Jan 27, 2021 12:18 pm
Re: Dolby Vision now possible through MP4 Mux.
Can someone please explain me what STDL and DTDL stand for 
Shield TV 2017 -> LG DSN10YG Soundbar with SPK8 Rears -> LG B1 OLED
-
nekno
- Posts: 71
- Joined: Tue Jun 23, 2020 4:40 am
Re: Dolby Vision now possible through MP4 Mux.
Did you use a JSON file to edit the L6 metadata in your dovi_tool workflow?Robert89 wrote: Fri Jan 28, 2022 7:10 pm has anyone had this error with dovi tool?
Code: Select all
Error: Condition failed: `self.max_display_mastering_luminance <= MAX_PQ_LUMINANCE` (38528 vs 10000)
Something like:
If so, it looks like you (or something) set max_display_mastering_luminance to 38528 rather than the usual values of 1000 or 4000. The error is saying the max value is 10000."level6": {
"max_display_mastering_luminance": 4000,
"min_display_mastering_luminance": 50,
"max_content_light_level": 1272,
"max_frame_average_light_level": 823
}
If you're editing L6, dovi_tool needs all L6 values to be integers, not floating point values, so you need to multiply the typical min_display_mastering_luminance value of 0.0050 cd/m2 by 10000, so using the value 50 instead.
But you don't multiple the max_display_mastering_luminance. So if something set that to 38528, that would be a problem.
-
nekno
- Posts: 71
- Joined: Tue Jun 23, 2020 4:40 am
Re: Dolby Vision now possible through MP4 Mux.
Single Track Dual Layer
Dual Track Dual Layer
Those are terms primarily for DoVi Profile 7, used with UHD BDs.
STDL is used in some formats, e.g., mkv files, where a single HEVC video track can contain the BL+EL+RPU (that is: the 2160p or 1080p Base Layer video substream + the 1080p Enhancement Layer video substream that may carry additional video data + the Reference Picture Unit (RPU) substream that holds the DoVi dynamic metadata).
DTDL is used in some formats, e.g., m2ts files on UHD BD, where the BL video stream is stored in one video track and the EL+RPU substreams are stored in a second EL video track.
MakeMKV can take in DTDL from UHD BD or mkv files, or STDL from mkv files, and output STDL mkv files.
-
mtotheb
- Posts: 38
- Joined: Wed Jan 27, 2021 12:18 pm
Re: Dolby Vision now possible through MP4 Mux.
Thank you @nekno 
Shield TV 2017 -> LG DSN10YG Soundbar with SPK8 Rears -> LG B1 OLED
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Yep, I had this issue with Amores perros iTunes web-dl. typical apple , they often do stupid things like that.nekno wrote: Sat Jan 29, 2022 9:42 pm If so, it looks like you (or something) set max_display_mastering_luminance to 38528 rather than the usual values of 1000 or 4000. The error is saying the max value is 10000.
original rpu:
Code: Select all
"Level6": {
"max_display_mastering_luminance": 23040,
"min_display_mastering_luminance": 50,
"max_content_light_level": 1033,
"max_frame_average_light_level": 272
}-
darrrkmanxxx
- Posts: 95
- Joined: Mon Apr 13, 2020 9:55 am
Re: Dolby Vision now possible through MP4 Mux.
Hey guys, many of the streaming versions contain e-ac-3+atmos, which doesn‘t exists on blu-rays. Blu-rays have usually a TrueHD Atmos and an E-AC-3 tracks. Unfortunately Truhd isn‘t supported by my tv, but e-ac3+atmos plays very well and sounds better that just e-ac3 or even dts-he master audio. Is there a way to take the atmos information from the TruHD Atmos track and embed ist into the e-ac-3, so we get the same as in streaming versions or even just downconvert truhd but keep the atmos?
My goal is to get from TrueHD Atrmos to E-AC-3 JOC (Dolby Digital Plus with Dolby Atmos)
My goal is to get from TrueHD Atrmos to E-AC-3 JOC (Dolby Digital Plus with Dolby Atmos)
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
you need DEE for that. The best you can get right now is e-AC3 1536kbps with ffmpeg.darrrkmanxxx wrote: Sun Jan 30, 2022 12:21 pm My goal is to get from TrueHD Atrmos to E-AC-3 JOC (Dolby Digital Plus with Dolby Atmos)
https://professional.dolby.com/product/ ... ng-engine/
https://www.rspeaudio.com/Dolby-Media-P ... -suite.htm
Code: Select all
ffmpeg.exe -i E:\input.mkv -map 0:1 -c:a eac3 -b:a 1536k -c:s copy output.mkv-
powdeau
- Posts: 57
- Joined: Sat Jan 12, 2019 1:01 am
Re: Dolby Vision now possible through MP4 Mux.
Is there a way to convert HLG into HDR10 in order to convert it into DV?