AVI / ASF information and header attributes

Prev

Next

 




AVI / ASF information and header attributes of a video clip

Description


AVI information of a video clip

The AVIInfo function retrieves the following information:
- duration, 
- frame count, 
- video width 
- video height, 
- video frame rate in frames per second,
- audio bit rate in Hertz,
- name of the video codec,
- name of the audio codec.

This function requires the parameters to be passed by reference. 

For languages that pass parameters only by value (e.g. JavaScript), use AVIInfo2 instead.

AVI / ASF header attributes of a video clip

Invoke AVIHeaderInfo to retrieve the attributes of an existing video clip, if any.