Functions | |
void | lqt_gavl_add_audio_track (quicktime_t *file, const gavl_audio_format_t *format, lqt_codec_info_t *codec) |
Set up an audio stream for encoding. | |
void | lqt_gavl_add_video_track (quicktime_t *file, const gavl_video_format_t *format, lqt_codec_info_t *codec) |
Set up a video stream for encoding. | |
void | lqt_gavl_encode_video (quicktime_t *file, int track, gavl_video_frame_t *frame, uint8_t **rows) |
Encode a video frame. | |
void | lqt_gavl_encode_audio (quicktime_t *file, int track, gavl_audio_frame_t *frame) |
Encode a video frame. |
|
Set up an audio stream for encoding.
|
|
Set up a video stream for encoding.
|
|
Encode a video frame.
|
|
Encode a video frame.
|