You have to turn off PGS subtitles in plex and then it should play fineSgt Hartman wrote: ↑Tue Apr 07, 2020 5:23 pmHello Fellas,
I was curios to make an attempt with my backup of 1917 and I could say that being my first shot I'm not so unhappy.
Here my steps:
1) I obtained the the BL/EL tracks from the original m2ts file
2) Obtained the single hevc file using the yousesope tool (bl_el_rpu_builder_v0.0.3_rev_1)
3) Made a .ts file with putting together the video file plus TrueHD+core and subs from the original bluray using tsMuxer Nightly 2020-04-07--02-11-14
4) Moved the final file to NAS to be played with Plex using Nvidia Shield Pro 2019 as client player, through an AVR Arcam then to my Panasonic GZ1500.
Happily I noticed that both DV and TrueHD logo came out, however the playback seems a bit stutter then after about 1 minute it got stuck. I also noticed that if I try to move forward the playback it get stuck again.
What should I do to make it run smoothly? Thanks!
Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
64bit isnt included there though? :X
Re: Dolby Vision now possible through MP4 Mux.
What would be the command for none-atmos? If you know, thanksMastaG wrote: ↑Tue Mar 17, 2020 1:05 pmFor Dolby Vision + Atmos:
Here's my success story for Gemini Man 2019 which is a 60fps movie which plays much more fluent.
I'm using Fedora 31 Linux but I've also posted windows links
First I demux the original bluray (will only work if I compile the latest FFMpeg git from source):Now I have:Code: Select all
ffmpeg -i bluray:/path/to/my/bluray -map 0:0 -c copy ./BL.hevc -map 0:1 -c copy ./EL.hevc -map 0:2 -c:a copy -strict -2 ./atmos.mp4
BL.hevc - Base Layer
EL.hevc - Enhanced Layer
atmos.mp4 - Dolby TrueHD Atmos audio
Re: Dolby Vision now possible through MP4 Mux.
It's there, look in the bin folder.box4m wrote: ↑Tue Apr 07, 2020 5:50 pm64bit isnt included there though? :X
On a side note, turns out it was the newer version of mp4muxer that was the cause of profile 7 dual track DV files not working on my B9. The mp4s generated from this version worked perfectly. Single track dual layer FEL files generated from yusecope's tool still stutter in profile 4 or 6, though, so same result as that of tsmuxer.
-
- Posts: 2082
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Sorry for my English.
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
Re: Dolby Vision now possible through MP4 Mux.
wow, thnx man it worked finally. the video helped a lot! this is a dual layer DV file i suppose? how dou you insert the sound file? i don't have a audio track at the moment.deadchip12 wrote: ↑Tue Apr 07, 2020 4:40 amHere you go.kazuma wrote: ↑Mon Apr 06, 2020 5:19 pmhow did you do that with a mkv file without stutters? i have a C9 to, but i'm doing something wrong i think. can you tell me the steps? with m2ts i don't have any issues with the tool of grencola.deadchip12 wrote: ↑Mon Apr 06, 2020 2:08 pm
I just followed the exact steps stated in the original post, except instead of .m2ts file I use .mkv remux. Oh and 1 more thing: I don't include the ac3 audio in the demuxing, just the 2 video layers, but I'm not sure if that matters.
https://youtu.be/VifZNt5N6yU
Re: Dolby Vision now possible through MP4 Mux.
Thank you! I ran the command below but the muxer seems to read the whole hevc file in and writes nothing. I end up with a 0 kb output file. Any clues as to what I am doing wrong? I used tsmuxer to extract the hevc files from the original m2ts.
mp4muxer_64bits.exe --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --output-file mp4_dv.mp4
-
- Posts: 35
- Joined: Thu Mar 02, 2017 6:29 pm
Re: Dolby Vision now possible through MP4 Mux.
Hi Shawn, thanks for the tip, it actually worked. No more stops and now I'm able to move back and forward the movie.
However, I'm still noticing some small imperfection in the playback, it isn't smooth as it appears with its mkv version (but of course no DV).
Is there any operation to be reviewed in my procedure or this is so far the best we can get? Thanks.
-
- Posts: 2082
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
I think you have to wait a bit more. your cmd-line seems right.sureshm3 wrote: ↑Tue Apr 07, 2020 11:05 pmThank you! I ran the command below but the muxer seems to read the whole hevc file in and writes nothing. I end up with a 0 kb output file. Any clues as to what I am doing wrong? I used tsmuxer to extract the hevc files from the original m2ts.
mp4muxer_64bits.exe --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --output-file mp4_dv.mp4
The muxer works this way:
1- read the whole file
2- does some unknown work for a couple of minutes ( 10-20 min depending on the length of the movie)
3- then start writing the mp4
Sorry for my English.
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
-
- Posts: 285
- Joined: Thu May 02, 2019 2:49 am
Re: Dolby Vision now possible through MP4 Mux.
Yes dual layer. I don’t insert sound because I use dolby atmos for headphone on pc with my headphone. So everytime I have to sync the video played on my c9’s internal player with the audio played on my pc. It’s a painkazuma wrote: ↑Tue Apr 07, 2020 9:43 pmwow, thnx man it worked finally. the video helped a lot! this is a dual layer DV file i suppose? how dou you insert the sound file? i don't have a audio track at the moment.
until we have a media player on pc that can play Dolby Vision but I doubt that day will ever come.
-
- Posts: 311
- Joined: Tue Oct 30, 2018 4:17 pm
Re: Dolby Vision now possible through MP4 Mux.
nevermind, already solved.deadchip12 wrote: ↑Wed Apr 08, 2020 3:16 amYes dual layer. I don’t insert sound because I use dolby atmos for headphone on pc with my headphone. So everytime I have to sync the video played on my c9’s internal player with the audio played on my pc. It’s a pain
until we have a media player on pc that can play Dolby Vision but I doubt that day will ever come.
Last edited by kazuma on Wed Apr 08, 2020 4:13 pm, edited 1 time in total.
Re: Dolby Vision now possible through MP4 Mux.
Thanks, I let it run for longer and got 1917 and Joker working on my C9. So happy with the results.RESET_9999 wrote: ↑Wed Apr 08, 2020 12:55 amI think you have to wait a bit more. your cmd-line seems right.sureshm3 wrote: ↑Tue Apr 07, 2020 11:05 pmThank you! I ran the command below but the muxer seems to read the whole hevc file in and writes nothing. I end up with a 0 kb output file. Any clues as to what I am doing wrong? I used tsmuxer to extract the hevc files from the original m2ts.
mp4muxer_64bits.exe --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --output-file mp4_dv.mp4
The muxer works this way:
1- read the whole file
2- does some unknown work for a couple of minutes ( 10-20 min depending on the length of the movie)
3- then start writing the mp4
Re: Dolby Vision now possible through MP4 Mux.
with the latest nightly build of tsmuxer, single track BL+EL+RPU hevc + audio track = Dovi Profile 6 Video
that’s not good for me, because shield tv pro 2019 does not support DoVi Profile 6.
Dovi Profile 6 has been deprecated by dolby.
Code: Select all
HDR format : Dolby Vision, Version 1.0, dvhe.06.06, BL+EL+RPU / SMPTE ST 2086, HDR10 compatible
Dovi Profile 6 has been deprecated by dolby.
Last edited by badrobot on Wed Apr 08, 2020 1:21 pm, edited 1 time in total.
I am not a native English speaker.
Sorry for my bad English.
Sorry for my bad English.
Re: Dolby Vision now possible through MP4 Mux.
have you tried it?
Angryunibrow wrote: ↑
Can also confirm the 2019 shield and LG C8 plays the Profile 6 files just fine. I did not watch an entire movie but testing 2 movies worked just fine.
Edit: 1917 studders on the LG C8 but plays fine on the shield. (profile 6)