Dolby Vision now possible through MP4 Mux.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
did you uncheck TrueHD before muxing the bluray folder ?
dgdemux(my script use it to demux) wont work with BDMV that contain a truehd (without core)
dgdemux(my script use it to demux) wont work with BDMV that contain a truehd (without core)
-
kazuma
- Posts: 186
- Joined: Fri Nov 08, 2019 9:51 pm
Re: Dolby Vision now possible through MP4 Mux.
yes , i selected ac3 audio. strange...RESET_9999 wrote: Fri Sep 09, 2022 6:26 pm did you uncheck TrueHD before muxing the bluray folder ?
dgdemux(my script use it to demux) wont work with BDMV that contain a truehd (without core)
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
which episode-season. I'll try
-
kazuma
- Posts: 186
- Joined: Fri Nov 08, 2019 9:51 pm
Re: Dolby Vision now possible through MP4 Mux.
s04e06. but i think the problem is different. very thanks for your input for this noob. my tsmuxer is from this website https://www.videohelp.com/software/tsMuxeR. but you gave me a another link. i think the problem is there. but i can't start you're tsmuxer because there is no tsmuxer.exe gui in it.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
yep, that's the problem.kazuma wrote: Fri Sep 09, 2022 6:50 pm s04e06. but i think the problem is different. very thanks for your input for this noob. my tsmuxer is from this website https://www.videohelp.com/software/tsMuxeR. but you gave me a another link. i think the problem is there. but i can't start you're tsmuxer because there is no tsmuxer.exe gui in it.
get the latest from GitHub or you can use the one included in my script tool pack (tools folder / tsmuxer GUI).
-
sw5163
- Posts: 146
- Joined: Sat Jun 25, 2022 7:28 am
Re: Dolby Vision now possible through MP4 Mux.
I see from @RESET_9999 's Playback-Devices C9 should support FEL mp4 and lossy audio.
If you want to do it manually, for example for the
'Game.of.Thrones.S01.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT'
You could try:
1. Extract bl.hevc, el.hevc, audio.ac3
Code: Select all
ffmpeg -i remux.mkv -map 0:0 -c copy bl.hevc -map 0:1 -c copy el.hevc -map 0:4 -c copy audio.ac3
Code: Select all
mp4muxer -i bl.hevc -i el.hevc -i audio.ac3 -o dual_track_fel.mp4
2. Generate single track BL_EL_RPU.hevc by dovi_tool (yusesope's tool is a little complicated)
Code: Select all
dovi_tool mux --bl bl.hevc --el el.hevc
Code: Select all
mp4muxer -i BL_EL_RPU.hevc -i audio.ac3 -o single_track_fel.mp4
If both @RESET_9999 's script and above fail, it may because the file is corrupted.
Edit: Oh I see you have already found the problem, cheers.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
yes, that would work too and can be done without using command lines ( i know some people are afraid of cmd-line ).
I just hate the MP4 container
and there's nothing i hate more than getting ready to watch a movie only to find out it doesnt play properly 

I just hate the MP4 container

-
kazuma
- Posts: 186
- Joined: Fri Nov 08, 2019 9:51 pm
Re: Dolby Vision now possible through MP4 Mux.
you're tsmuxer didnt workRESET_9999 wrote: Fri Sep 09, 2022 7:02 pmyep, that's the problem.kazuma wrote: Fri Sep 09, 2022 6:50 pm s04e06. but i think the problem is different. very thanks for your input for this noob. my tsmuxer is from this website https://www.videohelp.com/software/tsMuxeR. but you gave me a another link. i think the problem is there. but i can't start you're tsmuxer because there is no tsmuxer.exe gui in it.
get the latest from GitHub or you can use the one included in my script tool pack (tools folder / tsmuxer GUI).
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
mmm, that's the one I used in all my GIF examples...kazuma wrote: Fri Sep 09, 2022 7:30 pm you're tsmuxer didnt work. i'm now gonna try your last post.
-
kazuma
- Posts: 186
- Joined: Fri Nov 08, 2019 9:51 pm
Re: Dolby Vision now possible through MP4 Mux.
i get again the messages that 'the files couldn't be found' in command. (in dutch). there is a small little error on all this i think, but what?, i've even tried to run cmd as administrator, i restarted my laptop. very strange.RESET_9999 wrote: Fri Sep 09, 2022 7:33 pmmmm, that's the one I used in all my GIF examples...kazuma wrote: Fri Sep 09, 2022 7:30 pm you're tsmuxer didnt work. i'm now gonna try your last post.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
can you post the full log of the script like this:kazuma wrote: Fri Sep 09, 2022 7:49 pm i get again the messages that 'the files couldn't be found' in command. (in dutch). there is a small little error on all this i think, but what?, i've even tried to run cmd as administrator, i restarted my laptop. very strange.
Code: Select all
_____ __ ___ _____ _ _
| __ \ \ \ / (_) / ____| (_) | |
| | | | __\ \ / / _ | (___ ___ _ __ _ _ __ | |_ ___
| | | |/ _ \ \/ / | | \___ \ / __| '__| | '_ \| __/ __|
| |__| | (_) \ / | | ____) | (__| | | | |_) | |_\__ \
|_____/ \___/ \/ |_| |_____/ \___|_| |_| .__/ \__|___/
-@RESET_9999---------------------------------|__|-----------
Choose a mode...
1) MODE.I= DoVi Convert/Edit/Sync/Inject (Base Layer file + P8/P7/P5 DoVi file to Profile 8)
2) MODE.F= DoVi Fix/Extract/Info/Verify-Sync-Brightness
3) MODE.H= DoVi Maker (from HDR10 madVR or HDR10plus)
4) MODE.P= Profile 7 Input (MKV/BDMV)
5) MODE.B= Dovi Batch tsMuxer: MKV/MP4 to TS (ST-DV+DD+SUB)
6) MODE.M= MIXED: Remover/Measurer/Playlist/Audio and more...
7) MODE.M4= MP4_MUXER Workflows
8) Exit
Choice? [1,2,3,4,5,6,7,8]?4
*****************
* CHOOSE A MODE *
*****************
1) MODE.1= Bluray Disc to Profile 8 or ST Profile 7
2) MODE.2= MKV ST Profile 7 to Profile 8
3) MODE.3= DEMUX MKV Profile 7 ST-DL to DT-DL
4) MODE.4= Back to main menu
Choice? [1,2,3,4]?1
*********************
* CHOOSE A WORKFLOW *
*********************
1) Workflow.1= Bluray Disc to Profile 8 + DD+
2) Workflow.2= Bluray Disc to Profile 8 + DD+ 7.1 (DEE only)
3) Workflow.3= Bluray Disc to Profile 8
4) Workflow.4= Bluray Disc to Profile 7 Single-Track Dual-Layer
5) Workflow.5= back to main menu
Choice? [1,2,3,4,5]?3
Un sous-répertoire ou un fichier D:\TEMP_folder existe déjà.
------------------------------------------------------------------
--This workflow will convert a dual layer bluray MPLS to profile 8
------------------------------------------------------------------
Drag and drop your BDMV folder and press enter...
Drag and drop the main movie playlist (MPLS) and press enter...
D:\samples\muti.lang.bd\BDMV\PLAYLIST\00000.mpls
Do you want to edit L5... y or n ? and/or press enter...
DGDemux 1.0.0.59 by Donald A. Graft
Copyright (C) 2019-2021 Donald A. Graft, All Rights Reserved [Made in USA]
00000.m2ts
1 %
2 %
3 %
4 %
5 %
6 %
7 %
8 %
9 %
10 %
11 %
12 %
13 %
14 %
15 %
16 %
17 %
18 %
19 %
20 %
21 %
22 %
23 %
24 %
25 %
26 %
27 %
28 %
29 %
30 %
31 %
32 %
33 %
34 %
35 %
36 %
37 %
38 %
39 %
40 %
41 %
42 %
43 %
44 %
45 %
46 %
47 %
48 %
49 %
50 %
51 %
52 %
53 %
54 %
55 %
56 %
57 %
58 %
59 %
60 %
61 %
62 %
63 %
64 %
65 %
66 %
67 %
68 %
69 %
70 %
71 %
72 %
73 %
74 %
75 %
76 %
77 %
78 %
79 %
80 %
81 %
82 %
83 %
84 %
85 %
86 %
87 %
88 %
89 %
90 %
91 %
92 %
93 %
94 %
95 %
96 %
97 %
98 %
99 %
100 %
Done!
mkvmerge v70.0.0 ('Caught A Lite Sneeze') 64-bit
'D:\TEMP_folder\EL.hevc': Using the demultiplexer for the format 'HEVC/H.265'.
'D:\TEMP_folder\EL.hevc' track 0: Using the output module for the format 'HEVC/H.265 (unframed)'.
The file 'D:\TEMP_folder\EL.mkv' has been opened for writing.
'D:\TEMP_folder\EL.hevc' track 0: Extracted the aspect ratio information from the video bitstream and set the display dimensions to 1920/1080.
Progress: 100%
The cue entries (the index) are being written...
Multiplexing took 2 seconds.
ffmpeg version 5.0.1-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 11.2.0 (Rev7, Built by MSYS2 project)
configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
libavutil 57. 17.100 / 57. 17.100
libavcodec 59. 18.100 / 59. 18.100
libavformat 59. 16.100 / 59. 16.100
libavdevice 59. 4.100 / 59. 4.100
libavfilter 8. 24.100 / 8. 24.100
libswscale 6. 4.100 / 6. 4.100
libswresample 4. 3.100 / 4. 3.100
libpostproc 56. 3.100 / 56. 3.100
Input #0, matroska,webm, from 'D:\TEMP_folder\EL.mkv':
Metadata:
encoder : libebml v1.4.2 + libmatroska v1.6.4
Duration: 00:09:59.89, start: 0.000000, bitrate: 7369 kb/s
Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
BPS : 7367224
DURATION : 00:09:59.891000000
NUMBER_OF_FRAMES: 14383
NUMBER_OF_BYTES : 552441436
_STATISTICS_WRITING_APP: mkvmerge v70.0.0 ('Caught A Lite Sneeze') 64-bit
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Side data:
DOVI configuration record: version: 1.0, profile: 7, level: 3, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6
Output #0, matroska, to 'D:\TEMP_folder\chunk.mkv':
Metadata:
encoder : Lavf59.16.100
Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
BPS : 7367224
DURATION : 00:09:59.891000000
NUMBER_OF_FRAMES: 14383
NUMBER_OF_BYTES : 552441436
_STATISTICS_WRITING_APP: mkvmerge v70.0.0 ('Caught A Lite Sneeze') 64-bit
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Side data:
DOVI configuration record: version: 1.0, profile: 7, level: 3, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
frame= 942 fps=0.0 q=-1.0 Lsize= 15544kB time=00:00:39.99 bitrate=3183.5kbits/s speed=1.27e+03x
video:15534kB audio:0kB subtitle:0kB other streams:0kB global headers:1kB muxing overhead: 0.065136%
Extracting track 0 with the CodecID 'V_MPEGH/ISO/HEVC' to the file 'D:\TEMP_folder\el.chunk.hevc'. Container format: HEVC/H.265 elementary stream
Progress: 100%
Reordering metadata... Done.
Parsing RPU file...
Exporting metadata...
Done.
D:\TEMP_folder\rpu-text.json
converting and injecting RPU...
Rewriting file with interleaved EL NALUs..
1 fichier(s) déplacé(s).
"The script has completed."-
kazuma
- Posts: 186
- Joined: Fri Nov 08, 2019 9:51 pm
Re: Dolby Vision now possible through MP4 Mux.
| __ \ \ \ / (_) / ____| (_) | |RESET_9999 wrote: Fri Sep 09, 2022 7:57 pmcan you post the full log of the script like this:kazuma wrote: Fri Sep 09, 2022 7:49 pm i get again the messages that 'the files couldn't be found' in command. (in dutch). there is a small little error on all this i think, but what?, i've even tried to run cmd as administrator, i restarted my laptop. very strange.
Code: Select all
_____ __ ___ _____ _ _ | __ \ \ \ / (_) / ____| (_) | | | | | | __\ \ / / _ | (___ ___ _ __ _ _ __ | |_ ___ | | | |/ _ \ \/ / | | \___ \ / __| '__| | '_ \| __/ __| | |__| | (_) \ / | | ____) | (__| | | | |_) | |_\__ \ |_____/ \___/ \/ |_| |_____/ \___|_| |_| .__/ \__|___/ -@RESET_9999---------------------------------|__|----------- Choose a mode... 1) MODE.I= DoVi Convert/Edit/Sync/Inject (Base Layer file + P8/P7/P5 DoVi file to Profile 8) 2) MODE.F= DoVi Fix/Extract/Info/Verify-Sync-Brightness 3) MODE.H= DoVi Maker (from HDR10 madVR or HDR10plus) 4) MODE.P= Profile 7 Input (MKV/BDMV) 5) MODE.B= Dovi Batch tsMuxer: MKV/MP4 to TS (ST-DV+DD+SUB) 6) MODE.M= MIXED: Remover/Measurer/Playlist/Audio and more... 7) MODE.M4= MP4_MUXER Workflows 8) Exit Choice? [1,2,3,4,5,6,7,8]?4 ***************** * CHOOSE A MODE * ***************** 1) MODE.1= Bluray Disc to Profile 8 or ST Profile 7 2) MODE.2= MKV ST Profile 7 to Profile 8 3) MODE.3= DEMUX MKV Profile 7 ST-DL to DT-DL 4) MODE.4= Back to main menu Choice? [1,2,3,4]?1 ********************* * CHOOSE A WORKFLOW * ********************* 1) Workflow.1= Bluray Disc to Profile 8 + DD+ 2) Workflow.2= Bluray Disc to Profile 8 + DD+ 7.1 (DEE only) 3) Workflow.3= Bluray Disc to Profile 8 4) Workflow.4= Bluray Disc to Profile 7 Single-Track Dual-Layer 5) Workflow.5= back to main menu Choice? [1,2,3,4,5]?3 Un sous-répertoire ou un fichier D:\TEMP_folder existe déjà. ------------------------------------------------------------------ --This workflow will convert a dual layer bluray MPLS to profile 8 ------------------------------------------------------------------ Drag and drop your BDMV folder and press enter... Drag and drop the main movie playlist (MPLS) and press enter... D:\samples\muti.lang.bd\BDMV\PLAYLIST\00000.mpls Do you want to edit L5... y or n ? and/or press enter... DGDemux 1.0.0.59 by Donald A. Graft Copyright (C) 2019-2021 Donald A. Graft, All Rights Reserved [Made in USA] 00000.m2ts 1 % 2 % 3 % 4 % 5 % 6 % 7 % 8 % 9 % 10 % 11 % 12 % 13 % 14 % 15 % 16 % 17 % 18 % 19 % 20 % 21 % 22 % 23 % 24 % 25 % 26 % 27 % 28 % 29 % 30 % 31 % 32 % 33 % 34 % 35 % 36 % 37 % 38 % 39 % 40 % 41 % 42 % 43 % 44 % 45 % 46 % 47 % 48 % 49 % 50 % 51 % 52 % 53 % 54 % 55 % 56 % 57 % 58 % 59 % 60 % 61 % 62 % 63 % 64 % 65 % 66 % 67 % 68 % 69 % 70 % 71 % 72 % 73 % 74 % 75 % 76 % 77 % 78 % 79 % 80 % 81 % 82 % 83 % 84 % 85 % 86 % 87 % 88 % 89 % 90 % 91 % 92 % 93 % 94 % 95 % 96 % 97 % 98 % 99 % 100 % Done! mkvmerge v70.0.0 ('Caught A Lite Sneeze') 64-bit 'D:\TEMP_folder\EL.hevc': Using the demultiplexer for the format 'HEVC/H.265'. 'D:\TEMP_folder\EL.hevc' track 0: Using the output module for the format 'HEVC/H.265 (unframed)'. The file 'D:\TEMP_folder\EL.mkv' has been opened for writing. 'D:\TEMP_folder\EL.hevc' track 0: Extracted the aspect ratio information from the video bitstream and set the display dimensions to 1920/1080. Progress: 100% The cue entries (the index) are being written... Multiplexing took 2 seconds. ffmpeg version 5.0.1-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers built with gcc 11.2.0 (Rev7, Built by MSYS2 project) configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 57. 17.100 / 57. 17.100 libavcodec 59. 18.100 / 59. 18.100 libavformat 59. 16.100 / 59. 16.100 libavdevice 59. 4.100 / 59. 4.100 libavfilter 8. 24.100 / 8. 24.100 libswscale 6. 4.100 / 6. 4.100 libswresample 4. 3.100 / 4. 3.100 libpostproc 56. 3.100 / 56. 3.100 Input #0, matroska,webm, from 'D:\TEMP_folder\EL.mkv': Metadata: encoder : libebml v1.4.2 + libmatroska v1.6.4 Duration: 00:09:59.89, start: 0.000000, bitrate: 7369 kb/s Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default) Metadata: BPS : 7367224 DURATION : 00:09:59.891000000 NUMBER_OF_FRAMES: 14383 NUMBER_OF_BYTES : 552441436 _STATISTICS_WRITING_APP: mkvmerge v70.0.0 ('Caught A Lite Sneeze') 64-bit _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Side data: DOVI configuration record: version: 1.0, profile: 7, level: 3, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6 Output #0, matroska, to 'D:\TEMP_folder\chunk.mkv': Metadata: encoder : Lavf59.16.100 Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 23.98 tbr, 1k tbn (default) Metadata: BPS : 7367224 DURATION : 00:09:59.891000000 NUMBER_OF_FRAMES: 14383 NUMBER_OF_BYTES : 552441436 _STATISTICS_WRITING_APP: mkvmerge v70.0.0 ('Caught A Lite Sneeze') 64-bit _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Side data: DOVI configuration record: version: 1.0, profile: 7, level: 3, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6 Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help frame= 942 fps=0.0 q=-1.0 Lsize= 15544kB time=00:00:39.99 bitrate=3183.5kbits/s speed=1.27e+03x video:15534kB audio:0kB subtitle:0kB other streams:0kB global headers:1kB muxing overhead: 0.065136% Extracting track 0 with the CodecID 'V_MPEGH/ISO/HEVC' to the file 'D:\TEMP_folder\el.chunk.hevc'. Container format: HEVC/H.265 elementary stream Progress: 100% Reordering metadata... Done. Parsing RPU file... Exporting metadata... Done. D:\TEMP_folder\rpu-text.json converting and injecting RPU... Rewriting file with interleaved EL NALUs.. 1 fichier(s) déplacé(s). "The script has completed."
| | | | __\ \ / / _ | (___ ___ _ __ _ _ __ | |_ ___
| | | |/ _ \ \/ / | | \___ \ / __| '__| | '_ \| __/ __|
| |__| | (_) \ / | | ____) | (__| | | | |_) | |_\__ \
|_____/ \___/ \/ |_| |_____/ \___|_| |_| .__/ \__|___/
-@RESET_9999---------------------------------|__|-----------
Choose a mode...
1) MODE.I= DoVi Convert/Edit/Sync/Inject (Base Layer file + P8/P7/P5 DoVi file to Profile
2) MODE.F= DoVi Fix/Extract/Info/Verify-Sync-Brightness
3) MODE.H= DoVi Maker (from HDR10 madVR or HDR10plus)
4) MODE.P= Profile 7 Input (MKV/BDMV)
5) MODE.B= Dovi Batch tsMuxer: MKV/MP4 to TS (ST-DV+DD+SUB)
6) MODE.M= MIXED: Remover/Measurer/Playlist/Audio and more...
7) MODE.M4= MP4_MUXER Workflows
Choice? [1,2,3,4,5,6,7,8]?7
*****************
* CHOOSE A MODE *
*****************
1) MODE.1= Single-Track (p5, p8, p7)
2) MODE.2= Dual-Track (p7)
3) MODE.3= Demuxer (p5, p8, p7)
4) MODE.4= Apple iOS compatible MP4
5) MODE.5= back to main menu
Choice? [1,2,3,4,5]?2
********************
* CHOOSE A WORFLOW *
********************
1) Workflow.1= HEVC-1(BL) + HEVC-2(EL) + AUDIO + SRT subtitle(optionnal)
2) Workflow.2= MPLS P7 bluray to DT-DL + EAC3 + SRT subtitles(optionnal)
3) Workflow.3= MKV P7 to DT-DL + EAC3 + SRT subtitles(optionnal)
4) Workflow.4= back to main menu
Choice? [1,2,3,4]?1
------------------------------------------------------------
-- Input can be HEVC/H265 - SRT/AC3/EC3/AAC/DTS/DTSHD/TrueHD
-- If no subtitles, just press enter to skip
------------------------------------------------------------
Drag and drop BL and press enter...D:\Game.of.Thrones.S04E06.The.Laws.of.Gods.and.Men.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT.track_1_eng.hevc
Drag and drop EL and press enter...D:\Game.of.Thrones.S04E06.The.Laws.of.Gods.and.Men.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT.track_2_und.hevc
Drag and drop your audio file and press enter...D:\Game.of.Thrones.S04E06.The.Laws.of.Gods.and.Men.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT.track_5_eng.ac3
Drag and drop your SRT subtitle file and press enter...D:\Game.of.Thrones.S04E06.The.Laws.of.Gods.and.Men.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT.track_25_nld.sup
muxing into a MP4 profile 7 DoVi file. Be patient, it can take a while. 40min+ on slow HDD
Het systeem kan het opgegeven pad niet vinden. (the path cannot be found)
the script has completed...
Press any key to continue . . .
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
sup subtitles are not supported. You must use the SRT subs
-
kazuma
- Posts: 186
- Joined: Fri Nov 08, 2019 9:51 pm
Re: Dolby Vision now possible through MP4 Mux.
i get the same error if i skip the sup file. i don't need subtitle anyway.RESET_9999 wrote: Fri Sep 09, 2022 8:06 pm sup subtitles are not supported. You must use the SRT subs
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Well idk and I'm out of ideas. sorrykazuma wrote: Fri Sep 09, 2022 8:11 pm i get the same error if i skip the sup file. i don't need subtitle anyway.