Image | Audio | Video |
---|---|---|
X |
Creates an index for a video that is stored in a file. The index is used by the Video Extender to access shots and frames in a video. The index is stored in a flat file in the same directory as the source video file.
Authorization
None
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbmpeg.lib | libdmbmpeg.a (AIX) |
| libdmbmpeg.sl (HP-UX) |
| libdmbmpeg.so (Solaris) |
Include file
dmbshot.h
Syntax
long DBvCreateIndex( char *fileName );
Parameters
Error codes
Examples
Create an index for the video in file \videos\ajones.mpg:
#include <dmbshot.h> rc = DBvCreateIndex("\videos\ajones.mpg");