general.texi 47 KB

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