general.texi 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095
  1. \input texinfo @c -*- texinfo -*-
  2. @settitle General Documentation
  3. @titlepage
  4. @sp 7
  5. @center @titlefont{General Documentation}
  6. @sp 3
  7. @end titlepage
  8. @chapter external libraries
  9. FFmpeg 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 @file{./configure}.
  12. @section OpenCORE AMR
  13. FFmpeg can make use of the OpenCORE libraries for AMR-NB
  14. decoding/encoding and AMR-WB decoding.
  15. Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the instructions for
  16. installing the libraries. Then pass @code{--enable-libopencore-amrnb} and/or
  17. @code{--enable-libopencore-amrwb} to configure to enable the libraries.
  18. Note that OpenCORE is under the Apache License 2.0 (see
  19. @url{http://www.apache.org/licenses/LICENSE-2.0} for details), which is
  20. incompatible with the LGPL version 2.1 and GPL version 2. You have to
  21. upgrade FFmpeg's license to LGPL version 3 (or if you have enabled
  22. GPL components, GPL version 3) to use it.
  23. @chapter Supported File Formats and Codecs
  24. You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list.
  25. @section File Formats
  26. FFmpeg supports the following file formats through the @code{libavformat}
  27. library:
  28. @multitable @columnfractions .4 .1 .1 .4
  29. @item Name @tab Encoding @tab Decoding @tab Comments
  30. @item 4xm @tab @tab X
  31. @tab 4X Technologies format, used in some games.
  32. @item 8088flex TMV @tab @tab X
  33. @item Adobe Filmstrip @tab X @tab X
  34. @item Audio IFF (AIFF) @tab X @tab X
  35. @item American Laser Games MM @tab @tab X
  36. @tab Multimedia format used in games like Mad Dog McCree.
  37. @item 3GPP AMR @tab X @tab X
  38. @item Apple HTTP Live Streaming @tab @tab X
  39. @item ASF @tab X @tab X
  40. @item AVI @tab X @tab X
  41. @item AVISynth @tab @tab X
  42. @item AVS @tab @tab X
  43. @tab Multimedia format used by the Creature Shock game.
  44. @item Beam Software SIFF @tab @tab X
  45. @tab Audio and video format used in some games by Beam Software.
  46. @item Bethesda Softworks VID @tab @tab X
  47. @tab Used in some games from Bethesda Softworks.
  48. @item Bink @tab @tab X
  49. @tab Multimedia format used by many games.
  50. @item Brute Force & Ignorance @tab @tab X
  51. @tab Used in the game Flash Traffic: City of Angels.
  52. @item Interplay C93 @tab @tab X
  53. @tab Used in the game Cyberia from Interplay.
  54. @item Delphine Software International CIN @tab @tab X
  55. @tab Multimedia format used by Delphine Software games.
  56. @item CD+G @tab @tab X
  57. @tab Video format used by CD+G karaoke disks
  58. @item Core Audio Format @tab @tab X
  59. @tab Apple Core Audio Format
  60. @item CRC testing format @tab X @tab
  61. @item Creative Voice @tab X @tab X
  62. @tab Created for the Sound Blaster Pro.
  63. @item CRYO APC @tab @tab X
  64. @tab Audio format used in some games by CRYO Interactive Entertainment.
  65. @item D-Cinema audio @tab X @tab X
  66. @item Deluxe Paint Animation @tab @tab X
  67. @item DV video @tab X @tab X
  68. @item DXA @tab @tab X
  69. @tab This format is used in the non-Windows version of the Feeble Files
  70. game and different game cutscenes repacked for use with ScummVM.
  71. @item Electronic Arts cdata @tab @tab X
  72. @item Electronic Arts Multimedia @tab @tab X
  73. @tab Used in various EA games; files have extensions like WVE and UV2.
  74. @item FFM (FFserver live feed) @tab X @tab X
  75. @item Flash (SWF) @tab X @tab X
  76. @item Flash 9 (AVM2) @tab X @tab X
  77. @tab Only embedded audio is decoded.
  78. @item FLI/FLC/FLX animation @tab @tab X
  79. @tab .fli/.flc files
  80. @item Flash Video (FLV) @tab @tab X
  81. @tab Macromedia Flash video files
  82. @item framecrc testing format @tab X @tab
  83. @item FunCom ISS @tab @tab X
  84. @tab Audio format used in various games from FunCom like The Longest Journey.
  85. @item GIF Animation @tab X @tab
  86. @item GXF @tab X @tab X
  87. @tab General eXchange Format SMPTE 360M, used by Thomson Grass Valley
  88. playout servers.
  89. @item id Quake II CIN video @tab @tab X
  90. @item id RoQ @tab X @tab X
  91. @tab Used in Quake III, Jedi Knight 2, other computer games.
  92. @item IEC61937 encapsulation @tab X @tab X
  93. @item IFF @tab @tab X
  94. @tab Interchange File Format
  95. @item Interplay MVE @tab @tab X
  96. @tab Format used in various Interplay computer games.
  97. @item IV8 @tab @tab X
  98. @tab A format generated by IndigoVision 8000 video server.
  99. @item IVF (On2) @tab X @tab X
  100. @tab A format used by libvpx
  101. @item LMLM4 @tab @tab X
  102. @tab Used by Linux Media Labs MPEG-4 PCI boards
  103. @item LXF @tab @tab X
  104. @tab VR native stream format, used by Leitch/Harris' video servers.
  105. @item Matroska @tab X @tab X
  106. @item Matroska audio @tab X @tab
  107. @item FFmpeg metadata @tab X @tab X
  108. @tab Metadata in text format.
  109. @item MAXIS XA @tab @tab X
  110. @tab Used in Sim City 3000; file extension .xa.
  111. @item MD Studio @tab @tab X
  112. @item Mobotix .mxg @tab @tab X
  113. @item Monkey's Audio @tab @tab X
  114. @item Motion Pixels MVI @tab @tab X
  115. @item MOV/QuickTime/MP4 @tab X @tab X
  116. @tab 3GP, 3GP2, PSP, iPod variants supported
  117. @item MP2 @tab X @tab X
  118. @item MP3 @tab X @tab X
  119. @item MPEG-1 System @tab X @tab X
  120. @tab muxed audio and video, VCD format supported
  121. @item MPEG-PS (program stream) @tab X @tab X
  122. @tab also known as @code{VOB} file, SVCD and DVD format supported
  123. @item MPEG-TS (transport stream) @tab X @tab X
  124. @tab also known as DVB Transport Stream
  125. @item MPEG-4 @tab X @tab X
  126. @tab MPEG-4 is a variant of QuickTime.
  127. @item MIME multipart JPEG @tab X @tab
  128. @item MSN TCP webcam @tab @tab X
  129. @tab Used by MSN Messenger webcam streams.
  130. @item MTV @tab @tab X
  131. @item Musepack @tab @tab X
  132. @item Musepack SV8 @tab @tab X
  133. @item Material eXchange Format (MXF) @tab X @tab X
  134. @tab SMPTE 377M, used by D-Cinema, broadcast industry.
  135. @item Material eXchange Format (MXF), D-10 Mapping @tab X @tab X
  136. @tab SMPTE 386M, D-10/IMX Mapping.
  137. @item NC camera feed @tab @tab X
  138. @tab NC (AVIP NC4600) camera streams
  139. @item NTT TwinVQ (VQF) @tab @tab X
  140. @tab Nippon Telegraph and Telephone Corporation TwinVQ.
  141. @item Nullsoft Streaming Video @tab @tab X
  142. @item NuppelVideo @tab @tab X
  143. @item NUT @tab X @tab X
  144. @tab NUT Open Container Format
  145. @item Ogg @tab X @tab X
  146. @item TechnoTrend PVA @tab @tab X
  147. @tab Used by TechnoTrend DVB PCI boards.
  148. @item QCP @tab @tab X
  149. @item raw ADTS (AAC) @tab X @tab X
  150. @item raw AC-3 @tab X @tab X
  151. @item raw Chinese AVS video @tab X @tab X
  152. @item raw CRI ADX @tab X @tab X
  153. @item raw Dirac @tab X @tab X
  154. @item raw DNxHD @tab X @tab X
  155. @item raw DTS @tab X @tab X
  156. @item raw E-AC-3 @tab X @tab X
  157. @item raw FLAC @tab X @tab X
  158. @item raw GSM @tab @tab X
  159. @item raw H.261 @tab X @tab X
  160. @item raw H.263 @tab X @tab X
  161. @item raw H.264 @tab X @tab X
  162. @item raw Ingenient MJPEG @tab @tab X
  163. @item raw MJPEG @tab X @tab X
  164. @item raw MLP @tab @tab X
  165. @item raw MPEG @tab @tab X
  166. @item raw MPEG-1 @tab @tab X
  167. @item raw MPEG-2 @tab @tab X
  168. @item raw MPEG-4 @tab X @tab X
  169. @item raw NULL @tab X @tab
  170. @item raw video @tab X @tab X
  171. @item raw id RoQ @tab X @tab
  172. @item raw Shorten @tab @tab X
  173. @item raw TrueHD @tab X @tab X
  174. @item raw VC-1 @tab @tab X
  175. @item raw PCM A-law @tab X @tab X
  176. @item raw PCM mu-law @tab X @tab X
  177. @item raw PCM signed 8 bit @tab X @tab X
  178. @item raw PCM signed 16 bit big-endian @tab X @tab X
  179. @item raw PCM signed 16 bit little-endian @tab X @tab X
  180. @item raw PCM signed 24 bit big-endian @tab X @tab X
  181. @item raw PCM signed 24 bit little-endian @tab X @tab X
  182. @item raw PCM signed 32 bit big-endian @tab X @tab X
  183. @item raw PCM signed 32 bit little-endian @tab X @tab X
  184. @item raw PCM unsigned 8 bit @tab X @tab X
  185. @item raw PCM unsigned 16 bit big-endian @tab X @tab X
  186. @item raw PCM unsigned 16 bit little-endian @tab X @tab X
  187. @item raw PCM unsigned 24 bit big-endian @tab X @tab X
  188. @item raw PCM unsigned 24 bit little-endian @tab X @tab X
  189. @item raw PCM unsigned 32 bit big-endian @tab X @tab X
  190. @item raw PCM unsigned 32 bit little-endian @tab X @tab X
  191. @item raw PCM floating-point 32 bit big-endian @tab X @tab X
  192. @item raw PCM floating-point 32 bit little-endian @tab X @tab X
  193. @item raw PCM floating-point 64 bit big-endian @tab X @tab X
  194. @item raw PCM floating-point 64 bit little-endian @tab X @tab X
  195. @item RDT @tab @tab X
  196. @item REDCODE R3D @tab @tab X
  197. @tab File format used by RED Digital cameras, contains JPEG 2000 frames and PCM audio.
  198. @item RealMedia @tab X @tab X
  199. @item Redirector @tab @tab X
  200. @item Renderware TeXture Dictionary @tab @tab X
  201. @item RL2 @tab @tab X
  202. @tab Audio and video format used in some games by Entertainment Software Partners.
  203. @item RPL/ARMovie @tab @tab X
  204. @item Lego Mindstorms RSO @tab X @tab X
  205. @item RTMP @tab X @tab X
  206. @tab Output is performed by publishing stream to RTMP server
  207. @item RTP @tab X @tab X
  208. @item RTSP @tab X @tab X
  209. @item SAP @tab X @tab X
  210. @item SDP @tab @tab X
  211. @item Sega FILM/CPK @tab @tab X
  212. @tab Used in many Sega Saturn console games.
  213. @item Sierra SOL @tab @tab X
  214. @tab .sol files used in Sierra Online games.
  215. @item Sierra VMD @tab @tab X
  216. @tab Used in Sierra CD-ROM games.
  217. @item Smacker @tab @tab X
  218. @tab Multimedia format used by many games.
  219. @item Sony OpenMG (OMA) @tab @tab X
  220. @tab Audio format used in Sony Sonic Stage and Sony Vegas.
  221. @item Sony PlayStation STR @tab @tab X
  222. @item Sony Wave64 (W64) @tab @tab X
  223. @item SoX native format @tab X @tab X
  224. @item SUN AU format @tab X @tab X
  225. @item Text files @tab @tab X
  226. @item THP @tab @tab X
  227. @tab Used on the Nintendo GameCube.
  228. @item Tiertex Limited SEQ @tab @tab X
  229. @tab Tiertex .seq files used in the DOS CD-ROM version of the game Flashback.
  230. @item True Audio @tab @tab X
  231. @item VC-1 test bitstream @tab X @tab X
  232. @item WAV @tab X @tab X
  233. @item WavPack @tab @tab X
  234. @item WebM @tab X @tab X
  235. @item Windows Televison (WTV) @tab @tab X
  236. @item Wing Commander III movie @tab @tab X
  237. @tab Multimedia format used in Origin's Wing Commander III computer game.
  238. @item Westwood Studios audio @tab @tab X
  239. @tab Multimedia format used in Westwood Studios games.
  240. @item Westwood Studios VQA @tab @tab X
  241. @tab Multimedia format used in Westwood Studios games.
  242. @item YUV4MPEG pipe @tab X @tab X
  243. @item Psygnosis YOP @tab @tab X
  244. @end multitable
  245. @code{X} means that encoding (resp. decoding) is supported.
  246. @section Image Formats
  247. FFmpeg can read and write images for each frame of a video sequence. The
  248. following image formats are supported:
  249. @multitable @columnfractions .4 .1 .1 .4
  250. @item Name @tab Encoding @tab Decoding @tab Comments
  251. @item .Y.U.V @tab X @tab X
  252. @tab one raw file per component
  253. @item animated GIF @tab X @tab X
  254. @tab Only uncompressed GIFs are generated.
  255. @item BMP @tab X @tab X
  256. @tab Microsoft BMP image
  257. @item DPX @tab @tab X
  258. @tab Digital Picture Exchange
  259. @item JPEG @tab X @tab X
  260. @tab Progressive JPEG is not supported.
  261. @item JPEG 2000 @tab @tab E
  262. @tab decoding supported through external library libopenjpeg
  263. @item JPEG-LS @tab X @tab X
  264. @item LJPEG @tab X @tab
  265. @tab Lossless JPEG
  266. @item PAM @tab X @tab X
  267. @tab PAM is a PNM extension with alpha support.
  268. @item PBM @tab X @tab X
  269. @tab Portable BitMap image
  270. @item PCX @tab X @tab X
  271. @tab PC Paintbrush
  272. @item PGM @tab X @tab X
  273. @tab Portable GrayMap image
  274. @item PGMYUV @tab X @tab X
  275. @tab PGM with U and V components in YUV 4:2:0
  276. @item PIC @tab @tab X
  277. @tab Pictor/PC Paint
  278. @item PNG @tab X @tab X
  279. @tab 2/4 bpp not supported yet
  280. @item PPM @tab X @tab X
  281. @tab Portable PixelMap image
  282. @item PTX @tab @tab X
  283. @tab V.Flash PTX format
  284. @item SGI @tab X @tab X
  285. @tab SGI RGB image format
  286. @item Sun Rasterfile @tab @tab X
  287. @tab Sun RAS image format
  288. @item TIFF @tab X @tab X
  289. @tab YUV, JPEG and some extension is not supported yet.
  290. @item Truevision Targa @tab X @tab X
  291. @tab Targa (.TGA) image format
  292. @end multitable
  293. @code{X} means that encoding (resp. decoding) is supported.
  294. @code{E} means that support is provided through an external library.
  295. @section Video Codecs
  296. @multitable @columnfractions .4 .1 .1 .4
  297. @item Name @tab Encoding @tab Decoding @tab Comments
  298. @item 4X Movie @tab @tab X
  299. @tab Used in certain computer games.
  300. @item 8088flex TMV @tab @tab X
  301. @item 8SVX exponential @tab @tab X
  302. @item 8SVX fibonacci @tab @tab X
  303. @item A64 multicolor @tab X @tab
  304. @tab Creates video suitable to be played on a commodore 64 (multicolor mode).
  305. @item American Laser Games MM @tab @tab X
  306. @tab Used in games like Mad Dog McCree.
  307. @item AMV Video @tab @tab X
  308. @tab Used in Chinese MP3 players.
  309. @item ANSI/ASCII art @tab @tab X
  310. @item Apple MJPEG-B @tab @tab X
  311. @item Apple QuickDraw @tab @tab X
  312. @tab fourcc: qdrw
  313. @item Asus v1 @tab X @tab X
  314. @tab fourcc: ASV1
  315. @item Asus v2 @tab X @tab X
  316. @tab fourcc: ASV2
  317. @item ATI VCR1 @tab @tab X
  318. @tab fourcc: VCR1
  319. @item ATI VCR2 @tab @tab X
  320. @tab fourcc: VCR2
  321. @item Auravision Aura @tab @tab X
  322. @item Auravision Aura 2 @tab @tab X
  323. @item Autodesk Animator Flic video @tab @tab X
  324. @item Autodesk RLE @tab @tab X
  325. @tab fourcc: AASC
  326. @item AVS (Audio Video Standard) video @tab @tab X
  327. @tab Video encoding used by the Creature Shock game.
  328. @item Beam Software VB @tab @tab X
  329. @item Bethesda VID video @tab @tab X
  330. @tab Used in some games from Bethesda Softworks.
  331. @item Bink Video @tab @tab X
  332. @tab Support for version 'b' is missing.
  333. @item Brute Force & Ignorance @tab @tab X
  334. @tab Used in the game Flash Traffic: City of Angels.
  335. @item C93 video @tab @tab X
  336. @tab Codec used in Cyberia game.
  337. @item CamStudio @tab @tab X
  338. @tab fourcc: CSCD
  339. @item CD+G @tab @tab X
  340. @tab Video codec for CD+G karaoke disks
  341. @item Chinese AVS video @tab E @tab X
  342. @tab AVS1-P2, JiZhun profile, encoding through external library libxavs
  343. @item Delphine Software International CIN video @tab @tab X
  344. @tab Codec used in Delphine Software International games.
  345. @item Cinepak @tab @tab X
  346. @item Cirrus Logic AccuPak @tab @tab X
  347. @tab fourcc: CLJR
  348. @item Creative YUV (CYUV) @tab @tab X
  349. @item Dirac @tab E @tab E
  350. @tab supported through external libdirac/libschroedinger libraries
  351. @item Deluxe Paint Animation @tab @tab X
  352. @item DNxHD @tab X @tab X
  353. @tab aka SMPTE VC3
  354. @item Duck TrueMotion 1.0 @tab @tab X
  355. @tab fourcc: DUCK
  356. @item Duck TrueMotion 2.0 @tab @tab X
  357. @tab fourcc: TM20
  358. @item DV (Digital Video) @tab X @tab X
  359. @item Feeble Files/ScummVM DXA @tab @tab X
  360. @tab Codec originally used in Feeble Files game.
  361. @item Electronic Arts CMV video @tab @tab X
  362. @tab Used in NHL 95 game.
  363. @item Electronic Arts Madcow video @tab @tab X
  364. @item Electronic Arts TGV video @tab @tab X
  365. @item Electronic Arts TGQ video @tab @tab X
  366. @item Electronic Arts TQI video @tab @tab X
  367. @item Escape 124 @tab @tab X
  368. @item FFmpeg video codec #1 @tab X @tab X
  369. @tab experimental lossless codec (fourcc: FFV1)
  370. @item Flash Screen Video v1 @tab X @tab X
  371. @tab fourcc: FSV1
  372. @item Flash Video (FLV) @tab X @tab X
  373. @tab Sorenson H.263 used in Flash
  374. @item Fraps @tab @tab X
  375. @item H.261 @tab X @tab X
  376. @item H.263 / H.263-1996 @tab X @tab X
  377. @item H.263+ / H.263-1998 / H.263 version 2 @tab X @tab X
  378. @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 @tab E @tab X
  379. @tab encoding supported through external library libx264
  380. @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration) @tab E @tab X
  381. @item HuffYUV @tab X @tab X
  382. @item HuffYUV FFmpeg variant @tab X @tab X
  383. @item IBM Ultimotion @tab @tab X
  384. @tab fourcc: ULTI
  385. @item id Cinematic video @tab @tab X
  386. @tab Used in Quake II.
  387. @item id RoQ video @tab X @tab X
  388. @tab Used in Quake III, Jedi Knight 2, other computer games.
  389. @item IFF ILBM @tab @tab X
  390. @tab IFF interlaved bitmap
  391. @item IFF ByteRun1 @tab @tab X
  392. @tab IFF run length encoded bitmap
  393. @item Intel H.263 @tab @tab X
  394. @item Intel Indeo 2 @tab @tab X
  395. @item Intel Indeo 3 @tab @tab X
  396. @item Intel Indeo 5 @tab @tab X
  397. @item Interplay C93 @tab @tab X
  398. @tab Used in the game Cyberia from Interplay.
  399. @item Interplay MVE video @tab @tab X
  400. @tab Used in Interplay .MVE files.
  401. @item Karl Morton's video codec @tab @tab X
  402. @tab Codec used in Worms games.
  403. @item Kega Game Video (KGV1) @tab @tab X
  404. @tab Kega emulator screen capture codec.
  405. @item Lagarith @tab @tab X
  406. @item LCL (LossLess Codec Library) MSZH @tab @tab X
  407. @item LCL (LossLess Codec Library) ZLIB @tab E @tab E
  408. @item LOCO @tab @tab X
  409. @item lossless MJPEG @tab X @tab X
  410. @item Microsoft RLE @tab @tab X
  411. @item Microsoft Video 1 @tab @tab X
  412. @item Mimic @tab @tab X
  413. @tab Used in MSN Messenger Webcam streams.
  414. @item Miro VideoXL @tab @tab X
  415. @tab fourcc: VIXL
  416. @item MJPEG (Motion JPEG) @tab X @tab X
  417. @item Motion Pixels video @tab @tab X
  418. @item MPEG-1 video @tab X @tab X
  419. @item MPEG-1/2 video XvMC (X-Video Motion Compensation) @tab @tab X
  420. @item MPEG-1/2 video (VDPAU acceleration) @tab @tab X
  421. @item MPEG-2 video @tab X @tab X
  422. @item MPEG-4 part 2 @tab X @tab X
  423. @ libxvidcore can be used alternatively for encoding.
  424. @item MPEG-4 part 2 Microsoft variant version 1 @tab @tab X
  425. @item MPEG-4 part 2 Microsoft variant version 2 @tab X @tab X
  426. @item MPEG-4 part 2 Microsoft variant version 3 @tab X @tab X
  427. @item Nintendo Gamecube THP video @tab @tab X
  428. @item NuppelVideo/RTjpeg @tab @tab X
  429. @tab Video encoding used in NuppelVideo files.
  430. @item On2 VP3 @tab @tab X
  431. @tab still experimental
  432. @item On2 VP5 @tab @tab X
  433. @tab fourcc: VP50
  434. @item On2 VP6 @tab @tab X
  435. @tab fourcc: VP60,VP61,VP62
  436. @item VP8 @tab E @tab X
  437. @tab fourcc: VP80, encoding supported through external library libvpx
  438. @item planar RGB @tab @tab X
  439. @tab fourcc: 8BPS
  440. @item Q-team QPEG @tab @tab X
  441. @tab fourccs: QPEG, Q1.0, Q1.1
  442. @item QuickTime 8BPS video @tab @tab X
  443. @item QuickTime Animation (RLE) video @tab X @tab X
  444. @tab fourcc: 'rle '
  445. @item QuickTime Graphics (SMC) @tab @tab X
  446. @tab fourcc: 'smc '
  447. @item QuickTime video (RPZA) @tab @tab X
  448. @tab fourcc: rpza
  449. @item R10K AJA Kona 10-bit RGB Codec @tab @tab X
  450. @item R210 Quicktime Uncompressed RGB 10-bit @tab @tab X
  451. @item Raw Video @tab X @tab X
  452. @item RealVideo 1.0 @tab X @tab X
  453. @item RealVideo 2.0 @tab X @tab X
  454. @item RealVideo 3.0 @tab @tab X
  455. @tab still far from ideal
  456. @item RealVideo 4.0 @tab @tab X
  457. @item Renderware TXD (TeXture Dictionary) @tab @tab X
  458. @tab Texture dictionaries used by the Renderware Engine.
  459. @item RL2 video @tab @tab X
  460. @tab used in some games by Entertainment Software Partners
  461. @item Sierra VMD video @tab @tab X
  462. @tab Used in Sierra VMD files.
  463. @item Smacker video @tab @tab X
  464. @tab Video encoding used in Smacker.
  465. @item SMPTE VC-1 @tab @tab X
  466. @item Snow @tab X @tab X
  467. @tab experimental wavelet codec (fourcc: SNOW)
  468. @item Sony PlayStation MDEC (Motion DECoder) @tab @tab X
  469. @item Sorenson Vector Quantizer 1 @tab X @tab X
  470. @tab fourcc: SVQ1
  471. @item Sorenson Vector Quantizer 3 @tab @tab X
  472. @tab fourcc: SVQ3
  473. @item Sunplus JPEG (SP5X) @tab @tab X
  474. @tab fourcc: SP5X
  475. @item TechSmith Screen Capture Codec @tab @tab X
  476. @tab fourcc: TSCC
  477. @item Theora @tab E @tab X
  478. @tab encoding supported through external library libtheora
  479. @item Tiertex Limited SEQ video @tab @tab X
  480. @tab Codec used in DOS CD-ROM FlashBack game.
  481. @item V210 Quicktime Uncompressed 4:2:2 10-bit @tab X @tab X
  482. @item VMware Screen Codec / VMware Video @tab @tab X
  483. @tab Codec used in videos captured by VMware.
  484. @item Westwood Studios VQA (Vector Quantized Animation) video @tab @tab X
  485. @item Windows Media Video 7 @tab X @tab X
  486. @item Windows Media Video 8 @tab X @tab X
  487. @item Windows Media Video 9 @tab @tab X
  488. @tab not completely working
  489. @item Wing Commander III / Xan @tab @tab X
  490. @tab Used in Wing Commander III .MVE files.
  491. @item Winnov WNV1 @tab @tab X
  492. @item WMV7 @tab X @tab X
  493. @item YAMAHA SMAF @tab X @tab X
  494. @item Psygnosis YOP Video @tab @tab X
  495. @item ZLIB @tab X @tab X
  496. @tab part of LCL, encoder experimental
  497. @item Zip Motion Blocks Video @tab X @tab X
  498. @tab Encoder works only in PAL8.
  499. @end multitable
  500. @code{X} means that encoding (resp. decoding) is supported.
  501. @code{E} means that support is provided through an external library.
  502. @section Audio Codecs
  503. @multitable @columnfractions .4 .1 .1 .4
  504. @item Name @tab Encoding @tab Decoding @tab Comments
  505. @item 8SVX audio @tab @tab X
  506. @item AAC @tab E @tab X
  507. @tab encoding supported through external library libfaac
  508. @item AC-3 @tab IX @tab X
  509. @item ADPCM 4X Movie @tab @tab X
  510. @item ADPCM CDROM XA @tab @tab X
  511. @item ADPCM Creative Technology @tab @tab X
  512. @tab 16 -> 4, 8 -> 4, 8 -> 3, 8 -> 2
  513. @item ADPCM Electronic Arts @tab @tab X
  514. @tab Used in various EA titles.
  515. @item ADPCM Electronic Arts Maxis CDROM XS @tab @tab X
  516. @tab Used in Sim City 3000.
  517. @item ADPCM Electronic Arts R1 @tab @tab X
  518. @item ADPCM Electronic Arts R2 @tab @tab X
  519. @item ADPCM Electronic Arts R3 @tab @tab X
  520. @item ADPCM Electronic Arts XAS @tab @tab X
  521. @item ADPCM G.722 @tab X @tab X
  522. @item ADPCM G.726 @tab X @tab X
  523. @item ADPCM IMA AMV @tab @tab X
  524. @tab Used in AMV files
  525. @item ADPCM IMA Electronic Arts EACS @tab @tab X
  526. @item ADPCM IMA Electronic Arts SEAD @tab @tab X
  527. @item ADPCM IMA Funcom @tab @tab X
  528. @item ADPCM IMA QuickTime @tab X @tab X
  529. @item ADPCM IMA Loki SDL MJPEG @tab @tab X
  530. @item ADPCM IMA WAV @tab X @tab X
  531. @item ADPCM IMA Westwood @tab @tab X
  532. @item ADPCM ISS IMA @tab @tab X
  533. @tab Used in FunCom games.
  534. @item ADPCM IMA Duck DK3 @tab @tab X
  535. @tab Used in some Sega Saturn console games.
  536. @item ADPCM IMA Duck DK4 @tab @tab X
  537. @tab Used in some Sega Saturn console games.
  538. @item ADPCM Microsoft @tab X @tab X
  539. @item ADPCM MS IMA @tab X @tab X
  540. @item ADPCM Nintendo Gamecube THP @tab @tab X
  541. @item ADPCM QT IMA @tab X @tab X
  542. @item ADPCM SEGA CRI ADX @tab X @tab X
  543. @tab Used in Sega Dreamcast games.
  544. @item ADPCM Shockwave Flash @tab X @tab X
  545. @item ADPCM SMJPEG IMA @tab @tab X
  546. @tab Used in certain Loki game ports.
  547. @item ADPCM Sound Blaster Pro 2-bit @tab @tab X
  548. @item ADPCM Sound Blaster Pro 2.6-bit @tab @tab X
  549. @item ADPCM Sound Blaster Pro 4-bit @tab @tab X
  550. @item ADPCM Westwood Studios IMA @tab @tab X
  551. @tab Used in Westwood Studios games like Command and Conquer.
  552. @item ADPCM Yamaha @tab X @tab X
  553. @item AMR-NB @tab E @tab X
  554. @tab encoding supported through external library libopencore-amrnb
  555. @item AMR-WB @tab @tab X
  556. @item Apple lossless audio @tab X @tab X
  557. @tab QuickTime fourcc 'alac'
  558. @item Atrac 1 @tab @tab X
  559. @item Atrac 3 @tab @tab X
  560. @item Bink Audio @tab @tab X
  561. @tab Used in Bink and Smacker files in many games.
  562. @item Delphine Software International CIN audio @tab @tab X
  563. @tab Codec used in Delphine Software International games.
  564. @item COOK @tab @tab X
  565. @tab All versions except 5.1 are supported.
  566. @item DCA (DTS Coherent Acoustics) @tab @tab X
  567. @item DPCM id RoQ @tab X @tab X
  568. @tab Used in Quake III, Jedi Knight 2, other computer games.
  569. @item DPCM Interplay @tab @tab X
  570. @tab Used in various Interplay computer games.
  571. @item DPCM Sierra Online @tab @tab X
  572. @tab Used in Sierra Online game audio files.
  573. @item DPCM Sol @tab @tab X
  574. @item DPCM Xan @tab @tab X
  575. @tab Used in Origin's Wing Commander IV AVI files.
  576. @item DSP Group TrueSpeech @tab @tab X
  577. @item DV audio @tab @tab X
  578. @item Enhanced AC-3 @tab @tab X
  579. @item FLAC (Free Lossless Audio Codec) @tab X @tab IX
  580. @item GSM @tab E @tab X
  581. @tab encoding supported through external library libgsm
  582. @item GSM Microsoft variant @tab E @tab X
  583. @tab encoding supported through external library libgsm
  584. @item IMC (Intel Music Coder) @tab @tab X
  585. @item MACE (Macintosh Audio Compression/Expansion) 3:1 @tab @tab X
  586. @item MACE (Macintosh Audio Compression/Expansion) 6:1 @tab @tab X
  587. @item MLP (Meridian Lossless Packing) @tab @tab X
  588. @tab Used in DVD-Audio discs.
  589. @item Monkey's Audio @tab @tab X
  590. @tab Only versions 3.97-3.99 are supported.
  591. @item MP1 (MPEG audio layer 1) @tab @tab IX
  592. @item MP2 (MPEG audio layer 2) @tab IX @tab IX
  593. @item MP3 (MPEG audio layer 3) @tab E @tab IX
  594. @tab encoding supported through external library LAME, ADU MP3 and MP3onMP4 also supported
  595. @item MPEG-4 Audio Lossless Coding (ALS) @tab @tab X
  596. @item Musepack SV7 @tab @tab X
  597. @item Musepack SV8 @tab @tab X
  598. @item Nellymoser Asao @tab X @tab X
  599. @item PCM A-law @tab X @tab X
  600. @item PCM mu-law @tab X @tab X
  601. @item PCM 16-bit little-endian planar @tab @tab X
  602. @item PCM 32-bit floating point big-endian @tab X @tab X
  603. @item PCM 32-bit floating point little-endian @tab X @tab X
  604. @item PCM 64-bit floating point big-endian @tab X @tab X
  605. @item PCM 64-bit floating point little-endian @tab X @tab X
  606. @item PCM D-Cinema audio signed 24-bit @tab X @tab X
  607. @item PCM signed 8-bit @tab X @tab X
  608. @item PCM signed 16-bit big-endian @tab X @tab X
  609. @item PCM signed 16-bit little-endian @tab X @tab X
  610. @item PCM signed 24-bit big-endian @tab X @tab X
  611. @item PCM signed 24-bit little-endian @tab X @tab X
  612. @item PCM signed 32-bit big-endian @tab X @tab X
  613. @item PCM signed 32-bit little-endian @tab X @tab X
  614. @item PCM signed 16/20/24-bit big-endian in MPEG-TS @tab @tab X
  615. @item PCM unsigned 8-bit @tab X @tab X
  616. @item PCM unsigned 16-bit big-endian @tab X @tab X
  617. @item PCM unsigned 16-bit little-endian @tab X @tab X
  618. @item PCM unsigned 24-bit big-endian @tab X @tab X
  619. @item PCM unsigned 24-bit little-endian @tab X @tab X
  620. @item PCM unsigned 32-bit big-endian @tab X @tab X
  621. @item PCM unsigned 32-bit little-endian @tab X @tab X
  622. @item PCM Zork @tab X @tab X
  623. @item QCELP / PureVoice @tab @tab X
  624. @item QDesign Music Codec 2 @tab @tab X
  625. @tab There are still some distortions.
  626. @item RealAudio 1.0 (14.4K) @tab X @tab X
  627. @tab Real 14400 bit/s codec
  628. @item RealAudio 2.0 (28.8K) @tab @tab X
  629. @tab Real 28800 bit/s codec
  630. @item RealAudio 3.0 (dnet) @tab IX @tab X
  631. @tab Real low bitrate AC-3 codec
  632. @item RealAudio SIPR / ACELP.NET @tab @tab X
  633. @item Shorten @tab @tab X
  634. @item Sierra VMD audio @tab @tab X
  635. @tab Used in Sierra VMD files.
  636. @item Smacker audio @tab @tab X
  637. @item Sonic @tab X @tab X
  638. @tab experimental codec
  639. @item Sonic lossless @tab X @tab X
  640. @tab experimental codec
  641. @item Speex @tab @tab E
  642. @tab supported through external library libspeex
  643. @item True Audio (TTA) @tab @tab X
  644. @item TrueHD @tab @tab X
  645. @tab Used in HD-DVD and Blu-Ray discs.
  646. @item TwinVQ (VQF flavor) @tab @tab X
  647. @item Vorbis @tab E @tab X
  648. @tab A native but very primitive encoder exists.
  649. @item WavPack @tab @tab X
  650. @item Westwood Audio (SND1) @tab @tab X
  651. @item Windows Media Audio 1 @tab X @tab X
  652. @item Windows Media Audio 2 @tab X @tab X
  653. @item Windows Media Audio Pro @tab @tab X
  654. @item Windows Media Audio Voice @tab @tab X
  655. @end multitable
  656. @code{X} means that encoding (resp. decoding) is supported.
  657. @code{E} means that support is provided through an external library.
  658. @code{I} means that an integer-only version is available, too (ensures high
  659. performance on systems without hardware floating point support).
  660. @section Subtitle Formats
  661. @multitable @columnfractions .4 .1 .1 .1 .1
  662. @item Name @tab Muxing @tab Demuxing @tab Encoding @tab Decoding
  663. @item SSA/ASS @tab X @tab X @tab X @tab X
  664. @item DVB @tab X @tab X @tab X @tab X
  665. @item DVD @tab X @tab X @tab X @tab X
  666. @item PGS @tab @tab @tab @tab X
  667. @item SubRip (SRT) @tab X @tab X @tab @tab X
  668. @item XSUB @tab @tab @tab X @tab X
  669. @end multitable
  670. @code{X} means that the feature is supported.
  671. @section Network Protocols
  672. @multitable @columnfractions .4 .1
  673. @item Name @tab Support
  674. @item file @tab X
  675. @item Gopher @tab X
  676. @item HTTP @tab X
  677. @item MMS @tab X
  678. @item pipe @tab X
  679. @item RTP @tab X
  680. @item TCP @tab X
  681. @item UDP @tab X
  682. @end multitable
  683. @code{X} means that the protocol is supported.
  684. @section Input/Output Devices
  685. @multitable @columnfractions .4 .1 .1
  686. @item Name @tab Input @tab Output
  687. @item ALSA @tab X @tab X
  688. @item BKTR @tab X @tab
  689. @item DV1394 @tab X @tab
  690. @item JACK @tab X @tab
  691. @item LIBDC1394 @tab X @tab
  692. @item OSS @tab X @tab X
  693. @item Video4Linux @tab X @tab
  694. @item Video4Linux2 @tab X @tab
  695. @item VfW capture @tab X @tab
  696. @item X11 grabbing @tab X @tab
  697. @end multitable
  698. @code{X} means that input/output is supported.
  699. @chapter Platform Specific information
  700. @section DOS
  701. Using a cross-compiler is preferred for various reasons.
  702. @subsection DJGPP
  703. FFmpeg cannot be compiled because of broken system headers, add
  704. @code{--extra-cflags=-U__STRICT_ANSI__} to the configure options as a
  705. workaround.
  706. @section OS/2
  707. For information about compiling FFmpeg on OS/2 see
  708. @url{http://www.edm2.com/index.php/FFmpeg}.
  709. @section Unix-like
  710. Some parts of FFmpeg cannot be built with version 2.15 of the GNU
  711. assembler which is still provided by a few AMD64 distributions. To
  712. make sure your compiler really uses the required version of gas
  713. after a binutils upgrade, run:
  714. @example
  715. $(gcc -print-prog-name=as) --version
  716. @end example
  717. If not, then you should install a different compiler that has no
  718. hard-coded path to gas. In the worst case pass @code{--disable-asm}
  719. to configure.
  720. @subsection BSD
  721. BSD make will not build FFmpeg, you need to install and use GNU Make
  722. (@file{gmake}).
  723. @subsubsection FreeBSD
  724. FreeBSD will not compile out-of-the-box due to broken system headers.
  725. Passing @code{--extra-cflags=-D__BSD_VISIBLE} to configure will work
  726. around the problem. This may have unexpected sideeffects, so use it at
  727. your own risk. If you care about FreeBSD, please make an attempt at
  728. getting the system headers fixed.
  729. @subsection (Open)Solaris
  730. GNU Make is required to build FFmpeg, so you have to invoke (@file{gmake}),
  731. standard Solaris Make will not work. When building with a non-c99 front-end
  732. (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o}
  733. or @code{--extra-libs=/usr/lib/64/values-xpg6.o} to the configure options
  734. since the libc is not c99-compliant by default. The probes performed by
  735. configure may raise an exception leading to the death of configure itself
  736. due to a bug in the system shell. Simply invoke a different shell such as
  737. bash directly to work around this:
  738. @example
  739. bash ./configure
  740. @end example
  741. @subsection Darwin (MacOS X, iPhone)
  742. MacOS X on PowerPC or ARM (iPhone) requires a preprocessor from
  743. @url{http://github.com/yuvi/gas-preprocessor} to build the optimized
  744. assembler functions. Just download the Perl script and put it somewhere
  745. in your PATH, FFmpeg's configure will pick it up automatically.
  746. @section Windows
  747. To get help and instructions for building FFmpeg under Windows, check out
  748. the FFmpeg Windows Help Forum at
  749. @url{http://ffmpeg.arrozcru.org/}.
  750. @subsection Native Windows compilation
  751. FFmpeg can be built to run natively on Windows using the MinGW tools. Install
  752. the latest versions of MSYS and MinGW from @url{http://www.mingw.org/}.
  753. You can find detailed installation
  754. instructions in the download section and the FAQ.
  755. FFmpeg does not build out-of-the-box with the packages the automated MinGW
  756. installer provides. It also requires coreutils to be installed and many other
  757. packages updated to the latest version. The minimum version for some packages
  758. are listed below:
  759. @itemize
  760. @item bash 3.1
  761. @item msys-make 3.81-2 (note: not mingw32-make)
  762. @item w32api 3.13
  763. @item mingw-runtime 3.15
  764. @end itemize
  765. FFmpeg automatically passes @code{-fno-common} to the compiler to work around
  766. a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}).
  767. Within the MSYS shell, configure and make with:
  768. @example
  769. ./configure --enable-memalign-hack
  770. make
  771. make install
  772. @end example
  773. This will install @file{ffmpeg.exe} along with many other development files
  774. to @file{/usr/local}. You may specify another install path using the
  775. @code{--prefix} option in @file{configure}.
  776. Notes:
  777. @itemize
  778. @item Building natively using MSYS can be sped up by disabling implicit rules
  779. in the Makefile by calling @code{make -r} instead of plain @code{make}. This
  780. speed up is close to non-existent for normal one-off builds and is only
  781. noticeable when running make for a second time (for example in
  782. @code{make install}).
  783. @item In order to compile FFplay, you must have the MinGW development library
  784. of SDL. Get it from @url{http://www.libsdl.org}.
  785. Edit the @file{bin/sdl-config} script so that it points to the correct prefix
  786. where SDL was installed. Verify that @file{sdl-config} can be launched from
  787. the MSYS command line.
  788. @item By using @code{./configure --enable-shared} when configuring FFmpeg,
  789. you can build libavutil, libavcodec and libavformat as DLLs.
  790. @end itemize
  791. @subsection Microsoft Visual C++ compatibility
  792. As stated in the FAQ, FFmpeg will not compile under MSVC++. However, if you
  793. want to use the libav* libraries in your own applications, you can still
  794. compile those applications using MSVC++. But the libav* libraries you link
  795. to @emph{must} be built with MinGW. However, you will not be able to debug
  796. inside the libav* libraries, since MSVC++ does not recognize the debug
  797. symbols generated by GCC.
  798. We strongly recommend you to move over from MSVC++ to MinGW tools.
  799. This description of how to use the FFmpeg libraries with MSVC++ is based on
  800. Microsoft Visual C++ 2005 Express Edition. If you have a different version,
  801. you might have to modify the procedures slightly.
  802. @subsubsection Using static libraries
  803. Assuming you have just built and installed FFmpeg in @file{/usr/local}.
  804. @enumerate
  805. @item Create a new console application ("File / New / Project") and then
  806. select "Win32 Console Application". On the appropriate page of the
  807. Application Wizard, uncheck the "Precompiled headers" option.
  808. @item Write the source code for your application, or, for testing, just
  809. copy the code from an existing sample application into the source file
  810. that MSVC++ has already created for you. For example, you can copy
  811. @file{libavformat/output-example.c} from the FFmpeg distribution.
  812. @item Open the "Project / Properties" dialog box. In the "Configuration"
  813. combo box, select "All Configurations" so that the changes you make will
  814. affect both debug and release builds. In the tree view on the left hand
  815. side, select "C/C++ / General", then edit the "Additional Include
  816. Directories" setting to contain the path where the FFmpeg includes were
  817. installed (i.e. @file{c:\msys\1.0\local\include}).
  818. Do not add MinGW's include directory here, or the include files will
  819. conflict with MSVC's.
  820. @item Still in the "Project / Properties" dialog box, select
  821. "Linker / General" from the tree view and edit the
  822. "Additional Library Directories" setting to contain the @file{lib}
  823. directory where FFmpeg was installed (i.e. @file{c:\msys\1.0\local\lib}),
  824. the directory where MinGW libs are installed (i.e. @file{c:\mingw\lib}),
  825. and the directory where MinGW's GCC libs are installed
  826. (i.e. @file{C:\mingw\lib\gcc\mingw32\4.2.1-sjlj}). Then select
  827. "Linker / Input" from the tree view, and add the files @file{libavformat.a},
  828. @file{libavcodec.a}, @file{libavutil.a}, @file{libmingwex.a},
  829. @file{libgcc.a}, and any other libraries you used (i.e. @file{libz.a})
  830. to the end of "Additional Dependencies".
  831. @item Now, select "C/C++ / Code Generation" from the tree view. Select
  832. "Debug" in the "Configuration" combo box. Make sure that "Runtime
  833. Library" is set to "Multi-threaded Debug DLL". Then, select "Release" in
  834. the "Configuration" combo box and make sure that "Runtime Library" is
  835. set to "Multi-threaded DLL".
  836. @item Click "OK" to close the "Project / Properties" dialog box.
  837. @item MSVC++ lacks some C99 header files that are fundamental for FFmpeg.
  838. Get msinttypes from @url{http://code.google.com/p/msinttypes/downloads/list}
  839. and install it in MSVC++'s include directory
  840. (i.e. @file{C:\Program Files\Microsoft Visual Studio 8\VC\include}).
  841. @item MSVC++ also does not understand the @code{inline} keyword used by
  842. FFmpeg, so you must add this line before @code{#include}ing libav*:
  843. @example
  844. #define inline _inline
  845. @end example
  846. @item Build your application, everything should work.
  847. @end enumerate
  848. @subsubsection Using shared libraries
  849. This is how to create DLL and LIB files that are compatible with MSVC++:
  850. @enumerate
  851. @item Add a call to @file{vcvars32.bat} (which sets up the environment
  852. variables for the Visual C++ tools) as the first line of @file{msys.bat}.
  853. The standard location for @file{vcvars32.bat} is
  854. @file{C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat},
  855. and the standard location for @file{msys.bat} is @file{C:\msys\1.0\msys.bat}.
  856. If this corresponds to your setup, add the following line as the first line
  857. of @file{msys.bat}:
  858. @example
  859. call "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
  860. @end example
  861. Alternatively, you may start the @file{Visual Studio 2005 Command Prompt},
  862. and run @file{c:\msys\1.0\msys.bat} from there.
  863. @item Within the MSYS shell, run @code{lib.exe}. If you get a help message
  864. from @file{Microsoft (R) Library Manager}, this means your environment
  865. variables are set up correctly, the @file{Microsoft (R) Library Manager}
  866. is on the path and will be used by FFmpeg to create
  867. MSVC++-compatible import libraries.
  868. @item Build FFmpeg with
  869. @example
  870. ./configure --enable-shared --enable-memalign-hack
  871. make
  872. make install
  873. @end example
  874. Your install path (@file{/usr/local/} by default) should now have the
  875. necessary DLL and LIB files under the @file{bin} directory.
  876. @end enumerate
  877. To use those files with MSVC++, do the same as you would do with
  878. the static libraries, as described above. But in Step 4,
  879. you should only need to add the directory where the LIB files are installed
  880. (i.e. @file{c:\msys\usr\local\bin}). This is not a typo, the LIB files are
  881. installed in the @file{bin} directory. And instead of adding the static
  882. libraries (@file{libxxx.a} files) you should add the MSVC import libraries
  883. (@file{avcodec.lib}, @file{avformat.lib}, @file{avcore.lib}, and
  884. @file{avutil.lib}). Note that you should not use the GCC import
  885. libraries (@file{libxxx.dll.a} files), as these will give you undefined
  886. reference errors. There should be no need for @file{libmingwex.a},
  887. @file{libgcc.a}, and @file{wsock32.lib}, nor any other external library
  888. statically linked into the DLLs. The @file{bin} directory contains a bunch
  889. of DLL files, but the ones that are actually used to run your application
  890. are the ones with a major version number in their filenames
  891. (i.e. @file{avcodec-51.dll}).
  892. FFmpeg headers do not declare global data for Windows DLLs through the usual
  893. dllexport/dllimport interface. Such data will be exported properly while
  894. building, but to use them in your MSVC++ code you will have to edit the
  895. appropriate headers and mark the data as dllimport. For example, in
  896. libavutil/pixdesc.h you should have:
  897. @example
  898. extern __declspec(dllimport) const AVPixFmtDescriptor av_pix_fmt_descriptors[];
  899. @end example
  900. @subsection Cross compilation for Windows with Linux
  901. You must use the MinGW cross compilation tools available at
  902. @url{http://www.mingw.org/}.
  903. Then configure FFmpeg with the following options:
  904. @example
  905. ./configure --target-os=mingw32 --cross-prefix=i386-mingw32msvc-
  906. @end example
  907. (you can change the cross-prefix according to the prefix chosen for the
  908. MinGW tools).
  909. Then you can easily test FFmpeg with Wine
  910. (@url{http://www.winehq.com/}).
  911. @subsection Compilation under Cygwin
  912. Please use Cygwin 1.7.x as the obsolete 1.5.x Cygwin versions lack
  913. llrint() in its C library.
  914. Install your Cygwin with all the "Base" packages, plus the
  915. following "Devel" ones:
  916. @example
  917. binutils, gcc4-core, make, subversion, mingw-runtime, texi2html
  918. @end example
  919. And the following "Utils" one:
  920. @example
  921. diffutils
  922. @end example
  923. Then run
  924. @example
  925. ./configure --enable-static --disable-shared
  926. @end example
  927. to make a static build.
  928. The current @code{gcc4-core} package is buggy and needs this flag to build
  929. shared libraries:
  930. @example
  931. ./configure --enable-shared --disable-static --extra-cflags=-fno-reorder-functions
  932. @end example
  933. If you want to build FFmpeg with additional libraries, download Cygwin
  934. "Devel" packages for Ogg and Vorbis from any Cygwin packages repository:
  935. @example
  936. libogg-devel, libvorbis-devel
  937. @end example
  938. These library packages are only available from Cygwin Ports
  939. (@url{http://sourceware.org/cygwinports/}) :
  940. @example
  941. yasm, libSDL-devel, libdirac-devel, libfaac-devel, libgsm-devel,
  942. libmp3lame-devel, libschroedinger1.0-devel, speex-devel, libtheora-devel,
  943. libxvidcore-devel
  944. @end example
  945. The recommendation for libnut and x264 is to build them from source by
  946. yourself, as they evolve too quickly for Cygwin Ports to be up to date.
  947. Cygwin 1.7.x has IPv6 support. You can add IPv6 to Cygwin 1.5.x by means
  948. of the @code{libgetaddrinfo-devel} package, available at Cygwin Ports.
  949. @subsection Crosscompilation for Windows under Cygwin
  950. With Cygwin you can create Windows binaries that do not need the cygwin1.dll.
  951. Just install your Cygwin as explained before, plus these additional
  952. "Devel" packages:
  953. @example
  954. gcc-mingw-core, mingw-runtime, mingw-zlib
  955. @end example
  956. and add some special flags to your configure invocation.
  957. For a static build run
  958. @example
  959. ./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
  960. @end example
  961. and for a build with shared libraries
  962. @example
  963. ./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
  964. @end example
  965. @bye