Look at my post right before yours. Coincidentally, I also can only play profile 5 content.Mortenjorstad wrote: ↑Wed Mar 25, 2020 1:32 pmThe profile after making DV Ts movies is dvhe.04.06
Is it posible to make profile 5 since this is the only profile supported by Apple TV 4k.
Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
If you're trying to play files on the Apple TV 4k, I would skip TSmuxer entirely and just stick with mp4muxer since AppleTV can't do lossless atmos anyway. You can try creating a single layered DV file using yusecope's tool with the -mode 2 option and then muxing it (with a converted ac3/eac3 audio file) into an mp4 using mp4muxer and the --dv-profile 5 option.Mortenjorstad wrote: ↑Wed Mar 25, 2020 1:32 pmThe profile after making DV Ts movies is dvhe.04.06
Is it posible to make profile 5 since this is the only profile supported by Apple TV 4k.
-
- Posts: 19
- Joined: Wed Mar 18, 2020 9:43 am
Re: Dolby Vision now possible through MP4 Mux.
I want to make DV with truehd. Appletv can play truehd 7.1 without Atmos, Infuse will decode 7.1 Truehd to PCM.shawnc22 wrote: ↑Wed Mar 25, 2020 2:50 pmIf you're trying to play files on the Apple TV 4k, I would skip TSmuxer entirely and just stick with mp4muxer since AppleTV can't do lossless atmos anyway. You can try creating a single layered DV file using yusecope's tool with the -mode 2 option and then muxing it (with a converted ac3/eac3 audio file) into an mp4 using mp4muxer and the --dv-profile 5 option.Mortenjorstad wrote: ↑Wed Mar 25, 2020 1:32 pmThe profile after making DV Ts movies is dvhe.04.06
Is it posible to make profile 5 since this is the only profile supported by Apple TV 4k.
Re: Dolby Vision now possible through MP4 Mux.
You can try using -mode 2 of yusecope's tool to get BL+RPU single layer file and then mux it in TSMuxer with the TrueHD track to get a dvhe.08 file. Not sure if this will work on the Apple TV but it is a single layer file that should be similar to profile 5.Mortenjorstad wrote: ↑Wed Mar 25, 2020 3:44 pmI want to make DV with truehd. Appletv can play truehd 7.1 without Atmos, Infuse will decode 7.1 Truehd to PCM.shawnc22 wrote: ↑Wed Mar 25, 2020 2:50 pmIf you're trying to play files on the Apple TV 4k, I would skip TSmuxer entirely and just stick with mp4muxer since AppleTV can't do lossless atmos anyway. You can try creating a single layered DV file using yusecope's tool with the -mode 2 option and then muxing it (with a converted ac3/eac3 audio file) into an mp4 using mp4muxer and the --dv-profile 5 option.Mortenjorstad wrote: ↑Wed Mar 25, 2020 1:32 pmThe profile after making DV Ts movies is dvhe.04.06
Is it posible to make profile 5 since this is the only profile supported by Apple TV 4k.
Re: Dolby Vision now possible through MP4 Mux.
How to use mode 2? When I drop the files, HEVC 1 and HEVC 2, I don't see how I can issue the command by skipping that part. Sorry I am very bad with CMD on Windows and Python.shawnc22 wrote: ↑Wed Mar 25, 2020 7:09 pmYou can try using -mode 2 of yusecope's tool to get BL+RPU single layer file and then mux it in TSMuxer with the TrueHD track to get a dvhe.08 file. Not sure if this will work on the Apple TV but it is a single layer file that should be similar to profile 5.Mortenjorstad wrote: ↑Wed Mar 25, 2020 3:44 pmI want to make DV with truehd. Appletv can play truehd 7.1 without Atmos, Infuse will decode 7.1 Truehd to PCM.shawnc22 wrote: ↑Wed Mar 25, 2020 2:50 pm
If you're trying to play files on the Apple TV 4k, I would skip TSmuxer entirely and just stick with mp4muxer since AppleTV can't do lossless atmos anyway. You can try creating a single layered DV file using yusecope's tool with the -mode 2 option and then muxing it (with a converted ac3/eac3 audio file) into an mp4 using mp4muxer and the --dv-profile 5 option.
Re: Dolby Vision now possible through MP4 Mux.
When you're in the folder where you extracted yusecope's tool to, run this in command prompt:
or open up the .bat file in notepad and add -mode 2 to the end of the single line of text in there and save it.
Code: Select all
python-3.7.6.amd64\python src\bl_el_rpu_builder_v0.0.3.py -mode 2 -bl \path\to\BL.hevc -el \path\to\EL.hevc -of \path\to\output.hevc
Re: Dolby Vision now possible through MP4 Mux.
thank you!shawnc22 wrote: ↑Wed Mar 25, 2020 11:11 pmWhen you're in the folder where you extracted yusecope's tool to, run this in command prompt:
or open up the .bat file in notepad and add -mode 2 to the end of the single line of text in there and save it.Code: Select all
python-3.7.6.amd64\python src\bl_el_rpu_builder_v0.0.3.py -mode 2 -bl \path\to\BL.hevc -el \path\to\EL.hevc -of \path\to\output.hevc
-
- Posts: 19
- Joined: Wed Mar 18, 2020 9:43 am
Re: Dolby Vision now possible through MP4 Mux.
Thank you for tip, It did not work.shawnc22 wrote: ↑Wed Mar 25, 2020 7:09 pmYou can try using -mode 2 of yusecope's tool to get BL+RPU single layer file and then mux it in TSMuxer with the TrueHD track to get a dvhe.08 file. Not sure if this will work on the Apple TV but it is a single layer file that should be similar to profile 5.Mortenjorstad wrote: ↑Wed Mar 25, 2020 3:44 pmI want to make DV with truehd. Appletv can play truehd 7.1 without Atmos, Infuse will decode 7.1 Truehd to PCM.shawnc22 wrote: ↑Wed Mar 25, 2020 2:50 pm
If you're trying to play files on the Apple TV 4k, I would skip TSmuxer entirely and just stick with mp4muxer since AppleTV can't do lossless atmos anyway. You can try creating a single layered DV file using yusecope's tool with the -mode 2 option and then muxing it (with a converted ac3/eac3 audio file) into an mp4 using mp4muxer and the --dv-profile 5 option.
Plays as hdr with appletv.
Re: Dolby Vision now possible through MP4 Mux.
Did you do something special for Doctor Sleep? I tried playing it normally with Atmos track and it crashes Plex on the Shield.shawnc22 wrote: ↑Tue Mar 24, 2020 4:07 pmSidenote: I've tested some of the full TS DV remuxes I've made (all working on the shield w/o issue) on the internal B9 player and have had some mixed results. Some movies play without stutter (The Meg, First Man) while most others have the stutter issue others have reported (Black Panther, Doctor Sleep, Midway). These are all dvhe.08.06 files from the older version of tsmuxer and v2 of yusecope's tool. Also profile 7 dual track/dual layer DV files made with mp4muxer does not seem to work at all on my B9 internal player. I know others have had success on their C# models, but I'm wondering if the B# models might lack the hardware for dual track files due to its inferior processor.
Re: Dolby Vision now possible through MP4 Mux.
Nope, nothing in particular. Did you try turning off the PGS subtitles?1000010 wrote: ↑Thu Mar 26, 2020 12:52 pmDid you do something special for Doctor Sleep? I tried playing it normally with Atmos track and it crashes Plex on the Shield.shawnc22 wrote: ↑Tue Mar 24, 2020 4:07 pmSidenote: I've tested some of the full TS DV remuxes I've made (all working on the shield w/o issue) on the internal B9 player and have had some mixed results. Some movies play without stutter (The Meg, First Man) while most others have the stutter issue others have reported (Black Panther, Doctor Sleep, Midway). These are all dvhe.08.06 files from the older version of tsmuxer and v2 of yusecope's tool. Also profile 7 dual track/dual layer DV files made with mp4muxer does not seem to work at all on my B9 internal player. I know others have had success on their C# models, but I'm wondering if the B# models might lack the hardware for dual track files due to its inferior processor.
Re: Dolby Vision now possible through MP4 Mux.
Didn't even mux them into the ts. My resulting file had just the DV video stream and Atmos track.shawnc22 wrote: ↑Thu Mar 26, 2020 3:52 pmNope, nothing in particular. Did you try turning off the PGS subtitles?1000010 wrote: ↑Thu Mar 26, 2020 12:52 pmDid you do something special for Doctor Sleep? I tried playing it normally with Atmos track and it crashes Plex on the Shield.shawnc22 wrote: ↑Tue Mar 24, 2020 4:07 pmSidenote: I've tested some of the full TS DV remuxes I've made (all working on the shield w/o issue) on the internal B9 player and have had some mixed results. Some movies play without stutter (The Meg, First Man) while most others have the stutter issue others have reported (Black Panther, Doctor Sleep, Midway). These are all dvhe.08.06 files from the older version of tsmuxer and v2 of yusecope's tool. Also profile 7 dual track/dual layer DV files made with mp4muxer does not seem to work at all on my B9 internal player. I know others have had success on their C# models, but I'm wondering if the B# models might lack the hardware for dual track files due to its inferior processor.
Re: Dolby Vision now possible through MP4 Mux.
I created a profile 5 sample file here with atmos. Give it a try if you'd like to see if it works on your apple tv:Mortenjorstad wrote: ↑Thu Mar 26, 2020 8:05 amThank you for tip, It did not work.
Plays as hdr with appletv.
https://mega.nz/#!ZaAXHQyQ!5JfYJDzVVFsu ... _YDSWY8j4w
Hm, that's a weird one. Maybe try disabling the new exoplayer if you're using that? Or try playing it in kodi to see if it makes a difference.
-
- Posts: 19
- Joined: Wed Mar 18, 2020 9:43 am
Re: Dolby Vision now possible through MP4 Mux.
shawnc22 wrote: ↑Thu Mar 26, 2020 6:31 pmI created a profile 5 sample file here with atmos. Give it a try if you'd like to see if it works on your apple tv:Mortenjorstad wrote: ↑Thu Mar 26, 2020 8:05 amThank you for tip, It did not work.
Plays as hdr with appletv.
https://mega.nz/#!ZaAXHQyQ!5JfYJDzVVFsu ... _YDSWY8j4w
Thanks that worked perfect, can you please tell me hove you made this
Re: Dolby Vision now possible through MP4 Mux.
Ah so it's just the profile variable that's preventing the file from playing correctly. For this test, I simply edited the file here: https://github.com/justdan96/tsMuxer/bl ... Reader.cpp to ignore the logic in choosing the dv profile based on the video stream and forced it to set the profile to 5. This was only done for the purpose of this test, and unfortunately I don't understand the subject enough to know what really goes into differentiating between a profile 5 and 8 video. This is definitely not a permanent solution, but maybe @jcdr can consider implementing a user defined dv-profile parameter in a future version of tsmuxer similar to mp4muxer?Mortenjorstad wrote: ↑Thu Mar 26, 2020 6:41 pmThanks that worked perfect, can you please tell me hove you made this
-
- Posts: 311
- Joined: Tue Oct 30, 2018 4:17 pm
Re: Dolby Vision now possible through MP4 Mux.
yusesope wrote: ↑Tue Mar 24, 2020 12:17 pmThanks for trying.DaMacFunkin wrote: ↑Sun Mar 22, 2020 9:17 pmHi, Following the guide can't get FEL to work on the oppp, the file does work in HDR10 on the 2017 shield, can't check on the 2019 shield as it is at my weekend address (won't be there again till Friday)…
If you have time, could you please try what follows with a MEL movie?Hi Yusesope, here are the shots from the Oppo, 1917 that won’t play and reports as 8bit output, which makes sense and Missin Impissibke Fallout which plays fine, both are supposed to be FEL.yusesope wrote: ↑Sun Mar 22, 2020 10:45 amSince you own an OPPO 203, could you do me this favour: while playing a movie (my tool + tsMuxer, please try both a FEL and an MEL movie), can you press the "info" button and take a screenshot (both for the Multimedia information section and for the HDMI output information section)?
It is important, however, that in the player settings, Color Space and Color depth (Video Output Setup) are set to AUTO.
Help yourself with this video (19:24):
https://youtu.be/Pqg8Ky6T7vc?t=1164
Thank you
- Attachments
-
- 8B7353D8-56C0-41F3-BCE5-8CD9B9558DC8.jpeg (2.18 MiB) Viewed 19722 times
-
- 9988A35F-E0F9-4BEB-9C9C-07186DA60820.jpeg (2.5 MiB) Viewed 19722 times
-
- 6E2A607E-8391-4B9E-98C3-78E146C91FB9.jpeg (2.18 MiB) Viewed 19722 times