Angryunibrow wrote: Wed Mar 04, 2020 4:53 pm
ATD555 wrote: Wed Mar 04, 2020 3:59 pm
mattmarsden wrote: Wed Mar 04, 2020 3:54 pm
Thank you so much. Whats the best way to demux the hevc layers? Also what commands do we use in mp4muxer? Thanks!
To demux the HEVC files
Code: Select all
ffmpeg.exe -i bluray:\path\to\bluray -map 0:0 -c copy %userprofile%\Desktop\BL.hevc -map 0:1 -c copy %userprofile%\Desktop\EL.hevc
To use MP4Muxer
Code: Select all
mp4muxer_64bits.exe --dv-profile 7.06 --input-file %userprofile%\Desktop\BL.hevc --input-file %userprofile%\Desktop\EL.hevc --output-file %userprofile%\Desktop\mp4muxer_out.mp4
Any chance someone could put together a complete post with steps involved to use this new tool for single layer, plus adding in an Atmos track?
I'm interested in creating single layer files with Atmos to play on the Shield.
I'm using DVDFab now, but would like to try out this method.
A brief guide to yusesope's single layer DV tool
extract bl_el_rpu_builder.zip on a hard drive with plenty of space
Use ffmpeg to extract layers as follows
ffmpeg -ss 0 -i bluray:\path\to\bluray -t 60 -map 0:BL_STREAM_ID -c copy %userprofile%\Desktop\BL.hevc
ffmpeg -ss 0 -i bluray:\path\to\bluray -t 60 -map 0:EL_STREAM_ID -c copy %userprofile%\Desktop\EL.hevc
Run start_bl_el_rpu_builder.bat
drop in the BL then press enter
drop in the EL then press enter
The tool will do it's magic
you will then see a file called BL_EL_RPU.hevc has been created
Using the special tsmuxer build from RESET_9999 post
https://onedrive.live.com/?authkey=%21A ... ion=locate
drop BL_EL_RPU.hevc in
then drop either your m2ts file for the movie or the movie playlist file in tsmuxer
delete the two video tracks that are added from that file leaving only BL_EL_RPU.hevc
don't delete any audio files (unless you don't need specific tracks)
Press start muxing and wait
once complete you should have a single layer DV file which plays on the shield