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