]> git.sesse.net Git - ffmpeg/blob - doc/general.texi
079b3ff9d20b86d8020a9c4b9b0793b964477c34
[ffmpeg] / doc / general.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle General Documentation
4 @titlepage
5 @center @titlefont{General Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter External libraries
13
14 FFmpeg can be hooked up with a number of external libraries to add support
15 for more formats. None of them are used by default, their use has to be
16 explicitly requested by passing the appropriate flags to
17 @command{./configure}.
18
19 @section OpenJPEG
20
21 FFmpeg can use the OpenJPEG libraries for encoding/decoding J2K videos.  Go to
22 @url{http://www.openjpeg.org/} to get the libraries and follow the installation
23 instructions.  To enable using OpenJPEG in FFmpeg, pass @code{--enable-libopenjpeg} to
24 @file{./configure}.
25
26
27 @section OpenCORE, VisualOn, and Fraunhofer libraries
28
29 Spun off Google Android sources, OpenCore, VisualOn and Fraunhofer
30 libraries provide encoders for a number of audio codecs.
31
32 @float NOTE
33 OpenCORE and VisualOn libraries are under the Apache License 2.0
34 (see @url{http://www.apache.org/licenses/LICENSE-2.0} for details), which is
35 incompatible to the LGPL version 2.1 and GPL version 2. You have to
36 upgrade FFmpeg's license to LGPL version 3 (or if you have enabled
37 GPL components, GPL version 3) by passing @code{--enable-version3} to configure in
38 order to use it.
39
40 The Fraunhofer AAC library is licensed under a license incompatible to the GPL
41 and is not known to be compatible to the LGPL. Therefore, you have to pass
42 @code{--enable-nonfree} to configure to use it.
43 @end float
44
45 @subsection OpenCORE AMR
46
47 FFmpeg can make use of the OpenCORE libraries for AMR-NB
48 decoding/encoding and AMR-WB decoding.
49
50 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
51 instructions for installing the libraries.
52 Then pass @code{--enable-libopencore-amrnb} and/or
53 @code{--enable-libopencore-amrwb} to configure to enable them.
54
55 @subsection VisualOn AAC encoder library
56
57 FFmpeg can make use of the VisualOn AACenc library for AAC encoding.
58
59 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
60 instructions for installing the library.
61 Then pass @code{--enable-libvo-aacenc} to configure to enable it.
62
63 @subsection VisualOn AMR-WB encoder library
64
65 FFmpeg can make use of the VisualOn AMR-WBenc library for AMR-WB encoding.
66
67 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
68 instructions for installing the library.
69 Then pass @code{--enable-libvo-amrwbenc} to configure to enable it.
70
71 @subsection Fraunhofer AAC library
72
73 FFmpeg can make use of the Fraunhofer AAC library for AAC encoding.
74
75 Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the
76 instructions for installing the library.
77 Then pass @code{--enable-libfdk-aac} to configure to enable it.
78
79 @section LAME
80
81 FFmpeg can make use of the LAME library for MP3 encoding.
82
83 Go to @url{http://lame.sourceforge.net/} and follow the
84 instructions for installing the library.
85 Then pass @code{--enable-libmp3lame} to configure to enable it.
86
87 @section TwoLAME
88
89 FFmpeg can make use of the TwoLAME library for MP2 encoding.
90
91 Go to @url{http://www.twolame.org/} and follow the
92 instructions for installing the library.
93 Then pass @code{--enable-libtwolame} to configure to enable it.
94
95 @section libvpx
96
97 FFmpeg can make use of the libvpx library for VP8/VP9 encoding.
98
99 Go to @url{http://www.webmproject.org/} and follow the instructions for
100 installing the library. Then pass @code{--enable-libvpx} to configure to
101 enable it.
102
103 @section libwavpack
104
105 FFmpeg can make use of the libwavpack library for WavPack encoding.
106
107 Go to @url{http://www.wavpack.com/} and follow the instructions for
108 installing the library. Then pass @code{--enable-libwavpack} to configure to
109 enable it.
110
111 @section x264
112
113 FFmpeg can make use of the x264 library for H.264 encoding.
114
115 Go to @url{http://www.videolan.org/developers/x264.html} and follow the
116 instructions for installing the library. Then pass @code{--enable-libx264} to
117 configure to enable it.
118
119 @float NOTE
120 x264 is under the GNU Public License Version 2 or later
121 (see @url{http://www.gnu.org/licenses/old-licenses/gpl-2.0.html} for
122 details), you must upgrade FFmpeg's license to GPL in order to use it.
123 @end float
124
125 @section x265
126
127 FFmpeg can make use of the x265 library for HEVC encoding.
128
129 Go to @url{http://x265.org/developers.html} and follow the instructions
130 for installing the library. Then pass @code{--enable-libx265} to configure
131 to enable it.
132
133 @float note
134 x265 is under the GNU Public License Version 2 or later
135 (see @url{http://www.gnu.org/licenses/old-licenses/gpl-2.0.html} for
136 details), you must upgrade FFmpeg's license to GPL in order to use it.
137 @end float
138
139 @section libilbc
140
141 iLBC is a narrowband speech codec that has been made freely available
142 by Google as part of the WebRTC project. libilbc is a packaging friendly
143 copy of the iLBC codec. FFmpeg can make use of the libilbc library for
144 iLBC encoding and decoding.
145
146 Go to @url{https://github.com/dekkers/libilbc} and follow the instructions for
147 installing the library. Then pass @code{--enable-libilbc} to configure to
148 enable it.
149
150 @section libzvbi
151
152 libzvbi is a VBI decoding library which can be used by FFmpeg to decode DVB
153 teletext pages and DVB teletext subtitles.
154
155 Go to @url{http://sourceforge.net/projects/zapping/} and follow the instructions for
156 installing the library. Then pass @code{--enable-libzvbi} to configure to
157 enable it.
158
159 @float NOTE
160 libzvbi is licensed under the GNU General Public License Version 2 or later
161 (see @url{http://www.gnu.org/licenses/old-licenses/gpl-2.0.html} for details),
162 you must upgrade FFmpeg's license to GPL in order to use it.
163 @end float
164
165
166 @chapter Supported File Formats, Codecs or Features
167
168 You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list.
169
170 @section File Formats
171
172 FFmpeg supports the following file formats through the @code{libavformat}
173 library:
174
175 @multitable @columnfractions .4 .1 .1 .4
176 @item Name @tab Encoding @tab Decoding @tab Comments
177 @item 4xm                       @tab   @tab X
178     @tab 4X Technologies format, used in some games.
179 @item 8088flex TMV              @tab   @tab X
180 @item ACT Voice                 @tab   @tab X
181     @tab contains G.729 audio
182 @item Adobe Filmstrip           @tab X @tab X
183 @item Audio IFF (AIFF)          @tab X @tab X
184 @item American Laser Games MM   @tab   @tab X
185     @tab Multimedia format used in games like Mad Dog McCree.
186 @item 3GPP AMR                  @tab X @tab X
187 @item Amazing Studio Packed Animation File        @tab   @tab X
188     @tab Multimedia format used in game Heart Of Darkness.
189 @item Apple HTTP Live Streaming @tab   @tab X
190 @item Artworx Data Format       @tab   @tab X
191 @item ADP                       @tab   @tab X
192     @tab Audio format used on the Nintendo Gamecube.
193 @item AFC                       @tab   @tab X
194     @tab Audio format used on the Nintendo Gamecube.
195 @item ASF                       @tab X @tab X
196 @item AST                       @tab X @tab X
197     @tab Audio format used on the Nintendo Wii.
198 @item AVI                       @tab X @tab X
199 @item AviSynth                  @tab   @tab X
200 @item AVR                       @tab   @tab X
201     @tab Audio format used on Mac.
202 @item AVS                       @tab   @tab X
203     @tab Multimedia format used by the Creature Shock game.
204 @item Beam Software SIFF        @tab   @tab X
205     @tab Audio and video format used in some games by Beam Software.
206 @item Bethesda Softworks VID    @tab   @tab X
207     @tab Used in some games from Bethesda Softworks.
208 @item Binary text               @tab   @tab X
209 @item Bink                      @tab   @tab X
210     @tab Multimedia format used by many games.
211 @item Bitmap Brothers JV        @tab   @tab X
212     @tab Used in Z and Z95 games.
213 @item Brute Force & Ignorance   @tab   @tab X
214     @tab Used in the game Flash Traffic: City of Angels.
215 @item BRSTM                     @tab   @tab X
216     @tab Audio format used on the Nintendo Wii.
217 @item BWF                       @tab X @tab X
218 @item CRI ADX                   @tab X @tab X
219     @tab Audio-only format used in console video games.
220 @item Discworld II BMV          @tab   @tab X
221 @item Interplay C93             @tab   @tab X
222     @tab Used in the game Cyberia from Interplay.
223 @item Delphine Software International CIN @tab   @tab X
224     @tab Multimedia format used by Delphine Software games.
225 @item CD+G                      @tab   @tab X
226     @tab Video format used by CD+G karaoke disks
227 @item Commodore CDXL            @tab   @tab X
228     @tab Amiga CD video format
229 @item Core Audio Format         @tab X @tab X
230     @tab Apple Core Audio Format
231 @item CRC testing format        @tab X @tab
232 @item Creative Voice            @tab X @tab X
233     @tab Created for the Sound Blaster Pro.
234 @item CRYO APC                  @tab   @tab X
235     @tab Audio format used in some games by CRYO Interactive Entertainment.
236 @item D-Cinema audio            @tab X @tab X
237 @item Deluxe Paint Animation    @tab   @tab X
238 @item DFA                       @tab   @tab X
239     @tab This format is used in Chronomaster game
240 @item DV video                  @tab X @tab X
241 @item DXA                       @tab   @tab X
242     @tab This format is used in the non-Windows version of the Feeble Files
243          game and different game cutscenes repacked for use with ScummVM.
244 @item Electronic Arts cdata  @tab    @tab X
245 @item Electronic Arts Multimedia  @tab    @tab X
246     @tab Used in various EA games; files have extensions like WVE and UV2.
247 @item Ensoniq Paris Audio File  @tab   @tab X
248 @item FFM (FFserver live feed)  @tab X @tab X
249 @item Flash (SWF)               @tab X @tab X
250 @item Flash 9 (AVM2)            @tab X @tab X
251     @tab Only embedded audio is decoded.
252 @item FLI/FLC/FLX animation     @tab   @tab X
253     @tab .fli/.flc files
254 @item Flash Video (FLV)         @tab X @tab X
255     @tab Macromedia Flash video files
256 @item framecrc testing format   @tab X @tab
257 @item FunCom ISS                @tab   @tab X
258     @tab Audio format used in various games from FunCom like The Longest Journey.
259 @item G.723.1                   @tab X @tab X
260 @item G.729 BIT                 @tab X @tab X
261 @item G.729 raw                 @tab   @tab X
262 @item GIF Animation             @tab X @tab X
263 @item GXF                       @tab X @tab X
264     @tab General eXchange Format SMPTE 360M, used by Thomson Grass Valley
265          playout servers.
266 @item HNM @tab   @tab X
267     @tab Only version 4 supported, used in some games from Cryo Interactive
268 @item iCEDraw File              @tab   @tab X
269 @item ICO                       @tab X @tab X
270     @tab Microsoft Windows ICO
271 @item id Quake II CIN video     @tab   @tab X
272 @item id RoQ                    @tab X @tab X
273     @tab Used in Quake III, Jedi Knight 2 and other computer games.
274 @item IEC61937 encapsulation @tab X @tab X
275 @item IFF                       @tab   @tab X
276     @tab Interchange File Format
277 @item iLBC                      @tab X @tab X
278 @item Interplay MVE             @tab   @tab X
279     @tab Format used in various Interplay computer games.
280 @item IV8                       @tab   @tab X
281     @tab A format generated by IndigoVision 8000 video server.
282 @item IVF (On2)                 @tab X @tab X
283     @tab A format used by libvpx
284 @item IRCAM                     @tab X @tab X
285 @item LATM                      @tab X @tab X
286 @item LMLM4                     @tab   @tab X
287     @tab Used by Linux Media Labs MPEG-4 PCI boards
288 @item LOAS                      @tab   @tab X
289     @tab contains LATM multiplexed AAC audio
290 @item LVF                       @tab   @tab X
291 @item LXF                       @tab   @tab X
292     @tab VR native stream format, used by Leitch/Harris' video servers.
293 @item Matroska                  @tab X @tab X
294 @item Matroska audio            @tab X @tab
295 @item FFmpeg metadata           @tab X @tab X
296     @tab Metadata in text format.
297 @item MAXIS XA                  @tab   @tab X
298     @tab Used in Sim City 3000; file extension .xa.
299 @item MD Studio                 @tab   @tab X
300 @item Metal Gear Solid: The Twin Snakes @tab @tab X
301 @item Megalux Frame             @tab   @tab X
302     @tab Used by Megalux Ultimate Paint
303 @item Mobotix .mxg              @tab   @tab X
304 @item Monkey's Audio            @tab   @tab X
305 @item Motion Pixels MVI         @tab   @tab X
306 @item MOV/QuickTime/MP4         @tab X @tab X
307     @tab 3GP, 3GP2, PSP, iPod variants supported
308 @item MP2                       @tab X @tab X
309 @item MP3                       @tab X @tab X
310 @item MPEG-1 System             @tab X @tab X
311     @tab muxed audio and video, VCD format supported
312 @item MPEG-PS (program stream)  @tab X @tab X
313     @tab also known as @code{VOB} file, SVCD and DVD format supported
314 @item MPEG-TS (transport stream) @tab X @tab X
315     @tab also known as DVB Transport Stream
316 @item MPEG-4                    @tab X @tab X
317     @tab MPEG-4 is a variant of QuickTime.
318 @item Mirillis FIC video        @tab   @tab X
319     @tab No cursor rendering.
320 @item MIME multipart JPEG       @tab X @tab
321 @item MSN TCP webcam            @tab   @tab X
322     @tab Used by MSN Messenger webcam streams.
323 @item MTV                       @tab   @tab X
324 @item Musepack                  @tab   @tab X
325 @item Musepack SV8              @tab   @tab X
326 @item Material eXchange Format (MXF) @tab X @tab X
327     @tab SMPTE 377M, used by D-Cinema, broadcast industry.
328 @item Material eXchange Format (MXF), D-10 Mapping @tab X @tab X
329     @tab SMPTE 386M, D-10/IMX Mapping.
330 @item NC camera feed            @tab   @tab X
331     @tab NC (AVIP NC4600) camera streams
332 @item NIST SPeech HEader REsources @tab   @tab X
333 @item NTT TwinVQ (VQF)          @tab   @tab X
334     @tab Nippon Telegraph and Telephone Corporation TwinVQ.
335 @item Nullsoft Streaming Video  @tab   @tab X
336 @item NuppelVideo               @tab   @tab X
337 @item NUT                       @tab X @tab X
338     @tab NUT Open Container Format
339 @item Ogg                       @tab X @tab X
340 @item Playstation Portable PMP  @tab   @tab X
341 @item Portable Voice Format     @tab   @tab X
342 @item TechnoTrend PVA           @tab   @tab X
343     @tab Used by TechnoTrend DVB PCI boards.
344 @item QCP                       @tab   @tab X
345 @item raw ADTS (AAC)            @tab X @tab X
346 @item raw AC-3                  @tab X @tab X
347 @item raw Chinese AVS video     @tab X @tab X
348 @item raw CRI ADX               @tab X @tab X
349 @item raw Dirac                 @tab X @tab X
350 @item raw DNxHD                 @tab X @tab X
351 @item raw DTS                   @tab X @tab X
352 @item raw DTS-HD                @tab   @tab X
353 @item raw E-AC-3                @tab X @tab X
354 @item raw FLAC                  @tab X @tab X
355 @item raw GSM                   @tab   @tab X
356 @item raw H.261                 @tab X @tab X
357 @item raw H.263                 @tab X @tab X
358 @item raw H.264                 @tab X @tab X
359 @item raw HEVC                  @tab X @tab X
360 @item raw Ingenient MJPEG       @tab   @tab X
361 @item raw MJPEG                 @tab X @tab X
362 @item raw MLP                   @tab   @tab X
363 @item raw MPEG                  @tab   @tab X
364 @item raw MPEG-1                @tab   @tab X
365 @item raw MPEG-2                @tab   @tab X
366 @item raw MPEG-4                @tab X @tab X
367 @item raw NULL                  @tab X @tab
368 @item raw video                 @tab X @tab X
369 @item raw id RoQ                @tab X @tab
370 @item raw Shorten               @tab   @tab X
371 @item raw TAK                   @tab   @tab X
372 @item raw TrueHD                @tab X @tab X
373 @item raw VC-1                  @tab X @tab X
374 @item raw PCM A-law             @tab X @tab X
375 @item raw PCM mu-law            @tab X @tab X
376 @item raw PCM signed 8 bit      @tab X @tab X
377 @item raw PCM signed 16 bit big-endian  @tab X @tab X
378 @item raw PCM signed 16 bit little-endian  @tab X @tab X
379 @item raw PCM signed 24 bit big-endian  @tab X @tab X
380 @item raw PCM signed 24 bit little-endian  @tab X @tab X
381 @item raw PCM signed 32 bit big-endian  @tab X @tab X
382 @item raw PCM signed 32 bit little-endian  @tab X @tab X
383 @item raw PCM unsigned 8 bit    @tab X @tab X
384 @item raw PCM unsigned 16 bit big-endian  @tab X @tab X
385 @item raw PCM unsigned 16 bit little-endian  @tab X @tab X
386 @item raw PCM unsigned 24 bit big-endian  @tab X @tab X
387 @item raw PCM unsigned 24 bit little-endian  @tab X @tab X
388 @item raw PCM unsigned 32 bit big-endian  @tab X @tab X
389 @item raw PCM unsigned 32 bit little-endian  @tab X @tab X
390 @item raw PCM floating-point 32 bit big-endian  @tab X @tab X
391 @item raw PCM floating-point 32 bit little-endian  @tab X @tab X
392 @item raw PCM floating-point 64 bit big-endian  @tab X @tab X
393 @item raw PCM floating-point 64 bit little-endian  @tab X @tab X
394 @item RDT                       @tab   @tab X
395 @item REDCODE R3D               @tab   @tab X
396     @tab File format used by RED Digital cameras, contains JPEG 2000 frames and PCM audio.
397 @item RealMedia                 @tab X @tab X
398 @item Redirector                @tab   @tab X
399 @item RedSpark                  @tab   @tab X
400 @item Renderware TeXture Dictionary @tab   @tab X
401 @item RL2                       @tab   @tab X
402     @tab Audio and video format used in some games by Entertainment Software Partners.
403 @item RPL/ARMovie               @tab   @tab X
404 @item Lego Mindstorms RSO       @tab X @tab X
405 @item RSD                       @tab   @tab X
406 @item RTMP                      @tab X @tab X
407     @tab Output is performed by publishing stream to RTMP server
408 @item RTP                       @tab X @tab X
409 @item RTSP                      @tab X @tab X
410 @item SAP                       @tab X @tab X
411 @item SBG                       @tab   @tab X
412 @item SDP                       @tab   @tab X
413 @item Sega FILM/CPK             @tab   @tab X
414     @tab Used in many Sega Saturn console games.
415 @item Silicon Graphics Movie    @tab   @tab X
416 @item Sierra SOL                @tab   @tab X
417     @tab .sol files used in Sierra Online games.
418 @item Sierra VMD                @tab   @tab X
419     @tab Used in Sierra CD-ROM games.
420 @item Smacker                   @tab   @tab X
421     @tab Multimedia format used by many games.
422 @item SMJPEG                    @tab X @tab X
423     @tab Used in certain Loki game ports.
424 @item Smush                     @tab   @tab X
425     @tab Multimedia format used in some LucasArts games.
426 @item Sony OpenMG (OMA)         @tab X @tab X
427     @tab Audio format used in Sony Sonic Stage and Sony Vegas.
428 @item Sony PlayStation STR      @tab   @tab X
429 @item Sony Wave64 (W64)         @tab X @tab X
430 @item SoX native format         @tab X @tab X
431 @item SUN AU format             @tab X @tab X
432 @item Text files                @tab   @tab X
433 @item THP                       @tab   @tab X
434     @tab Used on the Nintendo GameCube.
435 @item Tiertex Limited SEQ       @tab   @tab X
436     @tab Tiertex .seq files used in the DOS CD-ROM version of the game Flashback.
437 @item True Audio                @tab   @tab X
438 @item VC-1 test bitstream       @tab X @tab X
439 @item Vivo                      @tab   @tab X
440 @item WAV                       @tab X @tab X
441 @item WavPack                   @tab X @tab X
442 @item WebM                      @tab X @tab X
443 @item Windows Televison (WTV)   @tab X @tab X
444 @item Wing Commander III movie  @tab   @tab X
445     @tab Multimedia format used in Origin's Wing Commander III computer game.
446 @item Westwood Studios audio    @tab   @tab X
447     @tab Multimedia format used in Westwood Studios games.
448 @item Westwood Studios VQA      @tab   @tab X
449     @tab Multimedia format used in Westwood Studios games.
450 @item XMV                       @tab   @tab X
451     @tab Microsoft video container used in Xbox games.
452 @item xWMA                      @tab   @tab X
453     @tab Microsoft audio container used by XAudio 2.
454 @item eXtended BINary text (XBIN) @tab @tab X
455 @item YUV4MPEG pipe             @tab X @tab X
456 @item Psygnosis YOP             @tab   @tab X
457 @end multitable
458
459 @code{X} means that encoding (resp. decoding) is supported.
460
461 @section Image Formats
462
463 FFmpeg can read and write images for each frame of a video sequence. The
464 following image formats are supported:
465
466 @multitable @columnfractions .4 .1 .1 .4
467 @item Name @tab Encoding @tab Decoding @tab Comments
468 @item .Y.U.V       @tab X @tab X
469     @tab one raw file per component
470 @item animated GIF @tab X @tab X
471 @item BMP          @tab X @tab X
472     @tab Microsoft BMP image
473 @item PIX          @tab   @tab X
474     @tab PIX is an image format used in the Argonaut BRender engine.
475 @item DPX          @tab X @tab X
476     @tab Digital Picture Exchange
477 @item EXR          @tab   @tab X
478     @tab OpenEXR
479 @item JPEG         @tab X @tab X
480     @tab Progressive JPEG is not supported.
481 @item JPEG 2000    @tab X @tab X
482 @item JPEG-LS      @tab X @tab X
483 @item LJPEG        @tab X @tab
484     @tab Lossless JPEG
485 @item PAM          @tab X @tab X
486     @tab PAM is a PNM extension with alpha support.
487 @item PBM          @tab X @tab X
488     @tab Portable BitMap image
489 @item PCX          @tab X @tab X
490     @tab PC Paintbrush
491 @item PGM          @tab X @tab X
492     @tab Portable GrayMap image
493 @item PGMYUV       @tab X @tab X
494     @tab PGM with U and V components in YUV 4:2:0
495 @item PIC          @tab @tab X
496     @tab Pictor/PC Paint
497 @item PNG          @tab X @tab X
498 @item PPM          @tab X @tab X
499     @tab Portable PixelMap image
500 @item PTX          @tab   @tab X
501     @tab V.Flash PTX format
502 @item SGI          @tab X @tab X
503     @tab SGI RGB image format
504 @item Sun Rasterfile  @tab X @tab X
505     @tab Sun RAS image format
506 @item TIFF         @tab X @tab X
507     @tab YUV, JPEG and some extension is not supported yet.
508 @item Truevision Targa  @tab X @tab X
509     @tab Targa (.TGA) image format
510 @item WebP         @tab E @tab X
511     @tab WebP image format, encoding supported through external library libwebp
512 @item XBM  @tab X @tab X
513     @tab X BitMap image format
514 @item XFace @tab X @tab X
515     @tab X-Face image format
516 @item XWD  @tab X @tab X
517     @tab X Window Dump image format
518 @end multitable
519
520 @code{X} means that encoding (resp. decoding) is supported.
521
522 @code{E} means that support is provided through an external library.
523
524 @section Video Codecs
525
526 @multitable @columnfractions .4 .1 .1 .4
527 @item Name @tab Encoding @tab Decoding @tab Comments
528 @item 4X Movie               @tab     @tab  X
529     @tab Used in certain computer games.
530 @item 8088flex TMV           @tab     @tab  X
531 @item A64 multicolor         @tab  X  @tab
532     @tab Creates video suitable to be played on a commodore 64 (multicolor mode).
533 @item Amazing Studio PAF Video @tab     @tab  X
534 @item American Laser Games MM  @tab    @tab X
535     @tab Used in games like Mad Dog McCree.
536 @item AMV Video              @tab  X  @tab  X
537     @tab Used in Chinese MP3 players.
538 @item ANSI/ASCII art         @tab     @tab  X
539 @item Apple Intermediate Codec @tab     @tab  X
540 @item Apple MJPEG-B          @tab     @tab  X
541 @item Apple ProRes           @tab  X  @tab  X
542 @item Apple QuickDraw        @tab     @tab  X
543     @tab fourcc: qdrw
544 @item Asus v1                @tab  X  @tab  X
545     @tab fourcc: ASV1
546 @item Asus v2                @tab  X  @tab  X
547     @tab fourcc: ASV2
548 @item ATI VCR1               @tab     @tab  X
549     @tab fourcc: VCR1
550 @item ATI VCR2               @tab     @tab  X
551     @tab fourcc: VCR2
552 @item Auravision Aura        @tab     @tab  X
553 @item Auravision Aura 2      @tab     @tab  X
554 @item Autodesk Animator Flic video  @tab     @tab  X
555 @item Autodesk RLE           @tab     @tab  X
556     @tab fourcc: AASC
557 @item Avid 1:1 10-bit RGB Packer  @tab  X  @tab  X
558     @tab fourcc: AVrp
559 @item AVS (Audio Video Standard) video  @tab     @tab  X
560     @tab Video encoding used by the Creature Shock game.
561 @item AYUV                   @tab  X  @tab  X
562     @tab Microsoft uncompressed packed 4:4:4:4
563 @item Beam Software VB       @tab     @tab  X
564 @item Bethesda VID video     @tab     @tab  X
565     @tab Used in some games from Bethesda Softworks.
566 @item Bink Video             @tab     @tab  X
567 @item Bitmap Brothers JV video  @tab   @tab X
568 @item y41p Brooktree uncompressed 4:1:1 12-bit     @tab  X  @tab  X
569 @item Brute Force & Ignorance   @tab   @tab X
570     @tab Used in the game Flash Traffic: City of Angels.
571 @item C93 video              @tab     @tab  X
572     @tab Codec used in Cyberia game.
573 @item CamStudio              @tab     @tab  X
574     @tab fourcc: CSCD
575 @item CD+G                   @tab     @tab  X
576     @tab Video codec for CD+G karaoke disks
577 @item CDXL                   @tab     @tab  X
578     @tab Amiga CD video codec
579 @item Chinese AVS video      @tab  E  @tab  X
580     @tab AVS1-P2, JiZhun profile, encoding through external library libxavs
581 @item Delphine Software International CIN video  @tab     @tab  X
582     @tab Codec used in Delphine Software International games.
583 @item Discworld II BMV Video @tab     @tab  X
584 @item Canopus Lossless Codec @tab     @tab  X
585 @item Cinepak                @tab     @tab  X
586 @item Cirrus Logic AccuPak   @tab  X  @tab  X
587     @tab fourcc: CLJR
588 @item CPiA Video Format      @tab     @tab  X
589 @item Creative YUV (CYUV)    @tab     @tab  X
590 @item DFA                    @tab     @tab  X
591     @tab Codec used in Chronomaster game.
592 @item Dirac                  @tab  E  @tab  X
593     @tab supported through external library libschroedinger
594 @item Deluxe Paint Animation @tab     @tab  X
595 @item DNxHD                  @tab   X @tab  X
596     @tab aka SMPTE VC3
597 @item Duck TrueMotion 1.0   @tab     @tab  X
598     @tab fourcc: DUCK
599 @item Duck TrueMotion 2.0    @tab     @tab  X
600     @tab fourcc: TM20
601 @item DV (Digital Video)     @tab  X  @tab  X
602 @item Dxtory capture format  @tab     @tab  X
603 @item Feeble Files/ScummVM DXA  @tab     @tab  X
604     @tab Codec originally used in Feeble Files game.
605 @item Electronic Arts CMV video  @tab     @tab  X
606     @tab Used in NHL 95 game.
607 @item Electronic Arts Madcow video  @tab     @tab  X
608 @item Electronic Arts TGV video  @tab     @tab  X
609 @item Electronic Arts TGQ video  @tab     @tab  X
610 @item Electronic Arts TQI video  @tab     @tab  X
611 @item Escape 124             @tab     @tab  X
612 @item Escape 130             @tab     @tab  X
613 @item FFmpeg video codec #1  @tab  X  @tab  X
614     @tab lossless codec (fourcc: FFV1)
615 @item Flash Screen Video v1  @tab  X  @tab  X
616     @tab fourcc: FSV1
617 @item Flash Screen Video v2  @tab  X  @tab  X
618 @item Flash Video (FLV)      @tab  X  @tab  X
619     @tab Sorenson H.263 used in Flash
620 @item Forward Uncompressed   @tab     @tab  X
621 @item Fraps                  @tab     @tab  X
622 @item Go2Webinar             @tab     @tab  X
623     @tab fourcc: G2M4
624 @item H.261                  @tab  X  @tab  X
625 @item H.263 / H.263-1996     @tab  X  @tab  X
626 @item H.263+ / H.263-1998 / H.263 version 2  @tab  X  @tab  X
627 @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10  @tab  E  @tab  X
628     @tab encoding supported through external library libx264
629 @item HEVC                   @tab  X  @tab  X
630     @tab encoding supported through the external library libx265
631 @item HNM version 4          @tab     @tab  X
632 @item HuffYUV                @tab  X  @tab  X
633 @item HuffYUV FFmpeg variant @tab  X  @tab  X
634 @item IBM Ultimotion         @tab     @tab  X
635     @tab fourcc: ULTI
636 @item id Cinematic video     @tab     @tab  X
637     @tab Used in Quake II.
638 @item id RoQ video           @tab  X  @tab  X
639     @tab Used in Quake III, Jedi Knight 2, other computer games.
640 @item IFF ILBM               @tab     @tab  X
641     @tab IFF interleaved bitmap
642 @item IFF ByteRun1           @tab     @tab  X
643     @tab IFF run length encoded bitmap
644 @item Intel H.263            @tab     @tab  X
645 @item Intel Indeo 2          @tab     @tab  X
646 @item Intel Indeo 3          @tab     @tab  X
647 @item Intel Indeo 4          @tab     @tab  X
648 @item Intel Indeo 5          @tab     @tab  X
649 @item Interplay C93          @tab     @tab  X
650     @tab Used in the game Cyberia from Interplay.
651 @item Interplay MVE video    @tab     @tab  X
652     @tab Used in Interplay .MVE files.
653 @item J2K @tab  X  @tab  X
654 @item Karl Morton's video codec  @tab     @tab  X
655     @tab Codec used in Worms games.
656 @item Kega Game Video (KGV1) @tab      @tab  X
657     @tab Kega emulator screen capture codec.
658 @item Lagarith               @tab     @tab  X
659 @item LCL (LossLess Codec Library) MSZH  @tab     @tab  X
660 @item LCL (LossLess Codec Library) ZLIB  @tab  E  @tab  E
661 @item LOCO                   @tab     @tab  X
662 @item LucasArts Smush        @tab     @tab  X
663     @tab Used in LucasArts games.
664 @item lossless MJPEG         @tab  X  @tab  X
665 @item Microsoft ATC Screen   @tab     @tab  X
666     @tab Also known as Microsoft Screen 3.
667 @item Microsoft Expression Encoder Screen  @tab     @tab  X
668     @tab Also known as Microsoft Titanium Screen 2.
669 @item Microsoft RLE          @tab     @tab  X
670 @item Microsoft Screen 1     @tab     @tab  X
671     @tab Also known as Windows Media Video V7 Screen.
672 @item Microsoft Screen 2     @tab     @tab  X
673     @tab Also known as Windows Media Video V9 Screen.
674 @item Microsoft Video 1      @tab     @tab  X
675 @item Mimic                  @tab     @tab  X
676     @tab Used in MSN Messenger Webcam streams.
677 @item Miro VideoXL           @tab     @tab  X
678     @tab fourcc: VIXL
679 @item MJPEG (Motion JPEG)    @tab  X  @tab  X
680 @item Mobotix MxPEG video    @tab     @tab  X
681 @item Motion Pixels video    @tab     @tab  X
682 @item MPEG-1 video           @tab  X  @tab  X
683 @item MPEG-2 video           @tab  X  @tab  X
684 @item MPEG-4 part 2          @tab  X  @tab  X
685     @tab libxvidcore can be used alternatively for encoding.
686 @item MPEG-4 part 2 Microsoft variant version 1  @tab     @tab  X
687 @item MPEG-4 part 2 Microsoft variant version 2  @tab  X  @tab  X
688 @item MPEG-4 part 2 Microsoft variant version 3  @tab  X  @tab  X
689 @item Nintendo Gamecube THP video  @tab     @tab  X
690 @item NuppelVideo/RTjpeg     @tab     @tab  X
691     @tab Video encoding used in NuppelVideo files.
692 @item On2 VP3                @tab     @tab  X
693     @tab still experimental
694 @item On2 VP5                @tab     @tab  X
695     @tab fourcc: VP50
696 @item On2 VP6                @tab     @tab  X
697     @tab fourcc: VP60,VP61,VP62
698 @item VP8                    @tab  E  @tab  X
699     @tab fourcc: VP80, encoding supported through external library libvpx
700 @item VP9                    @tab  E  @tab  X
701     @tab encoding supported through external library libvpx
702 @item Pinnacle TARGA CineWave YUV16 @tab     @tab  X
703     @tab fourcc: Y216
704 @item Prores                 @tab     @tab  X
705     @tab fourcc: apch,apcn,apcs,apco
706 @item Q-team QPEG            @tab     @tab  X
707     @tab fourccs: QPEG, Q1.0, Q1.1
708 @item QuickTime 8BPS video   @tab     @tab  X
709 @item QuickTime Animation (RLE) video  @tab  X  @tab  X
710     @tab fourcc: 'rle '
711 @item QuickTime Graphics (SMC)  @tab     @tab  X
712     @tab fourcc: 'smc '
713 @item QuickTime video (RPZA) @tab     @tab  X
714     @tab fourcc: rpza
715 @item R10K AJA Kona 10-bit RGB Codec     @tab  X  @tab  X
716 @item R210 Quicktime Uncompressed RGB 10-bit     @tab  X  @tab  X
717 @item Raw Video              @tab  X  @tab  X
718 @item RealVideo 1.0          @tab  X  @tab  X
719 @item RealVideo 2.0          @tab  X  @tab  X
720 @item RealVideo 3.0          @tab     @tab  X
721     @tab still far from ideal
722 @item RealVideo 4.0          @tab     @tab  X
723 @item Renderware TXD (TeXture Dictionary)  @tab     @tab  X
724     @tab Texture dictionaries used by the Renderware Engine.
725 @item RL2 video              @tab     @tab  X
726     @tab used in some games by Entertainment Software Partners
727 @item SGI RLE 8-bit          @tab     @tab  X
728 @item Sierra VMD video       @tab     @tab  X
729     @tab Used in Sierra VMD files.
730 @item Silicon Graphics Motion Video Compressor 1 (MVC1)  @tab     @tab  X
731 @item Silicon Graphics Motion Video Compressor 2 (MVC2)  @tab     @tab  X
732 @item Smacker video          @tab     @tab  X
733     @tab Video encoding used in Smacker.
734 @item SMPTE VC-1             @tab     @tab  X
735 @item Snow                   @tab  X  @tab  X
736     @tab experimental wavelet codec (fourcc: SNOW)
737 @item Sony PlayStation MDEC (Motion DECoder)  @tab     @tab  X
738 @item Sorenson Vector Quantizer 1  @tab  X  @tab  X
739     @tab fourcc: SVQ1
740 @item Sorenson Vector Quantizer 3  @tab     @tab  X
741     @tab fourcc: SVQ3
742 @item Sunplus JPEG (SP5X)    @tab     @tab  X
743     @tab fourcc: SP5X
744 @item TechSmith Screen Capture Codec  @tab     @tab  X
745     @tab fourcc: TSCC
746 @item TechSmith Screen Capture Codec 2  @tab     @tab  X
747     @tab fourcc: TSC2
748 @item Theora                 @tab  E  @tab  X
749     @tab encoding supported through external library libtheora
750 @item Tiertex Limited SEQ video  @tab     @tab  X
751     @tab Codec used in DOS CD-ROM FlashBack game.
752 @item Ut Video               @tab  X  @tab  X
753 @item v210 QuickTime uncompressed 4:2:2 10-bit     @tab  X  @tab  X
754 @item v308 QuickTime uncompressed 4:4:4            @tab  X  @tab  X
755 @item v408 QuickTime uncompressed 4:4:4:4          @tab  X  @tab  X
756 @item v410 QuickTime uncompressed 4:4:4 10-bit     @tab  X  @tab  X
757 @item VBLE Lossless Codec    @tab     @tab  X
758 @item VMware Screen Codec / VMware Video  @tab     @tab  X
759     @tab Codec used in videos captured by VMware.
760 @item Westwood Studios VQA (Vector Quantized Animation) video  @tab     @tab  X
761 @item Windows Media Image    @tab     @tab  X
762 @item Windows Media Video 7  @tab  X  @tab  X
763 @item Windows Media Video 8  @tab  X  @tab  X
764 @item Windows Media Video 9  @tab     @tab  X
765     @tab not completely working
766 @item Wing Commander III / Xan  @tab     @tab  X
767     @tab Used in Wing Commander III .MVE files.
768 @item Wing Commander IV / Xan  @tab     @tab  X
769     @tab Used in Wing Commander IV.
770 @item Winnov WNV1            @tab     @tab  X
771 @item WMV7                   @tab  X  @tab  X
772 @item YAMAHA SMAF            @tab  X  @tab  X
773 @item Psygnosis YOP Video    @tab     @tab  X
774 @item yuv4                   @tab  X  @tab  X
775     @tab libquicktime uncompressed packed 4:2:0
776 @item ZeroCodec Lossless Video @tab     @tab  X
777 @item ZLIB                   @tab  X  @tab  X
778     @tab part of LCL, encoder experimental
779 @item Zip Motion Blocks Video  @tab   X @tab  X
780     @tab Encoder works only in PAL8.
781 @end multitable
782
783 @code{X} means that encoding (resp. decoding) is supported.
784
785 @code{E} means that support is provided through an external library.
786
787 @section Audio Codecs
788
789 @multitable @columnfractions .4 .1 .1 .4
790 @item Name @tab Encoding @tab Decoding @tab Comments
791 @item 8SVX exponential       @tab     @tab  X
792 @item 8SVX fibonacci         @tab     @tab  X
793 @item AAC+                   @tab  E  @tab  X
794     @tab encoding supported through external library libaacplus
795 @item AAC                    @tab  E  @tab  X
796     @tab encoding supported through external library libfaac and libvo-aacenc
797 @item AC-3                   @tab IX  @tab  X
798 @item ADPCM 4X Movie         @tab     @tab  X
799 @item ADPCM CDROM XA         @tab     @tab  X
800 @item ADPCM Creative Technology @tab     @tab  X
801     @tab 16 -> 4, 8 -> 4, 8 -> 3, 8 -> 2
802 @item ADPCM Electronic Arts  @tab     @tab  X
803     @tab Used in various EA titles.
804 @item ADPCM Electronic Arts Maxis CDROM XS  @tab     @tab  X
805     @tab Used in Sim City 3000.
806 @item ADPCM Electronic Arts R1  @tab     @tab  X
807 @item ADPCM Electronic Arts R2  @tab     @tab  X
808 @item ADPCM Electronic Arts R3  @tab     @tab  X
809 @item ADPCM Electronic Arts XAS @tab     @tab  X
810 @item ADPCM G.722            @tab  X  @tab  X
811 @item ADPCM G.726            @tab  X  @tab  X
812 @item ADPCM IMA AMV          @tab     @tab  X
813     @tab Used in AMV files
814 @item ADPCM IMA Electronic Arts EACS  @tab     @tab  X
815 @item ADPCM IMA Electronic Arts SEAD  @tab     @tab  X
816 @item ADPCM IMA Funcom       @tab     @tab  X
817 @item ADPCM IMA QuickTime    @tab  X  @tab  X
818 @item ADPCM IMA Loki SDL MJPEG  @tab     @tab  X
819 @item ADPCM IMA WAV          @tab  X  @tab  X
820 @item ADPCM IMA Westwood     @tab     @tab  X
821 @item ADPCM ISS IMA          @tab     @tab  X
822     @tab Used in FunCom games.
823 @item ADPCM IMA Dialogic     @tab     @tab  X
824 @item ADPCM IMA Duck DK3     @tab     @tab  X
825     @tab Used in some Sega Saturn console games.
826 @item ADPCM IMA Duck DK4     @tab     @tab  X
827     @tab Used in some Sega Saturn console games.
828 @item ADPCM IMA Radical      @tab     @tab  X
829 @item ADPCM Microsoft        @tab  X  @tab  X
830 @item ADPCM MS IMA           @tab  X  @tab  X
831 @item ADPCM Nintendo Gamecube AFC  @tab     @tab  X
832 @item ADPCM Nintendo Gamecube DTK  @tab     @tab  X
833 @item ADPCM Nintendo Gamecube THP  @tab     @tab  X
834 @item ADPCM QT IMA           @tab  X  @tab  X
835 @item ADPCM SEGA CRI ADX     @tab  X  @tab  X
836     @tab Used in Sega Dreamcast games.
837 @item ADPCM Shockwave Flash  @tab  X  @tab  X
838 @item ADPCM Sound Blaster Pro 2-bit  @tab     @tab  X
839 @item ADPCM Sound Blaster Pro 2.6-bit  @tab     @tab  X
840 @item ADPCM Sound Blaster Pro 4-bit  @tab     @tab  X
841 @item ADPCM Westwood Studios IMA @tab     @tab  X
842     @tab Used in Westwood Studios games like Command and Conquer.
843 @item ADPCM Yamaha           @tab  X  @tab  X
844 @item AMR-NB                 @tab  E  @tab  X
845     @tab encoding supported through external library libopencore-amrnb
846 @item AMR-WB                 @tab  E  @tab  X
847     @tab encoding supported through external library libvo-amrwbenc
848 @item Amazing Studio PAF Audio @tab     @tab  X
849 @item Apple lossless audio   @tab  X  @tab  X
850     @tab QuickTime fourcc 'alac'
851 @item ATRAC1                 @tab     @tab  X
852 @item ATRAC3                 @tab     @tab  X
853 @item ATRAC3+                @tab     @tab  X
854 @item Bink Audio             @tab     @tab  X
855     @tab Used in Bink and Smacker files in many games.
856 @item CELT                   @tab     @tab  E
857     @tab decoding supported through external library libcelt
858 @item Delphine Software International CIN audio  @tab     @tab  X
859     @tab Codec used in Delphine Software International games.
860 @item Discworld II BMV Audio @tab     @tab  X
861 @item COOK                   @tab     @tab  X
862     @tab All versions except 5.1 are supported.
863 @item DCA (DTS Coherent Acoustics)  @tab  X  @tab  X
864 @item DPCM id RoQ            @tab  X  @tab  X
865     @tab Used in Quake III, Jedi Knight 2 and other computer games.
866 @item DPCM Interplay         @tab     @tab  X
867     @tab Used in various Interplay computer games.
868 @item DPCM Sierra Online     @tab     @tab  X
869     @tab Used in Sierra Online game audio files.
870 @item DPCM Sol               @tab     @tab  X
871 @item DPCM Xan               @tab     @tab  X
872     @tab Used in Origin's Wing Commander IV AVI files.
873 @item DSP Group TrueSpeech   @tab     @tab  X
874 @item DV audio               @tab     @tab  X
875 @item Enhanced AC-3          @tab  X  @tab  X
876 @item EVRC (Enhanced Variable Rate Codec) @tab     @tab  X
877 @item FLAC (Free Lossless Audio Codec)  @tab  X  @tab  IX
878 @item G.723.1                @tab X @tab X
879 @item G.729                  @tab     @tab  X
880 @item GSM                    @tab  E  @tab  X
881     @tab encoding supported through external library libgsm
882 @item GSM Microsoft variant  @tab  E  @tab  X
883     @tab encoding supported through external library libgsm
884 @item IAC (Indeo Audio Coder)  @tab     @tab  X
885 @item iLBC (Internet Low Bitrate Codec) @tab  E  @tab  E
886     @tab encoding and decoding supported through external library libilbc
887 @item IMC (Intel Music Coder)  @tab     @tab  X
888 @item MACE (Macintosh Audio Compression/Expansion) 3:1  @tab     @tab  X
889 @item MACE (Macintosh Audio Compression/Expansion) 6:1  @tab     @tab  X
890 @item MLP (Meridian Lossless Packing)  @tab     @tab  X
891     @tab Used in DVD-Audio discs.
892 @item Monkey's Audio         @tab     @tab  X
893 @item MP1 (MPEG audio layer 1)  @tab     @tab IX
894 @item MP2 (MPEG audio layer 2)  @tab IX  @tab IX
895     @tab libtwolame can be used alternatively for encoding.
896 @item MP3 (MPEG audio layer 3)  @tab  E  @tab IX
897     @tab encoding supported through external library LAME, ADU MP3 and MP3onMP4 also supported
898 @item MPEG-4 Audio Lossless Coding (ALS)  @tab     @tab  X
899 @item Musepack SV7           @tab     @tab  X
900 @item Musepack SV8           @tab     @tab  X
901 @item Nellymoser Asao        @tab  X  @tab  X
902 @item Opus                   @tab  E  @tab  E
903     @tab supported through external library libopus
904 @item PCM A-law              @tab  X  @tab  X
905 @item PCM mu-law             @tab  X  @tab  X
906 @item PCM signed 8-bit planar  @tab  X  @tab  X
907 @item PCM signed 16-bit big-endian planar  @tab  X  @tab  X
908 @item PCM signed 16-bit little-endian planar  @tab  X  @tab  X
909 @item PCM signed 24-bit little-endian planar  @tab  X  @tab  X
910 @item PCM signed 32-bit little-endian planar  @tab  X  @tab  X
911 @item PCM 32-bit floating point big-endian  @tab  X  @tab  X
912 @item PCM 32-bit floating point little-endian  @tab  X  @tab  X
913 @item PCM 64-bit floating point big-endian  @tab  X  @tab  X
914 @item PCM 64-bit floating point little-endian  @tab  X  @tab  X
915 @item PCM D-Cinema audio signed 24-bit   @tab  X  @tab  X
916 @item PCM signed 8-bit       @tab  X  @tab  X
917 @item PCM signed 16-bit big-endian  @tab  X  @tab  X
918 @item PCM signed 16-bit little-endian  @tab  X  @tab  X
919 @item PCM signed 24-bit big-endian  @tab  X  @tab  X
920 @item PCM signed 24-bit little-endian  @tab  X  @tab  X
921 @item PCM signed 32-bit big-endian  @tab  X  @tab  X
922 @item PCM signed 32-bit little-endian  @tab  X  @tab  X
923 @item PCM signed 16/20/24-bit big-endian in MPEG-TS  @tab     @tab  X
924 @item PCM unsigned 8-bit     @tab  X  @tab  X
925 @item PCM unsigned 16-bit big-endian  @tab  X  @tab  X
926 @item PCM unsigned 16-bit little-endian  @tab  X  @tab  X
927 @item PCM unsigned 24-bit big-endian  @tab  X  @tab  X
928 @item PCM unsigned 24-bit little-endian  @tab  X  @tab  X
929 @item PCM unsigned 32-bit big-endian  @tab  X  @tab  X
930 @item PCM unsigned 32-bit little-endian  @tab  X  @tab  X
931 @item PCM Zork               @tab     @tab  X
932 @item QCELP / PureVoice      @tab     @tab  X
933 @item QDesign Music Codec 2  @tab     @tab  X
934     @tab There are still some distortions.
935 @item RealAudio 1.0 (14.4K)  @tab  X  @tab  X
936     @tab Real 14400 bit/s codec
937 @item RealAudio 2.0 (28.8K)  @tab     @tab  X
938     @tab Real 28800 bit/s codec
939 @item RealAudio 3.0 (dnet)   @tab IX  @tab  X
940     @tab Real low bitrate AC-3 codec
941 @item RealAudio Lossless     @tab     @tab  X
942 @item RealAudio SIPR / ACELP.NET @tab     @tab  X
943 @item Shorten                @tab     @tab  X
944 @item Sierra VMD audio       @tab     @tab  X
945     @tab Used in Sierra VMD files.
946 @item Smacker audio          @tab     @tab  X
947 @item SMPTE 302M AES3 audio  @tab  X  @tab  X
948 @item Sonic                  @tab  X  @tab  X
949     @tab experimental codec
950 @item Sonic lossless         @tab  X  @tab  X
951     @tab experimental codec
952 @item Speex                  @tab  E  @tab  E
953     @tab supported through external library libspeex
954 @item TAK (Tom's lossless Audio Kompressor)  @tab     @tab  X
955 @item True Audio (TTA)       @tab  X  @tab  X
956 @item TrueHD                 @tab     @tab  X
957     @tab Used in HD-DVD and Blu-Ray discs.
958 @item TwinVQ (VQF flavor)    @tab     @tab  X
959 @item VIMA                   @tab     @tab  X
960     @tab Used in LucasArts SMUSH animations.
961 @item Vorbis                 @tab  E  @tab  X
962     @tab A native but very primitive encoder exists.
963 @item Voxware MetaSound      @tab     @tab  X
964 @item WavPack                @tab  X  @tab  X
965 @item Westwood Audio (SND1)  @tab     @tab  X
966 @item Windows Media Audio 1  @tab  X  @tab  X
967 @item Windows Media Audio 2  @tab  X  @tab  X
968 @item Windows Media Audio Lossless @tab  @tab  X
969 @item Windows Media Audio Pro @tab    @tab  X
970 @item Windows Media Audio Voice @tab  @tab  X
971 @end multitable
972
973 @code{X} means that encoding (resp. decoding) is supported.
974
975 @code{E} means that support is provided through an external library.
976
977 @code{I} means that an integer-only version is available, too (ensures high
978 performance on systems without hardware floating point support).
979
980 @section Subtitle Formats
981
982 @multitable @columnfractions .4 .1 .1 .1 .1
983 @item Name @tab Muxing @tab Demuxing @tab Encoding @tab Decoding
984 @item 3GPP Timed Text  @tab   @tab   @tab X @tab X
985 @item AQTitle          @tab   @tab X @tab   @tab X
986 @item DVB              @tab X @tab X @tab X @tab X
987 @item DVB teletext     @tab   @tab X @tab   @tab E
988 @item DVD              @tab X @tab X @tab X @tab X
989 @item JACOsub          @tab X @tab X @tab   @tab X
990 @item MicroDVD         @tab X @tab X @tab   @tab X
991 @item MPL2             @tab   @tab X @tab   @tab X
992 @item MPsub (MPlayer)  @tab   @tab X @tab   @tab X
993 @item PGS              @tab   @tab   @tab   @tab X
994 @item PJS (Phoenix)    @tab   @tab X @tab   @tab X
995 @item RealText         @tab   @tab X @tab   @tab X
996 @item SAMI             @tab   @tab X @tab   @tab X
997 @item SSA/ASS          @tab X @tab X @tab X @tab X
998 @item SubRip (SRT)     @tab X @tab X @tab X @tab X
999 @item SubViewer v1     @tab   @tab X @tab   @tab X
1000 @item SubViewer        @tab   @tab X @tab   @tab X
1001 @item TED Talks captions @tab @tab X @tab   @tab X
1002 @item VobSub (IDX+SUB) @tab   @tab X @tab   @tab X
1003 @item VPlayer          @tab   @tab X @tab   @tab X
1004 @item WebVTT           @tab X @tab X @tab   @tab X
1005 @item XSUB             @tab   @tab   @tab X @tab X
1006 @end multitable
1007
1008 @code{X} means that the feature is supported.
1009
1010 @code{E} means that support is provided through an external library.
1011
1012 @section Network Protocols
1013
1014 @multitable @columnfractions .4 .1
1015 @item Name         @tab Support
1016 @item file         @tab X
1017 @item FTP          @tab X
1018 @item Gopher       @tab X
1019 @item HLS          @tab X
1020 @item HTTP         @tab X
1021 @item HTTPS        @tab X
1022 @item MMSH         @tab X
1023 @item MMST         @tab X
1024 @item pipe         @tab X
1025 @item RTMP         @tab X
1026 @item RTMPE        @tab X
1027 @item RTMPS        @tab X
1028 @item RTMPT        @tab X
1029 @item RTMPTE       @tab X
1030 @item RTMPTS       @tab X
1031 @item RTP          @tab X
1032 @item SCTP         @tab X
1033 @item SFTP         @tab E
1034 @item TCP          @tab X
1035 @item TLS          @tab X
1036 @item UDP          @tab X
1037 @end multitable
1038
1039 @code{X} means that the protocol is supported.
1040
1041 @code{E} means that support is provided through an external library.
1042
1043
1044 @section Input/Output Devices
1045
1046 @multitable @columnfractions .4 .1 .1
1047 @item Name              @tab Input  @tab Output
1048 @item ALSA              @tab X      @tab X
1049 @item BKTR              @tab X      @tab
1050 @item caca              @tab        @tab X
1051 @item DV1394            @tab X      @tab
1052 @item Lavfi virtual device @tab X   @tab
1053 @item Linux framebuffer @tab X      @tab X
1054 @item JACK              @tab X      @tab
1055 @item LIBCDIO           @tab X
1056 @item LIBDC1394         @tab X      @tab
1057 @item OpenAL            @tab X
1058 @item OpenGL            @tab        @tab X
1059 @item OSS               @tab X      @tab X
1060 @item PulseAudio        @tab X      @tab X
1061 @item SDL               @tab        @tab X
1062 @item Video4Linux2      @tab X      @tab X
1063 @item VfW capture       @tab X      @tab
1064 @item X11 grabbing      @tab X      @tab
1065 @end multitable
1066
1067 @code{X} means that input/output is supported.
1068
1069 @section Timecode
1070
1071 @multitable @columnfractions .4 .1 .1
1072 @item Codec/format      @tab Read   @tab Write
1073 @item AVI               @tab X      @tab X
1074 @item DV                @tab X      @tab X
1075 @item GXF               @tab X      @tab X
1076 @item MOV               @tab X      @tab X
1077 @item MPEG1/2           @tab X      @tab X
1078 @item MXF               @tab X      @tab X
1079 @end multitable
1080
1081 @bye