No worries, thank you.yusesope wrote: ↑Sat Nov 07, 2020 2:20 pmNow the -exp switch also accepts the path of a BluRay folder as input (the address of the folder that contains the BDMV folder).
Download the new version from the original GAMMA post
I also added the -playlist switch to be able to select the playlist of interest (how do I know which playlist to choose? Use an app like BDinfo).
Specify the playlist number only without the .mpls extension.
If no playlist is indicated, the longer one will be chosen.
The -playlist value is ignored if the -exp input is not a BluRay folder.
If in the second command line you choose to use the same folder and playlist used in the first (as "donor of audio and subs"), then, for consistency, you must indicate to FFmpeg the same folder and the same playlist. FFmpeg also uses the -playlist switch and the bluray keyword.
EXAMPLE (more info in the original GAMMA post):python-3.7.6.amd64\python.exe src\app.py -mux -exp \path\to\bluray -playlist 00222I remind everyone that this is an experimental version and there is always the possibility that something is wrong.src\Gpac\gpac.exe -i pipe://video:ext=hevc:audelim=true -o stdout:ext=ts:pes_pack=none | src\FFmpeg\ffmpeg_win_x64.exe -hide_banner -y -i - -playlist 00222 -i bluray:\path\to\bluray -map 0:0 -map 1:2 -c copy -bsf:v hevc_metadata=aud=insert -metadata title="Movie Title_________________________________________________________________________" \path\to\your\output\file.mkv
Many of the topics and aspects covered are new to me.
Even adding a simple function takes some time.
Be patient and follow the instructions.
NOTE
- In FFmpeg (second command line) the -playlist switch, if used, must necessarily precede the input one ("-i")
- Ignore WARNINGS and ERRORS related to the "libbluray" library that may appear in the first Command Prompt window.
I need some time to simplify the procedure. That's okay for now![]()
I have no idea. Owners of other devices do not complain about this problem. When I have time and you are available maybe we could do some tests together to understand where the problem lies.DaMacFunkin wrote: ↑Sat Nov 07, 2020 7:57 amHi Yusesope.
It would seem that MKV FEL converted to 8.1 with Beta 004 triggers Dolby Vision on the new Zidoo products. MKV FEL to 8.1 with Gamma doesn't trigger Dolby Vision on the new ZIdoo products.
Is there a reason for this, what is the difference?
Thank you.
But first I have to extend GAMMA support to Linux too, fix the creation of the mp4 DTDL files, add chapter support ...![]()
You need to have a bit of patience...![]()
Dolby Vision now possible through MP4 Mux.
-
DaMacFunkin
- Posts: 312
- Joined: Tue Oct 30, 2018 4:17 pm
Re: Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
@Yusesope
Tested your latest creation (Gamma tool revised) and it works perfectly.
Made 2 films very quickly.
Thanks again Maestro Yusesope.
Tested your latest creation (Gamma tool revised) and it works perfectly.
Made 2 films very quickly.
Thanks again Maestro Yusesope.
Re: Dolby Vision now possible through MP4 Mux.
Hi everyone !
Could anybody update me on the methods to make dv files ? I made a first batch back in march and haven’t made any since then as there were barely any new releases. I used to do it the regular way as described in the original post with dv profile 7 which seems to be the best for Plex on lg c9. Do you guys still use the original method or is there something simpler now ?
Thank you all
Could anybody update me on the methods to make dv files ? I made a first batch back in march and haven’t made any since then as there were barely any new releases. I used to do it the regular way as described in the original post with dv profile 7 which seems to be the best for Plex on lg c9. Do you guys still use the original method or is there something simpler now ?
Thank you all
Re: Dolby Vision now possible through MP4 Mux.
if you're just playing them off your tv's internal player, then no, stick to what you've been doing4knewbie wrote: ↑Sun Nov 08, 2020 3:24 pmHi everyone !
Could anybody update me on the methods to make dv files ? I made a first batch back in march and haven’t made any since then as there were barely any new releases. I used to do it the regular way as described in the original post with dv profile 7 which seems to be the best for Plex on lg c9. Do you guys still use the original method or is there something simpler now ?
Thank you all
Re: Dolby Vision now possible through MP4 Mux.
Facing the exact same issue with Back to the Future Part 1. Haven't tried the other two. This message shows up in mkvpatcher. Accompanied by some errors in the 2nd command window. MKV generates properly but can't be patched successfully. I'm using the -fel_to_mel switch. Tried once with skiphdr10plus switch along with it as well. Same error.TheChief wrote: ↑Sat Oct 17, 2020 7:20 amSmthng gone wrong:
Code: Select all
Traceback (most recent call last): File "S:\_Out\MKV_DV\python-3.7.6.amd64\lib\site-packages\bitstring.py", line 833, in _initialise init_without_length_or_offset[k](self, v) KeyError: 'uint' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "src\MKV_patcher.py", line 233, in <module> patched_data = mkv_patcher.inject_dolby_vision(dolby_vision_data) File "src\MKV_patcher.py", line 207, in inject_dolby_vision self.init_elements() File "src\MKV_patcher.py", line 149, in init_elements el_property["size"] = self.read_variable_size_int() File "src\MKV_patcher.py", line 128, in read_variable_size_int parsedValue = BitArray(uint=(self.mkv_data[pos:pos + 8] & (~self.get_len_mark(length))).uint,length=length) File "src\MKV_patcher.py", line 117, in get_len_mark return BitArray(uint=1 << (8 - int(length / 8)),length=8) File "S:\_Out\MKV_DV\python-3.7.6.amd64\lib\site-packages\bitstring.py", line 3059, in __new__ y = Bits.__new__(BitArray, auto, length, offset, **kwargs) File "S:\_Out\MKV_DV\python-3.7.6.amd64\lib\site-packages\bitstring.py", line 812, in __new__ x._initialise(auto, length, offset, **kwargs) File "S:\_Out\MKV_DV\python-3.7.6.amd64\lib\site-packages\bitstring.py", line 838, in _initialise init_with_length_only[k](self, v, length) File "S:\_Out\MKV_DV\python-3.7.6.amd64\lib\site-packages\bitstring.py", line 1388, in _setuint raise CreationError(msg, uint, length, (1 << length) - 1) bitstring.CreationError: 256 is too large an unsigned integer for a bitstring of length 8. The allowed range is [0, 255].
Update - I tried creating the mkv without mapping any audio streams. The resulting mkv appears to have patched successfully. Currently muxing in the audio and commentary tracks and pgs subs using MKVtoolNix. Let's hope it works without any further errors.
Update 2 - Everything works like a charm! Even with the HDR10+ metadata. Next up are Parts 2 & 3 and then 1917.
-
ghostshadow
- Posts: 55
- Joined: Sun Sep 13, 2020 10:25 am
Re: Dolby Vision now possible through MP4 Mux.
Hello would it be possible to make a list on this Topic of players reading mkv DV:
player X ---> mkv dv profil X --> TV pana X
thank
player X ---> mkv dv profil X --> TV pana X
thank
Re: Dolby Vision now possible through MP4 Mux.
Playlist works perfectly - just waiting for the Chapter support!
Amazing work @Yusesope!
Re: Dolby Vision now possible through MP4 Mux.
Shield 2019 Pro (PLEX client) ----> GAMMA Profile 7 ----> LG CXghostshadow wrote: ↑Mon Nov 09, 2020 5:11 pmHello would it be possible to make a list on this Topic of players reading mkv DV:
player X ---> mkv dv profil X --> TV pana X
thank
Re: Dolby Vision now possible through MP4 Mux.
If you have the Shield, why are you going through all this trouble to generate a DV mkv? Just use makemkv 1.15.3 and call it a day.kws53 wrote: ↑Mon Nov 09, 2020 8:46 pmShield 2019 Pro (PLEX client) ----> GAMMA Profile 7 ----> LG CXghostshadow wrote: ↑Mon Nov 09, 2020 5:11 pmHello would it be possible to make a list on this Topic of players reading mkv DV:
player X ---> mkv dv profil X --> TV pana X
thank
-
ghostshadow
- Posts: 55
- Joined: Sun Sep 13, 2020 10:25 am
Re: Dolby Vision now possible through MP4 Mux.
thank kws53kws53 wrote: ↑Mon Nov 09, 2020 8:46 pmShield 2019 Pro (PLEX client) ----> GAMMA Profile 7 ----> LG CXghostshadow wrote: ↑Mon Nov 09, 2020 5:11 pmHello would it be possible to make a list on this Topic of players reading mkv DV:
player X ---> mkv dv profil X --> TV pana X
thank
Re: Dolby Vision now possible through MP4 Mux.
Sorry to be "that guy", but is there a method to convert a DV .mp4 file to a DV .mkv file which plays on the shield 2019 hidden somewhere? Came across something interesting to try out 
-
ghostshadow
- Posts: 55
- Joined: Sun Sep 13, 2020 10:25 am
Re: Dolby Vision now possible through MP4 Mux.
mkvtoolnix then makemkv can be
-
DaMacFunkin
- Posts: 312
- Joined: Tue Oct 30, 2018 4:17 pm
Re: Dolby Vision now possible through MP4 Mux.
On the first post of the Makemkv 1.5.3 thread Mike gives a ffmpeg command line to convert back to MKV then run it through Makemkv.
Re: Dolby Vision now possible through MP4 Mux.
Arh, i was looking in this thread and the 1.5.1 thread..... The blindness is strong with this oneDaMacFunkin wrote: ↑Tue Nov 10, 2020 1:15 pmOn the first post of the Makemkv 1.5.3 thread Mike gives a ffmpeg command line to convert back to MKV then run it through Makemkv.
