MediaConch_SourceCode icon indicating copy to clipboard operation
MediaConch_SourceCode copied to clipboard

integer vs float values in Video/PixelAspectRatio

Open ghost opened this issue 8 years ago • 4 comments

Hello,

I use a rule where it should be ensured that the Video/PixelAspectRatio is 1. It is defined as value "1.000" because there are other rules within other contexts using values like "1.067". Anyway. In a test video I got a failure because mediaconch reports an integer value of "1" and the rule will fail with "1.000". See attached screenshot.

I am using mediaconch 17.03.

videoascpectratio_mismatch

ghost avatar Apr 20 '17 10:04 ghost

It is a bug with some files e.g. with containers not having pixel aspect ratio metadata, because one of the raw stream parser (used in case the container has no pixel aspect ratio) was not setting correctly the corresponding field. Fix on the way.

JeromeMartinez avatar Apr 20 '17 12:04 JeromeMartinez

In next snapshot tomorrow and next official release.

JeromeMartinez avatar Apr 20 '17 13:04 JeromeMartinez

BTW @art1pirat which OS and version are you using. Looks like the default does not have the fail/pass Unicode chars.

JeromeMartinez avatar Apr 20 '17 13:04 JeromeMartinez

Hi Jerome,

On Thu, 20 Apr 2017 06:03:52 -0700 Jérôme Martinez [email protected] wrote:

BTW @art1pirat which OS and version are you using. Looks like the default does not have the fail/pass Unicode chars.

I am using GNU/Linux Debian-Jessie, amd64

With best regards

Andreas

-- Dipl. Inf. (FH) Andreas Romeyke, http://andreas-romeyke.de/

ghost avatar Apr 24 '17 20:04 ghost