Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MKV : multi-languages tags #2099

Open
pokemaster974 opened this issue Jul 26, 2024 · 3 comments
Open

MKV : multi-languages tags #2099

pokemaster974 opened this issue Jul 26, 2024 · 3 comments
Assignees
Labels

Comments

@pokemaster974
Copy link

pokemaster974 commented Jul 26, 2024

Hi, I would like to know if there is a possibility for MediaInfo to retrieve several strings of the same tag.

An example :

<Tags>
	<Tag>
		<Targets />
		<Simple>
			<Name>DESCRIPTION</Name>
			<String>Description en français</String>
			<TagLanguageIETF>fr</TagLanguageIETF>
			<TagLanguage>fre</TagLanguage>
		</Simple>
		<Simple>
			<Name>DESCRIPTION</Name>
			<String>Description in english</String>
			<TagLanguageIETF>en</TagLanguageIETF>
			<TagLanguage>eng</TagLanguage>
		</Simple>
	</Tag>
</Tags>

If I extract the tags with mkvproperedit and open the output xml I will retrieve the 2 DESCRIPTION so the tags are into the mkv but I think it's because there are the same name.

Regards.

@JeromeMartinez
Copy link
Member

Sample file demonstrating the issue, please.

@pokemaster974
Copy link
Author

pokemaster974 commented Jul 26, 2024

Sample file demonstrating the issue, please.

Hi, this is a sample file : https://1fichier.com/?6xt5z4ov4mld7dg2j4kx

This is the output xml (converted to txt) extracted with mkvpropedit with the command mkvextract Sample_tags.mkv tags Sample_tags_tags.xml
Sample_tags_tags.txt

And the General part of mediainfo :

Général
Identifiant unique                       : 234690037969827169413672288642482008640 (0xB08FA83CC9A6F627BB717D0AE09F7240)
Nom complet                              : D:\Captvty\Sample_tags.mkv
Format                                   : Matroska
Format, Version                          : Version 4
Taille du fichier                        : 19,4 Mio
Durée                                    : 1 min 0 s
Débit global                             : 2 715 kb/s
Débit im/s                               : 50,000 im/s
Description                              : Description in english
Date d'encodage                          : 2024-07-03 16:38:35 UTC
Application utilisée                     : mkvmerge v83.0 ('Circle Of Friends') 64-bit
Bibliothèque utilisée                    : libebml v1.4.5 + libmatroska v1.7.1

@JeromeMartinez JeromeMartinez transferred this issue from MediaArea/MediaInfo Jul 26, 2024
@JeromeMartinez JeromeMartinez self-assigned this Jul 26, 2024
@JeromeMartinez
Copy link
Member

We didn't implement the support of multilanguage in MKV :(, as we did for some other formats.
After development, the output would be:

Description                              : fr:Description en français / en:Description in english

On our todo-list.
Note: no ETA in free support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants