| Quasar.Video.dll | The video input/output library is a wrapper around
FFMPEG encoding / decoding routines and provides a small number of functions
that make video processing really easy.
|
| qvideostream | The base class for all objects in Quasar |
| vidcamlist | Returns a list of all the camera devices (e.g. webcams) in the system
|
| vidopen | Opens the specified video file for reading (and decoding)
|
| vidplay (1) | Opens and plays the specified video file using TNGVideoPlayer. The function
also allows for real-time video filtering through the "filter" argument.
|
| vidplay (2) | Opens and plays the specified video file using TNGVideoPlayer. The function
also allows for real-time video filtering through the "filter" argument.
|
| vidplay (3) | Opens and plays the specified video file using TNGVideoPlayer. The function
also allows for real-time video filtering through the "filter" argument.
|
| vidreadframe | Reads and decodes one frame of the video sequence
|
| vidsave (1) | Opens the specified video file for writing (by encoding)
|
| vidsave (2) | Opens the specified video file for writing (by encoding)
|
| vidsave (3) | Opens the specified video file for writing (by encoding)
|
| vidseek | Jumps to the specified position within the video sequence
|