These are the commands that I applied.yusesope wrote: Thu Oct 22, 2020 5:31 pmIf the file is located in D:\000125.m2ts then you must write D:\000125.m2ts instead of \path\to\your\original\file.m2ts.ragico wrote: Thu Oct 22, 2020 5:10 pmcan I write down D:\000125.m2ts? Is this example correct?python-3.7.6.amd64\python.exe src\app.py -mux -exp \path\to\your\original\file.m2ts
Are you sure the correct address is not D:\BDMV\STREAM\000125.m2ts?
A little trick: while copying the command line, stop at -exp, leave a space, and then drag and drop the m2ts file into the Command Prompt window you are using. Windows will automatically fill in the correct address of your file.
The same applies to all "\path\to\your\......" strings marked in blue (the above trick works the same way).ragico wrote: Thu Oct 22, 2020 5:10 pm And Then:Same as above? And I need "" for Movie Title?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 - -i \path\to\your\original\file.m2ts -map 0:0 -map 1:2 -c copy -bsf:v hevc_metadata=aud=insert -metadata title="Movie Title_________________________________________________________________________" \path\to\your\output\file.mkv
And yes, you need the quotes ("") when setting the title metadata
1) python-3.7.6.amd64\python.exe src\app.py -mode 2 -mux -exp I:\BDMV\STREAM\00018.m2ts
2) 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 - -i I:\BDMV\STREAM\00018.m2ts -map 0:0 -map 1:2 -c copy -bsf:v hevc_metadata=aud=insert -metadata title=
"Transformers_____________________________________"
D:\Transformers.mkv
And this is what I get: Where is my fault?