blenky wrote: ↑Sun Oct 18, 2020 1:37 pm
The resultant MKV plays in DV with Dolby Atmos track! Result. However as I have a Z9X and a LG CX TV there is a known issue. The TV keeps resyncing and after about 5 minutes playback gets choppy. Hopefully at some point this will get fixed
Great result! Thanks for not giving up! It's a shame about the Z9X + LG CX problem.
So, are you telling me the only difference was the way you imported the audio into MkvToolNix?
Strange!
When someone with a FireStick 4K\Shield 2019\Ugoos tries it, maybe we'll have some more data to think about!
To you others, which of the following two approaches works?
blenky wrote: ↑Sat Oct 17, 2020 10:11 pm
OK I got hold of your 0.0.4 beta package and did the following
- Ran MUX_EXPERIMENTAL.bat adding in the main M2TS file from the movie 1917. I updated the script within the .bat file to
Code: Select all
python-3.7.6.amd64\python.exe src\app.py -mode_exp 2 -skip_hdr10plus -mux_exp
- Imported the resultant HEVC file into latest version of MKVToolNix and added film title followed by 37 underscores. I added the M2TS file from 1917 into MKVToolNix excluding everything except Atmos audio and one subtitle track.
- ran MKV_Patcher.bat dropping in the MKV file created and typed 8.
Unfortunately the end result MKV file does not play at all. It freezes with black screen
blenky wrote: ↑Sun Oct 18, 2020 1:37 pm
Using 0.0.4 beta package and did the following
- Ran MUX_EXPERIMENTAL.bat adding in the main M2TS file from the movie 1917. I updated the script within the .bat file to
Code: Select all
python-3.7.6.amd64\python.exe src\app.py -mode_exp 2 -skip_hdr10plus -mux_exp
- Demuxed Atmos track from 1917 .M2TS file using TSMuxer
- Imported the resultant HEVC file into latest version of MKVToolNix and added demuxed .ac3 file generated by Tsmuxer.
- Added film title followed by 37 underscores and create MKV
- ran MKV_Patcher.bat dropping in the MKV file created and typed 8.
The resultant MKV plays in DV with Dolby Atmos track
I am glad that both the experimental muxer and the Patcher are working correctly!
The second is still not perfect: in case it returns an error, attach the first 20 seconds of the mkv to your post so I can improve it!
jlpsvk wrote: ↑Sun Oct 18, 2020 11:29 am
ok... so when I want to encode BL, i need the original EL and mux with encoded BL to have profile 8.1 again, right?
Quite right (mux in -mode 2 for profile 8.1).
However, I do not recommend video encoding: it is technically wrong in the case of DoVi and my tool is not designed for this type of use!
Just my two cents, you are free to do what you want!
jlpsvk wrote: ↑Sun Oct 18, 2020 2:19 pm
just a though....
it would be nice to have .BAT for the following operations (if possible)...
1) convert BL.hevc with HDR10+ to BL.hevc without HDR10+ (separately, without muxing to DV file)
2) convert EL (FEL).hevc to EL (MEL).hevc (separately, without muxing to DV file)
The first should be possible I think, the second... I really don't know...
Right now, if I want to create Profile 8.1 without HDR10+, i need to use MUX.bat with -skip_hdr10plus, then demux, and then use MUX_AND_CONVERT_TO_PROFILE_81.bat and use BL.hevc without HDR10+
All those ".bat" files are USELESS!
They just generate confusion and I certainly will not create new ones!
The only useful one is "SHOW_HELP.bat": it tells you what to use to build a simple command line.
In your specific case, is it so complicated to open a Command Prompt window in my tool folder (tutorial
HERE) and paste the following command line into it?
Code: Select all
python-3.7.6.amd64\python.exe src\app.py -mode 2 -skip_hdr10plus -mux -bl \path\to\your\BL.hevc -el \path\to\your\EL_RPU.hevc -of \path\to\your\output\file.hevc
Or even better, use the experimental muxer and save yourself the trouble of demuxing BL and EL?
Code: Select all
python-3.7.6.amd64\python.exe src\app.py -mode_exp 2 -skip_hdr10plus -mux_exp -if_exp \path\to\your\input\file.m2ts -of_exp \path\to\your\output\file.hevc
Read the two command lines aloud: it's English ... not ancient Aramaic!
PlatypusW wrote: ↑Sun Oct 18, 2020 12:57 pm
I managed to get something off my local http web server but that’s not exactly ideal
You just need a simple DLNA server (the DLNA capabilities of Windows, Plex Media Server, Serviio, minidlna, etc ...)