Module: Media File Formats
|
Files |
| file | format_g723.c |
| | Old-style G.723.1 frame/timestamp format.
|
| file | format_g726.c |
| | Headerless G.726 (16/24/32/40kbps) data format for Asterisk.
|
| file | format_g729.c |
| | Save to raw, headerless G729 data.
|
| file | format_gsm.c |
| | Save to raw, headerless GSM data.
|
| file | format_h263.c |
| | Save to raw, headerless h263 data.
|
| file | format_h264.c |
| | Save to raw, headerless h264 data.
|
| file | format_ilbc.c |
| | Save to raw, headerless iLBC data.
|
| file | format_jpeg.c |
| | JPEG File format support.
|
| file | format_ogg_vorbis.c |
| | OGG/Vorbis streams.
|
| file | format_pcm.c |
| | Flat, binary, ulaw PCM file format.
|
| file | format_siren14.c |
| | ITU G.722.1 Annex C (Siren14, licensed from Polycom) format, 48kbps bitrate only.
|
| file | format_siren7.c |
| | ITU G.722.1 (Siren7, licensed from Polycom) format, 32kbps bitrate only.
|
| file | format_sln.c |
| | RAW SLINEAR Format.
|
| file | format_sln16.c |
| | RAW SLINEAR 16 Format.
|
| file | format_vox.c |
| | Flat, binary, ADPCM vox file format.
|
| file | format_wav.c |
| | Work with WAV in the proprietary Microsoft format. Microsoft WAV format (8000hz Signed Linear).
|
| file | format_wav_gsm.c |
| | Save GSM in the proprietary Microsoft format.
|
Detailed Description
Formats are modules that read or write media files to disk.
- See also
-