QuickTime for .NET and COM Developers

The following is a list of exporter types [1] that are available with QuickTime 7. When using a QTExporter object, the required exporter type name from the first column should be assigned to the TypeName property exactly as shown. For example
exp.TypeName = "QuickTime Movie"exp.TypeName = "DV Stream"exp.TypeName = "iPod (320x240)"
| Movie Exporters | |||
|---|---|---|---|
| Type Name | Type Code | File Extension | Description |
| 3G | '3gpp' | .3gp | 3GPP, 3GPP2, AMC |
| AVI | 'VfW ' | .avi | AVI with various compression options |
| DV Stream | 'dvc!' | .dv | DV, DVCPRO (NTSC or PAL) |
| FLC | 'FLC ' | .flc | FLC animation format |
| Hinted Movie | 'MooV' | .mov | QuickTime movie with 'hints' added for streaming from a server |
| Image Sequence | 'grex' | Sequence of numbered images in a variety of image formats | |
| iPod (320x240) | 'M4V ' | .m4v | 320 x 240 movie for playback on video iPod (H.264, AAC) |
| MPEG-4 | 'mpg4' | .mp4 | MPEG-4 with AAC audio compression |
| QuickTime Media Link | 'embd' | .qtl | XML file that contains URL to movie |
| QuickTime Movie | 'MooV' | .mov | QuickTime movie with numerous video and sound compression options |
| Sound Exporters | |||
|---|---|---|---|
| Type Name | Type Code | File Extension | Description |
| AIFF | 'AIFF' | .aif | AIFF Mac audio format |
| AU | 'ULAW' | .au | AU Sun/Next audio format |
| Wave | 'WAVE' | .wav | WAV Windows audio format |
| Image Exporters (Current Frame of Movie) | |
|---|---|
| Type Name | Type Code |