OutputQTAudioVisual
Module that writes QuickTime movies with audio.
Example XML definition
A simple example
<module
class = "OutputQTAudioVisual"
name = "OutputQTAudioVisual"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "OutputQTAudioVisual". | string | |
| name | The name of this instance of the module. | string | |
| filename | string | ||
| visual_time_scale | int | 2997 | |
| visual_sample_duration | int | 100 | |
| audio_sample_rate | int | 44100 | |
| upper_bound_pixel_visual_input | float | 1.0 |
Module Connections
Inputs
| Name | Description |
|---|---|
| VISUAL | |
| AUDIO_CHANNELS | |
| NUMBER_AUDIO_SAMPLES |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output |
Limitations
OS X only
Author
Christiopher G. Prince
Files
OutputQTAudioVisual.h
OutputQTAudioVisual.cc
OutputQTAudioVisual.ikc