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