AVI view file information
-
- Joined: Tue May 11, 2010 3:24 am
AVI view file information
if i have a video file encode with XvID and AVI container.
Is there a program that can view infomation like file header info , PAR values etc.
any thing like that thankx.
Is there a program that can view infomation like file header info , PAR values etc.
any thing like that thankx.
- Enigma
- That jolly ol' bastid
- Joined: Sat Mar 07, 2009 3:55 pm
- Status: Free
- Location: California
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: AVI view file information
MediaInfo.
GSpot is fine for AVIs, but doesn't know all codecs and fails with quite a lot of other common containers. MediaInfo tells you a LOT more stuff about a much wider variety of containers.
Be advised that neither GSpot nor MediaInfo will be accurate in reporting the framerate if it is VFR.
However, since you have an AVI Xvid, you probably have a CFR. Also I doubt it has a PAR different to 1.0, so if it looks weird, it means who encoded did it wrong.
GSpot is fine for AVIs, but doesn't know all codecs and fails with quite a lot of other common containers. MediaInfo tells you a LOT more stuff about a much wider variety of containers.
Be advised that neither GSpot nor MediaInfo will be accurate in reporting the framerate if it is VFR.
However, since you have an AVI Xvid, you probably have a CFR. Also I doubt it has a PAR different to 1.0, so if it looks weird, it means who encoded did it wrong.
- Kawatta-kun
- Joined: Wed Jul 27, 2005 3:19 pm
- Status: Awesomely great
- Location: Povoa de Santa Iria, Lisbon
- Contact:
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: AVI view file information
Yes. If a file is VFR then the reported FPS will be the average of the video. If you want to know the correct framerate of a certain part, you'll have to somehow demux the timecodes and check those (hint: when loading with ffvideosource you can make it output timecodes, should work with at least mkv and mp4).Kawatta-kun wrote:Variable frame-rate? o.O
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: AVI view file information
>AVI
>VFR
AVI's VFRaC is still a constant rate as far as the container, or anything else really, is concerned, so that's not a problem.
>VFR
AVI's VFRaC is still a constant rate as far as the container, or anything else really, is concerned, so that's not a problem.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: AVI view file information
I know, I said the note about vfr more for a general FYI when dealing with mkvs and mp4s. The "probably" was more due to the fact that I don't really know what gets reported when dealing with those pesky 120fps AVIs full of null frames, really.Mister Hatt wrote:>AVI
>VFR
AVI's VFRaC is still a constant rate as far as the container, or anything else really, is concerned, so that's not a problem.
- Kawatta-kun
- Joined: Wed Jul 27, 2005 3:19 pm
- Status: Awesomely great
- Location: Povoa de Santa Iria, Lisbon
- Contact:
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: AVI view file information
For AVI it is. For MKV and MP4 it can very well be variable, and in some cases it actually SHOULD be depending on the content... even DVDs and BDs can be VFR, heh.
- Kawatta-kun
- Joined: Wed Jul 27, 2005 3:19 pm
- Status: Awesomely great
- Location: Povoa de Santa Iria, Lisbon
- Contact:
Re: AVI view file information
I'm tryin' to understand. Then a video isn't actualy 25fps, for instance? Can be 20 or 24 or wtv, per second? Is like that?