kws53 wrote: ↑Fri Nov 06, 2020 3:10 pm
How does that process work with GAMMA?
Now 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 00222
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
I remind everyone that this is an experimental version and there is always the possibility that something is wrong.
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.
PlatypusW wrote: ↑Fri Nov 06, 2020 8:38 pm
The speed of Gamma is also really nice. Hopefully with some more automation/script improvements the whole FEL to MEL process etc will become really easy
Not that the current method is particular hard, just lots of processes to kick off
I need some time to simplify the procedure. That's okay for now
DaMacFunkin wrote: ↑Sat Nov 07, 2020 7:57 am
Hi 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.
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.
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...