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

Codec problems due to mediainfo/NFO interference #2392

Closed
Omertron opened this issue Mar 16, 2015 · 2 comments
Closed

Codec problems due to mediainfo/NFO interference #2392

Omertron opened this issue Mar 16, 2015 · 2 comments

Comments

@Omertron
Copy link
Member

Original issue 2393 created by Omertron on 2012-03-23T14:56:23.000Z:

Codec problems from issue2247 were partly fixed, but I'm having still problems with these codec data.
I tried r2999 and still some codecs are duplicated and/or others are missing.

The filename couldn't be the only problem since NONE of my files has audio info in it.

E.g. for a movie with NFO (DVD structure) with 7 audio tracks only the "language" tag is completely correct; compare languages in audioCodec -> only the first 4 are listed but twice.

  <language>DE, DE, EN, EN, EN, EN, EN</language>

...
<audioCodec>AC3 (de) / DTS (de) / AC3 (en) / AC3 (en) / AC3 (deu) / DCA (deu) / AC3 (eng) / AC3 (eng)</audioCodec>
<codecs>
<audio count="8">
<codec bitrate="UNKNOWN" channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="AC-3"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="de"
langugageFull="DE">AC3</codec>
<codec bitrate="UNKNOWN" channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="DTS"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="de"
langugageFull="DE">DTS</codec>
<codec bitrate="UNKNOWN" channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="AC-3"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="en"
langugageFull="EN">AC3</codec>
<codec bitrate="UNKNOWN" channels="2" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="AC-3"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="en"
langugageFull="EN">AC3</codec>
<codec bitrate="UNKNOWN" channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="UNKNOWN"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="deu"
langugageFull="DE">AC3</codec>
<codec bitrate="UNKNOWN" channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="UNKNOWN"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="deu"
langugageFull="DE">DCA</codec>
<codec bitrate="UNKNOWN" channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="UNKNOWN"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="eng"
langugageFull="EN">AC3</codec>
<codec bitrate="UNKNOWN" channels="2" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="UNKNOWN"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="eng"
langugageFull="EN">AC3</codec>
</audio>
<video count="2">
<codec bitrate="UNKNOWN" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="MPEG Video"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN">MPEG-2V</codec>
<codec bitrate="UNKNOWN" codecId="UNKNOWN" codecIdHint="UNKNOWN" format="UNKNOWN"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN">mpeg2</codec>
</video>
</codecs>
<audioChannels>6 / 6 / 6 / 2 / 6 / 6 / 6 / 2</audioChannels>

The language codes of the last four show the 3-letter code (obviously from the NFO) whereas the first four codecs show the wanted 2-letter code. When scanning this movie without the NFO only the first four codes are listed (i.e. three are still missing).

MKVs show almost the same issue despite that whithout NFO all codecs seem ok - though I have got only MKVs with max. two audio tracks.

So it seems that mediainfo also interferes with NFO. But I don't think that mediainfo should override NFO data since I use them esp. for correcting DVD data.

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2012-06-10T09:21:04.000Z:

Same problem here.
I use eversion/evzap and nfo created by yanfoe.
Yamj picks information from nfo and mediainfo, resulting in duplicated info for audio codec.

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2012-09-11T11:36:16.000Z:

This issue was closed by revision r3161.

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

No branches or pull requests

1 participant