stephon1024 wrote: Fri May 29, 2020 6:09 pm
MartyMcNuts wrote: Fri May 29, 2020 12:41 am
stephon1024 wrote: Thu May 28, 2020 11:10 pm
Hey Shawn,
Appreciate the comment.
Yeah i tried the MP4 method and no dice there either. As I stated in a previous post, I can get a "playable" file using the mp4muxer method just like the TSmuxer method - they just stutter like crazy. Since I got the same result using multiple methods I'm starting to think it's a bottleneck with the C9's SOC (system on chip) at the extremely high bitrate the raw BL+EL+RPU file (created using Yusesope's tool) has with no treatment off the disc. It's meant for streaming content from Netflix, Hulu, Disney+ (which has Dolby Vision!) that is compressed (internet... obvi!). It's not a 4K UHD player designed to handle extremely high bitrate multi-layer multi-stream content.
I don't believe it's a compatibility issue as much as a total bitrate issue, but I'll know soon enough. And the TrueHD does matter to me as I'll be running this through a receiver in the future with support for lossless audio, but honestly - TS muxer is just easy to use and LG TV's support TS video format (so does Plex) so I really don't care about the container. I'm mostly concerned with getting a compressed BL layer to merge properly with an EL layer using Yusesope's tool. I think that's my key. Then with a significantly smaller BL+EL+RPU I can either use TSmuxer or mp4muxer to create the final output - at that point it doesn't really matter.
Once I have that... I think I'll be golden.
stephon1024,
I've uploaded some new samples for you to try. They are profile 4. Please try the first 2 files. One is a MP4 and the other is a TS.
https://www.makemkv.com/forum/viewtopic ... 505#p90663
MARTY!!! I don't know what you did or how you did it... but you did it!!! Those dual layer files you gave me with the EL being profile 04.09 worked perfectly. The only one that didn't was the BL_EL_RPU TS file...
How did you put those together? I must know! it's the key!!!!
Thanks so much man!!!
Cool, I'm glad they worked for you. Here are the steps to create them. For this example, I used Birds of Prey which is MEL. Just change the inputs/outputs to your source.
1.
Extract the BL and EL to separate hevc files and any audio tracks you want. I prefer to use eac3to for this task. You can use ffmpeg if you want. Here are both commands:
eac3to N:\BIRDS_OF_PREY\BDMV\PLAYLIST\00800.mpls 1) 2: N:\BIRDS_OF_PREY\TEMP_FOLDER\BL.hevc 3: N:\BIRDS_OF_PREY\TEMP_FOLDER\EL.hevc 4: N:\BIRDS_OF_PREY\TEMP_FOLDER\audio.ac3 -core
ffmpeg -y -hide_banner -analyzeduration 999M -probesize 999M -playlist 00800 -i bluray:N:\BIRDS_OF_PREY -map 0:0 -c:v copy N:\BIRDS_OF_PREY\TEMP_FOLDER\BL.hevc -map 0:1 -c:v copy N:\BIRDS_OF_PREY\TEMP_FOLDER\EL.hevc -map 0:2 -c:a ac3 -b:a 640k N:\BIRDS_OF_PREY\TEMP_FOLDER\audio.ac3
2.
Shrink the BL. I use NVencC64 for this using a bitrate of 25000k. The command is:
NVEncC_5.01_x64\NVEncC64 --avhw -i N:\BIRDS_OF_PREY\TEMP_FOLDER\BL.hevc --output-res 3840x2160 --fps 23.976 --codec h265 --preset quality --level 5.1 --profile main10 --tier high --output-depth 10 --lookahead 32 --vbrhq 25000 --output-buf 64 --aud --colorprim bt2020 --colormatrix bt2020nc --transfer smpte2084 --chromaloc 2 --master-display copy --max-cll copy -o N:\BIRDS_OF_PREY\TEMP_FOLDER\BL_shrunk.hevc
3.
Then use mp4muxer to mux the BL, EL and audio to a mp4 file. The command is:
mp4muxer_64bits.exe --dv-profile 4 -i N:\BIRDS_OF_PREY\TEMP_FOLDER\BL_shrunk.hevc -i N:\BIRDS_OF_PREY\TEMP_FOLDER\EL.hevc -i N:\BIRDS_OF_PREY\TEMP_FOLDER\audio.ac3 --media-lang eng -o N:\BIRDS_OF_PREY\TEMP_FOLDER\Birds.of.Prey.(2020).2160p.UHDRip.(Dolby.Vision).HEVC.AC3.mp4
This should give you a re-encoded mp4 that is DV 04.06 with AC3 audio.
Here is the link for the Birds of Prey sample I created. It is DV 04.06 with ac3 audio.
https://www.mediafire.com/file/zakxv8ym ... 9.zip/file