You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1040 lines
44KB

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