Selur's Little Message Board

Full Version: Detecting "PAR" for a directory of videos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

do you know by any chance a tool which would allow me to export the "PAR" parameter of a directory full of videos ?
I know that your tool allows to see this parameter for a video, but i'd like to do that for many cartoons.

I tried MediaInfo but I only found 3 parameters :
- Video 0 DisplayAspectRatio/String
- Video 0 DisplayAspectRatio_Original/String
- Video 0 DisplayAspectRatio_CleanAperture/String

but that isn't enough for me to guess which cartoons have a bad PAR Sad

thank you very much in advance for your help !

regards
Looking at:
[cod]mediainfo --Info-Parameters[/code]
I would use, one of multiple of these:
Code:
..
PixelAspectRatio          : Pixel Aspect ratio
PixelAspectRatio/String   : Pixel Aspect ratio
PixelAspectRatio_Original : Original (in the raw stream) Pixel Aspect ratio
PixelAspectRatio_Original : Original (in the raw stream) Pixel Aspect ratio
PixelAspectRatio_CleanApe : Clean Aperture Pixel Aspect ratio
PixelAspectRatio_CleanApe : Clean Aperture Pixel Aspect ratio
...

Cu Selur

Ps.: Moved the thread, since it is not Hybrid related.