#include <QTencoder.h>
Public Methods | |
| QTencoder (char *path,unsigned int width, unsigned int height, float frame_rate, int quality) | |
| Initialise a quicktime movie to write to. More... | |
| ~QTencoder () | |
| QTencoder destructor. | |
| bool | operator<< (ImageRGB &) |
| Write an ImageRGB frame to the qt movie. More... | |
| bool | operator<< (ImageGrey &) |
| Write an ImageGrey frame to the qt movie. More... | |
| void | set_framerate (float fr) |
| Set movie framerate. | |
| void | close () |
| Very important close file function! More... | |
Protected Attributes | |
| quicktime_t* | outfile |
| QT file handle. | |
| unsigned char** | buff |
| Buffer for decoded data. | |
| unsigned int | width |
| QT width. | |
| unsigned int | height |
| QT height. | |
| float | frame_rate |
| QT frame rate. | |
Definition at line 31 of file QTencoder.h.
|
|
Initialise a quicktime movie to write to. Sets up a quicktime movie file to write to
Definition at line 36 of file QTencoder.cpp. |
|
|
Very important close file function!
Definition at line 81 of file QTencoder.cpp. |
|
|
Write an ImageGrey frame to the qt movie.
Definition at line 113 of file QTencoder.cpp. |
|
|
Write an ImageRGB frame to the qt movie.
Definition at line 90 of file QTencoder.cpp. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001