NMMES / nmmes-cli

Node Modular Media Encoding System Command Line Frontend
23 stars 3 forks source link

Tags and Global Tags after encoding #8

Open MeisterKnobi opened 6 years ago

MeisterKnobi commented 6 years ago

I have recently discovert that after encoding there are some Trackes witch dosent make sense to me. Is there an Option to disable them?

FallingSnow commented 6 years ago

Which tags are you talking about?

MeisterKnobi commented 6 years ago

after before It seems they only apear when subtitels are present. But what are they good for?

FallingSnow commented 6 years ago

Hmm. Idk lol. Can you show me what ffprobe -show_streams output.mkv and ffprobe -show_streams input.mkv display? That should give a little more insight into what these tags are and I'll be able to direct you in the right direction.

MeisterKnobi commented 6 years ago

Input.txt Output.txt Sry for the delay.

I cant see the diffrence in these outputs from ffprobe, that would explan these. ( im a noob at this but n++ with compareplugin helps a lot) There are no more streams or "tracks" than before in im still have no clue why they show up like this in mkvmerge.

FallingSnow commented 6 years ago

https://www.diffchecker.com/lhsuRNCL

If anything the encoding is removing tags. This seems to be a discrepancy taking place in MKVToolNix where it isn't picking them up in the input but it is in the output.

Honestly I can't really explain it other than that. If it isn't causing any problems I would just ignore it. Also you could try remuxing to remove them and see if your ffprobe displays any different results.

MeisterKnobi commented 6 years ago

Output MKVMerge.txt The Viedeo still works fine after i removed these Trakts. ffprobe shows me that a lot of "TAG:" rows have been removed. And the file is ~1,2mb smaler.

FallingSnow commented 6 years ago

https://www.diffchecker.com/pe78B3VR

Look at line 93 on the left. Might be something going on with your VOBSUBs. See if those have changed.

MeisterKnobi commented 6 years ago

I Cant find a diffrence in the way they are displayed. The file is smaler but the bps gos up? i still dosent understand.