demuxers.texi 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165
  1. @chapter Demuxers
  2. @c man begin DEMUXERS
  3. Demuxers are configured elements in FFmpeg that can read the
  4. multimedia streams from a particular type of file.
  5. When you configure your FFmpeg build, all the supported demuxers
  6. are enabled by default. You can list all available ones using the
  7. configure option @code{--list-demuxers}.
  8. You can disable all the demuxers using the configure option
  9. @code{--disable-demuxers}, and selectively enable a single demuxer with
  10. the option @code{--enable-demuxer=@var{DEMUXER}}, or disable it
  11. with the option @code{--disable-demuxer=@var{DEMUXER}}.
  12. The option @code{-demuxers} of the ff* tools will display the list of
  13. enabled demuxers. Use @code{-formats} to view a combined list of
  14. enabled demuxers and muxers.
  15. The description of some of the currently available demuxers follows.
  16. @section aa
  17. Audible Format 2, 3, and 4 demuxer.
  18. This demuxer is used to demux Audible Format 2, 3, and 4 (.aa) files.
  19. @section aac
  20. Raw Audio Data Transport Stream AAC demuxer.
  21. This demuxer is used to demux an ADTS input containing a single AAC stream
  22. alongwith any ID3v1/2 or APE tags in it.
  23. @section apng
  24. Animated Portable Network Graphics demuxer.
  25. This demuxer is used to demux APNG files.
  26. All headers, but the PNG signature, up to (but not including) the first
  27. fcTL chunk are transmitted as extradata.
  28. Frames are then split as being all the chunks between two fcTL ones, or
  29. between the last fcTL and IEND chunks.
  30. @table @option
  31. @item -ignore_loop @var{bool}
  32. Ignore the loop variable in the file if set. Default is enabled.
  33. @item -max_fps @var{int}
  34. Maximum framerate in frames per second. Default of 0 imposes no limit.
  35. @item -default_fps @var{int}
  36. Default framerate in frames per second when none is specified in the file
  37. (0 meaning as fast as possible). Default is 15.
  38. @end table
  39. @section asf
  40. Advanced Systems Format demuxer.
  41. This demuxer is used to demux ASF files and MMS network streams.
  42. @table @option
  43. @item -no_resync_search @var{bool}
  44. Do not try to resynchronize by looking for a certain optional start code.
  45. @end table
  46. @anchor{concat}
  47. @section concat
  48. Virtual concatenation script demuxer.
  49. This demuxer reads a list of files and other directives from a text file and
  50. demuxes them one after the other, as if all their packets had been muxed
  51. together.
  52. The timestamps in the files are adjusted so that the first file starts at 0
  53. and each next file starts where the previous one finishes. Note that it is
  54. done globally and may cause gaps if all streams do not have exactly the same
  55. length.
  56. All files must have the same streams (same codecs, same time base, etc.).
  57. The duration of each file is used to adjust the timestamps of the next file:
  58. if the duration is incorrect (because it was computed using the bit-rate or
  59. because the file is truncated, for example), it can cause artifacts. The
  60. @code{duration} directive can be used to override the duration stored in
  61. each file.
  62. @subsection Syntax
  63. The script is a text file in extended-ASCII, with one directive per line.
  64. Empty lines, leading spaces and lines starting with '#' are ignored. The
  65. following directive is recognized:
  66. @table @option
  67. @item @code{file @var{path}}
  68. Path to a file to read; special characters and spaces must be escaped with
  69. backslash or single quotes.
  70. All subsequent file-related directives apply to that file.
  71. @item @code{ffconcat version 1.0}
  72. Identify the script type and version.
  73. To make FFmpeg recognize the format automatically, this directive must
  74. appear exactly as is (no extra space or byte-order-mark) on the very first
  75. line of the script.
  76. @item @code{duration @var{dur}}
  77. Duration of the file. This information can be specified from the file;
  78. specifying it here may be more efficient or help if the information from the
  79. file is not available or accurate.
  80. If the duration is set for all files, then it is possible to seek in the
  81. whole concatenated video.
  82. @item @code{inpoint @var{timestamp}}
  83. In point of the file. When the demuxer opens the file it instantly seeks to the
  84. specified timestamp. Seeking is done so that all streams can be presented
  85. successfully at In point.
  86. This directive works best with intra frame codecs, because for non-intra frame
  87. ones you will usually get extra packets before the actual In point and the
  88. decoded content will most likely contain frames before In point too.
  89. For each file, packets before the file In point will have timestamps less than
  90. the calculated start timestamp of the file (negative in case of the first
  91. file), and the duration of the files (if not specified by the @code{duration}
  92. directive) will be reduced based on their specified In point.
  93. Because of potential packets before the specified In point, packet timestamps
  94. may overlap between two concatenated files.
  95. @item @code{outpoint @var{timestamp}}
  96. Out point of the file. When the demuxer reaches the specified decoding
  97. timestamp in any of the streams, it handles it as an end of file condition and
  98. skips the current and all the remaining packets from all streams.
  99. Out point is exclusive, which means that the demuxer will not output packets
  100. with a decoding timestamp greater or equal to Out point.
  101. This directive works best with intra frame codecs and formats where all streams
  102. are tightly interleaved. For non-intra frame codecs you will usually get
  103. additional packets with presentation timestamp after Out point therefore the
  104. decoded content will most likely contain frames after Out point too. If your
  105. streams are not tightly interleaved you may not get all the packets from all
  106. streams before Out point and you may only will be able to decode the earliest
  107. stream until Out point.
  108. The duration of the files (if not specified by the @code{duration}
  109. directive) will be reduced based on their specified Out point.
  110. @item @code{file_packet_metadata @var{key=value}}
  111. Metadata of the packets of the file. The specified metadata will be set for
  112. each file packet. You can specify this directive multiple times to add multiple
  113. metadata entries.
  114. This directive is deprecated, use @code{file_packet_meta} instead.
  115. @item @code{file_packet_meta @var{key} @var{value}}
  116. Metadata of the packets of the file. The specified metadata will be set for
  117. each file packet. You can specify this directive multiple times to add multiple
  118. metadata entries.
  119. @item @code{option @var{key} @var{value}}
  120. Option to access, open and probe the file.
  121. Can be present multiple times.
  122. @item @code{stream}
  123. Introduce a stream in the virtual file.
  124. All subsequent stream-related directives apply to the last introduced
  125. stream.
  126. Some streams properties must be set in order to allow identifying the
  127. matching streams in the subfiles.
  128. If no streams are defined in the script, the streams from the first file are
  129. copied.
  130. @item @code{exact_stream_id @var{id}}
  131. Set the id of the stream.
  132. If this directive is given, the string with the corresponding id in the
  133. subfiles will be used.
  134. This is especially useful for MPEG-PS (VOB) files, where the order of the
  135. streams is not reliable.
  136. @item @code{stream_meta @var{key} @var{value}}
  137. Metadata for the stream.
  138. Can be present multiple times.
  139. @item @code{stream_codec @var{value}}
  140. Codec for the stream.
  141. @item @code{stream_extradata @var{hex_string}}
  142. Extradata for the string, encoded in hexadecimal.
  143. @item @code{chapter @var{id} @var{start} @var{end}}
  144. Add a chapter. @var{id} is an unique identifier, possibly small and
  145. consecutive.
  146. @end table
  147. @subsection Options
  148. This demuxer accepts the following option:
  149. @table @option
  150. @item safe
  151. If set to 1, reject unsafe file paths and directives.
  152. A file path is considered safe if it
  153. does not contain a protocol specification and is relative and all components
  154. only contain characters from the portable character set (letters, digits,
  155. period, underscore and hyphen) and have no period at the beginning of a
  156. component.
  157. If set to 0, any file name is accepted.
  158. The default is 1.
  159. @item auto_convert
  160. If set to 1, try to perform automatic conversions on packet data to make the
  161. streams concatenable.
  162. The default is 1.
  163. Currently, the only conversion is adding the h264_mp4toannexb bitstream
  164. filter to H.264 streams in MP4 format. This is necessary in particular if
  165. there are resolution changes.
  166. @item segment_time_metadata
  167. If set to 1, every packet will contain the @var{lavf.concat.start_time} and the
  168. @var{lavf.concat.duration} packet metadata values which are the start_time and
  169. the duration of the respective file segments in the concatenated output
  170. expressed in microseconds. The duration metadata is only set if it is known
  171. based on the concat file.
  172. The default is 0.
  173. @end table
  174. @subsection Examples
  175. @itemize
  176. @item
  177. Use absolute filenames and include some comments:
  178. @example
  179. # my first filename
  180. file /mnt/share/file-1.wav
  181. # my second filename including whitespace
  182. file '/mnt/share/file 2.wav'
  183. # my third filename including whitespace plus single quote
  184. file '/mnt/share/file 3'\''.wav'
  185. @end example
  186. @item
  187. Allow for input format auto-probing, use safe filenames and set the duration of
  188. the first file:
  189. @example
  190. ffconcat version 1.0
  191. file file-1.wav
  192. duration 20.0
  193. file subdir/file-2.wav
  194. @end example
  195. @end itemize
  196. @section dash
  197. Dynamic Adaptive Streaming over HTTP demuxer.
  198. This demuxer presents all AVStreams found in the manifest.
  199. By setting the discard flags on AVStreams the caller can decide
  200. which streams to actually receive.
  201. Each stream mirrors the @code{id} and @code{bandwidth} properties from the
  202. @code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively.
  203. @subsection Options
  204. This demuxer accepts the following option:
  205. @table @option
  206. @item cenc_decryption_key
  207. 16-byte key, in hex, to decrypt files encrypted using ISO Common Encryption (CENC/AES-128 CTR; ISO/IEC 23001-7).
  208. @end table
  209. @section dvdvideo
  210. DVD-Video demuxer, powered by libdvdnav and libdvdread.
  211. Can directly ingest DVD titles, specifically sequential PGCs, into
  212. a conversion pipeline. Menu assets, such as background video or audio,
  213. can also be demuxed given the menu's coordinates (at best effort).
  214. Block devices (DVD drives), ISO files, and directory structures are accepted.
  215. Activate with @code{-f dvdvideo} in front of one of these inputs.
  216. This demuxer does NOT have decryption code of any kind. You are on your own
  217. working with encrypted DVDs, and should not expect support on the matter.
  218. Underlying playback is handled by libdvdnav, and structure parsing by libdvdread.
  219. FFmpeg must be built with GPL library support available as well as the
  220. configure switches @code{--enable-libdvdnav} and @code{--enable-libdvdread}.
  221. You will need to provide either the desired "title number" or exact PGC/PG coordinates.
  222. Many open-source DVD players and tools can aid in providing this information.
  223. If not specified, the demuxer will default to title 1 which works for many discs.
  224. However, due to the flexibility of the format, it is recommended to check manually.
  225. There are many discs that are authored strangely or with invalid headers.
  226. If the input is a real DVD drive, please note that there are some drives which may
  227. silently fail on reading bad sectors from the disc, returning random bits instead
  228. which is effectively corrupt data. This is especially prominent on aging or rotting discs.
  229. A second pass and integrity checks would be needed to detect the corruption.
  230. This is not an FFmpeg issue.
  231. @subsection Background
  232. DVD-Video is not a directly accessible, linear container format in the
  233. traditional sense. Instead, it allows for complex and programmatic playback of
  234. carefully muxed MPEG-PS streams that are stored in headerless VOB files.
  235. To the end-user, these streams are known simply as "titles", but the actual
  236. logical playback sequence is defined by one or more "PGCs", or Program Group Chains,
  237. within the title. The PGC is in turn comprised of multiple "PGs", or Programs",
  238. which are the actual video segments (and for a typical video feature, sequentially
  239. ordered). The PGC structure, along with stream layout and metadata, are stored in
  240. IFO files that need to be parsed. PGCs can be thought of as playlists in easier terms.
  241. An actual DVD player relies on user GUI interaction via menus and an internal VM
  242. to drive the direction of demuxing. Generally, the user would either navigate (via menus)
  243. or automatically be redirected to the PGC of their choice. During this process and
  244. the subsequent playback, the DVD player's internal VM also maintains a state and
  245. executes instructions that can create jumps to different sectors during playback.
  246. This is why libdvdnav is involved, as a linear read of the MPEG-PS blobs on the
  247. disc (VOBs) is not enough to produce the right sequence in many cases.
  248. There are many other DVD structures (a long subject) that will not be discussed here.
  249. NAV packets, in particular, are handled by this demuxer to build accurate timing
  250. but not emitted as a stream. For a good high-level understanding, refer to:
  251. @url{https://code.videolan.org/videolan/libdvdnav/-/blob/master/doc/dvd_structures}
  252. @subsection Options
  253. This demuxer accepts the following options:
  254. @table @option
  255. @item title @var{int}
  256. The title number to play. Must be set if @option{pgc} and @option{pg} are not set.
  257. Not applicable to menus.
  258. Default is 0 (auto), which currently only selects the first available title (title 1)
  259. and notifies the user about the implications.
  260. @item chapter_start @var{int}
  261. The chapter, or PTT (part-of-title), number to start at. Not applicable to menus.
  262. Default is 1.
  263. @item chapter_end @var{int}
  264. The chapter, or PTT (part-of-title), number to end at. Not applicable to menus.
  265. Default is 0, which is a special value to signal end at the last possible chapter.
  266. @item angle @var{int}
  267. The video angle number, referring to what is essentially an additional
  268. video stream that is composed from alternate frames interleaved in the VOBs.
  269. Not applicable to menus.
  270. Default is 1.
  271. @item region @var{int}
  272. The region code to use for playback. Some discs may use this to default playback
  273. at a particular angle in different regions. This option will not affect the region code
  274. of a real DVD drive, if used as an input. Not applicable to menus.
  275. Default is 0, "world".
  276. @item menu @var{bool}
  277. Demux menu assets instead of navigating a title. Requires exact coordinates
  278. of the menu (@option{menu_lu}, @option{menu_vts}, @option{pgc}, @option{pg}).
  279. Default is false.
  280. @item menu_lu @var{int}
  281. The menu language to demux. In DVD, menus are grouped by language.
  282. Default is 1, the first language unit.
  283. @item menu_vts @var{int}
  284. The VTS where the menu lives, or 0 if it is a VMG menu (root-level).
  285. Default is 1, menu of the first VTS.
  286. @item pgc @var{int}
  287. The entry PGC to start playback, in conjunction with @option{pg}.
  288. Alternative to setting @option{title}.
  289. Chapter markers are not supported at this time.
  290. Must be explicitly set for menus.
  291. Default is 0, automatically resolve from value of @option{title}.
  292. @item pg @var{int}
  293. The entry PG to start playback, in conjunction with @option{pgc}.
  294. Alternative to setting @option{title}.
  295. Chapter markers are not supported at this time.
  296. Default is 1, the first PG of the PGC.
  297. @item preindex @var{bool}
  298. Enable this to have accurate chapter (PTT) markers and duration measurement,
  299. which requires a slow second pass read in order to index the chapter marker
  300. timestamps from NAV packets. This is non-ideal extra work for real optical drives.
  301. It is recommended and faster to use this option with a backup of the DVD structure
  302. stored on a hard drive. Not compatible with @option{pgc} and @option{pg}.
  303. Default is 0, false.
  304. @item trim @var{bool}
  305. Skip padding cells (i.e. cells shorter than 1 second) from the beginning.
  306. There exist many discs with filler segments at the beginning of the PGC,
  307. often with junk data intended for controlling a real DVD player's
  308. buffering speed and with no other material data value.
  309. Not applicable to menus.
  310. Default is 1, true.
  311. @end table
  312. @subsection Examples
  313. @itemize
  314. @item
  315. Open title 3 from a given DVD structure:
  316. @example
  317. ffmpeg -f dvdvideo -title 3 -i <path to DVD> ...
  318. @end example
  319. @item
  320. Open chapters 3-6 from title 1 from a given DVD structure:
  321. @example
  322. ffmpeg -f dvdvideo -chapter_start 3 -chapter_end 6 -title 1 -i <path to DVD> ...
  323. @end example
  324. @item
  325. Open only chapter 5 from title 1 from a given DVD structure:
  326. @example
  327. ffmpeg -f dvdvideo -chapter_start 5 -chapter_end 5 -title 1 -i <path to DVD> ...
  328. @end example
  329. @item
  330. Demux menu with language 1 from VTS 1, PGC 1, starting at PG 1:
  331. @example
  332. ffmpeg -f dvdvideo -menu 1 -menu_lu 1 -menu_vts 1 -pgc 1 -pg 1 -i <path to DVD> ...
  333. @end example
  334. @end itemize
  335. @section ea
  336. Electronic Arts Multimedia format demuxer.
  337. This format is used by various Electronic Arts games.
  338. @subsection Options
  339. @table @option
  340. @item merge_alpha @var{bool}
  341. Normally the VP6 alpha channel (if exists) is returned as a secondary video
  342. stream, by setting this option you can make the demuxer return a single video
  343. stream which contains the alpha channel in addition to the ordinary video.
  344. @end table
  345. @section imf
  346. Interoperable Master Format demuxer.
  347. This demuxer presents audio and video streams found in an IMF Composition, as
  348. specified in @url{https://doi.org/10.5594/SMPTE.ST2067-2.2020, SMPTE ST 2067-2}.
  349. @example
  350. ffmpeg [-assetmaps <path of ASSETMAP1>,<path of ASSETMAP2>,...] -i <path of CPL> ...
  351. @end example
  352. If @code{-assetmaps} is not specified, the demuxer looks for a file called
  353. @file{ASSETMAP.xml} in the same directory as the CPL.
  354. @section flv, live_flv, kux
  355. Adobe Flash Video Format demuxer.
  356. This demuxer is used to demux FLV files and RTMP network streams. In case of live network streams, if you force format, you may use live_flv option instead of flv to survive timestamp discontinuities.
  357. KUX is a flv variant used on the Youku platform.
  358. @example
  359. ffmpeg -f flv -i myfile.flv ...
  360. ffmpeg -f live_flv -i rtmp://<any.server>/anything/key ....
  361. @end example
  362. @table @option
  363. @item -flv_metadata @var{bool}
  364. Allocate the streams according to the onMetaData array content.
  365. @item -flv_ignore_prevtag @var{bool}
  366. Ignore the size of previous tag value.
  367. @item -flv_full_metadata @var{bool}
  368. Output all context of the onMetadata.
  369. @end table
  370. @section gif
  371. Animated GIF demuxer.
  372. It accepts the following options:
  373. @table @option
  374. @item min_delay
  375. Set the minimum valid delay between frames in hundredths of seconds.
  376. Range is 0 to 6000. Default value is 2.
  377. @item max_gif_delay
  378. Set the maximum valid delay between frames in hundredth of seconds.
  379. Range is 0 to 65535. Default value is 65535 (nearly eleven minutes),
  380. the maximum value allowed by the specification.
  381. @item default_delay
  382. Set the default delay between frames in hundredths of seconds.
  383. Range is 0 to 6000. Default value is 10.
  384. @item ignore_loop
  385. GIF files can contain information to loop a certain number of times (or
  386. infinitely). If @option{ignore_loop} is set to 1, then the loop setting
  387. from the input will be ignored and looping will not occur. If set to 0,
  388. then looping will occur and will cycle the number of times according to
  389. the GIF. Default value is 1.
  390. @end table
  391. For example, with the overlay filter, place an infinitely looping GIF
  392. over another video:
  393. @example
  394. ffmpeg -i input.mp4 -ignore_loop 0 -i input.gif -filter_complex overlay=shortest=1 out.mkv
  395. @end example
  396. Note that in the above example the shortest option for overlay filter is
  397. used to end the output video at the length of the shortest input file,
  398. which in this case is @file{input.mp4} as the GIF in this example loops
  399. infinitely.
  400. @section hls
  401. HLS demuxer
  402. Apple HTTP Live Streaming demuxer.
  403. This demuxer presents all AVStreams from all variant streams.
  404. The id field is set to the bitrate variant index number. By setting
  405. the discard flags on AVStreams (by pressing 'a' or 'v' in ffplay),
  406. the caller can decide which variant streams to actually receive.
  407. The total bitrate of the variant that the stream belongs to is
  408. available in a metadata key named "variant_bitrate".
  409. It accepts the following options:
  410. @table @option
  411. @item live_start_index
  412. segment index to start live streams at (negative values are from the end).
  413. @item prefer_x_start
  414. prefer to use #EXT-X-START if it's in playlist instead of live_start_index.
  415. @item allowed_extensions
  416. ',' separated list of file extensions that hls is allowed to access.
  417. @item extension_picky
  418. This blocks disallowed extensions from probing
  419. It also requires all available segments to have matching extensions to the format
  420. except mpegts, which is always allowed.
  421. It is recommended to set the whitelists correctly instead of depending on extensions
  422. Enabled by default.
  423. @item max_reload
  424. Maximum number of times a insufficient list is attempted to be reloaded.
  425. Default value is 1000.
  426. @item m3u8_hold_counters
  427. The maximum number of times to load m3u8 when it refreshes without new segments.
  428. Default value is 1000.
  429. @item http_persistent
  430. Use persistent HTTP connections. Applicable only for HTTP streams.
  431. Enabled by default.
  432. @item http_multiple
  433. Use multiple HTTP connections for downloading HTTP segments.
  434. Enabled by default for HTTP/1.1 servers.
  435. @item http_seekable
  436. Use HTTP partial requests for downloading HTTP segments.
  437. 0 = disable, 1 = enable, -1 = auto, Default is auto.
  438. @item seg_format_options
  439. Set options for the demuxer of media segments using a list of key=value pairs separated by @code{:}.
  440. @item seg_max_retry
  441. Maximum number of times to reload a segment on error, useful when segment skip on network error is not desired.
  442. Default value is 0.
  443. @end table
  444. @section image2
  445. Image file demuxer.
  446. This demuxer reads from a list of image files specified by a pattern.
  447. The syntax and meaning of the pattern is specified by the
  448. option @var{pattern_type}.
  449. The pattern may contain a suffix which is used to automatically
  450. determine the format of the images contained in the files.
  451. The size, the pixel format, and the format of each image must be the
  452. same for all the files in the sequence.
  453. This demuxer accepts the following options:
  454. @table @option
  455. @item framerate
  456. Set the frame rate for the video stream. It defaults to 25.
  457. @item loop
  458. If set to 1, loop over the input. Default value is 0.
  459. @item pattern_type
  460. Select the pattern type used to interpret the provided filename.
  461. @var{pattern_type} accepts one of the following values.
  462. @table @option
  463. @item none
  464. Disable pattern matching, therefore the video will only contain the specified
  465. image. You should use this option if you do not want to create sequences from
  466. multiple images and your filenames may contain special pattern characters.
  467. @item sequence
  468. Select a sequence pattern type, used to specify a sequence of files
  469. indexed by sequential numbers.
  470. A sequence pattern may contain the string "%d" or "%0@var{N}d", which
  471. specifies the position of the characters representing a sequential
  472. number in each filename matched by the pattern. If the form
  473. "%d0@var{N}d" is used, the string representing the number in each
  474. filename is 0-padded and @var{N} is the total number of 0-padded
  475. digits representing the number. The literal character '%' can be
  476. specified in the pattern with the string "%%".
  477. If the sequence pattern contains "%d" or "%0@var{N}d", the first filename of
  478. the file list specified by the pattern must contain a number
  479. inclusively contained between @var{start_number} and
  480. @var{start_number}+@var{start_number_range}-1, and all the following
  481. numbers must be sequential.
  482. For example the pattern "img-%03d.bmp" will match a sequence of
  483. filenames of the form @file{img-001.bmp}, @file{img-002.bmp}, ...,
  484. @file{img-010.bmp}, etc.; the pattern "i%%m%%g-%d.jpg" will match a
  485. sequence of filenames of the form @file{i%m%g-1.jpg},
  486. @file{i%m%g-2.jpg}, ..., @file{i%m%g-10.jpg}, etc.
  487. Note that the pattern must not necessarily contain "%d" or
  488. "%0@var{N}d", for example to convert a single image file
  489. @file{img.jpeg} you can employ the command:
  490. @example
  491. ffmpeg -i img.jpeg img.png
  492. @end example
  493. @item glob
  494. Select a glob wildcard pattern type.
  495. The pattern is interpreted like a @code{glob()} pattern. This is only
  496. selectable if libavformat was compiled with globbing support.
  497. @item glob_sequence @emph{(deprecated, will be removed)}
  498. Select a mixed glob wildcard/sequence pattern.
  499. If your version of libavformat was compiled with globbing support, and
  500. the provided pattern contains at least one glob meta character among
  501. @code{%*?[]@{@}} that is preceded by an unescaped "%", the pattern is
  502. interpreted like a @code{glob()} pattern, otherwise it is interpreted
  503. like a sequence pattern.
  504. All glob special characters @code{%*?[]@{@}} must be prefixed
  505. with "%". To escape a literal "%" you shall use "%%".
  506. For example the pattern @code{foo-%*.jpeg} will match all the
  507. filenames prefixed by "foo-" and terminating with ".jpeg", and
  508. @code{foo-%?%?%?.jpeg} will match all the filenames prefixed with
  509. "foo-", followed by a sequence of three characters, and terminating
  510. with ".jpeg".
  511. This pattern type is deprecated in favor of @var{glob} and
  512. @var{sequence}.
  513. @end table
  514. Default value is @var{glob_sequence}.
  515. @item pixel_format
  516. Set the pixel format of the images to read. If not specified the pixel
  517. format is guessed from the first image file in the sequence.
  518. @item start_number
  519. Set the index of the file matched by the image file pattern to start
  520. to read from. Default value is 0.
  521. @item start_number_range
  522. Set the index interval range to check when looking for the first image
  523. file in the sequence, starting from @var{start_number}. Default value
  524. is 5.
  525. @item ts_from_file
  526. If set to 1, will set frame timestamp to modification time of image file. Note
  527. that monotonity of timestamps is not provided: images go in the same order as
  528. without this option. Default value is 0.
  529. If set to 2, will set frame timestamp to the modification time of the image file in
  530. nanosecond precision.
  531. @item video_size
  532. Set the video size of the images to read. If not specified the video
  533. size is guessed from the first image file in the sequence.
  534. @item export_path_metadata
  535. If set to 1, will add two extra fields to the metadata found in input, making them
  536. also available for other filters (see @var{drawtext} filter for examples). Default
  537. value is 0. The extra fields are described below:
  538. @table @option
  539. @item lavf.image2dec.source_path
  540. Corresponds to the full path to the input file being read.
  541. @item lavf.image2dec.source_basename
  542. Corresponds to the name of the file being read.
  543. @end table
  544. @end table
  545. @subsection Examples
  546. @itemize
  547. @item
  548. Use @command{ffmpeg} for creating a video from the images in the file
  549. sequence @file{img-001.jpeg}, @file{img-002.jpeg}, ..., assuming an
  550. input frame rate of 10 frames per second:
  551. @example
  552. ffmpeg -framerate 10 -i 'img-%03d.jpeg' out.mkv
  553. @end example
  554. @item
  555. As above, but start by reading from a file with index 100 in the sequence:
  556. @example
  557. ffmpeg -framerate 10 -start_number 100 -i 'img-%03d.jpeg' out.mkv
  558. @end example
  559. @item
  560. Read images matching the "*.png" glob pattern , that is all the files
  561. terminating with the ".png" suffix:
  562. @example
  563. ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
  564. @end example
  565. @end itemize
  566. @section libgme
  567. The Game Music Emu library is a collection of video game music file emulators.
  568. See @url{https://bitbucket.org/mpyne/game-music-emu/overview} for more information.
  569. It accepts the following options:
  570. @table @option
  571. @item track_index
  572. Set the index of which track to demux. The demuxer can only export one track.
  573. Track indexes start at 0. Default is to pick the first track. Number of tracks
  574. is exported as @var{tracks} metadata entry.
  575. @item sample_rate
  576. Set the sampling rate of the exported track. Range is 1000 to 999999. Default is 44100.
  577. @item max_size @emph{(bytes)}
  578. The demuxer buffers the entire file into memory. Adjust this value to set the maximum buffer size,
  579. which in turn, acts as a ceiling for the size of files that can be read.
  580. Default is 50 MiB.
  581. @end table
  582. @section libmodplug
  583. ModPlug based module demuxer
  584. See @url{https://github.com/Konstanty/libmodplug}
  585. It will export one 2-channel 16-bit 44.1 kHz audio stream.
  586. Optionally, a @code{pal8} 16-color video stream can be exported with or without printed metadata.
  587. It accepts the following options:
  588. @table @option
  589. @item noise_reduction
  590. Apply a simple low-pass filter. Can be 1 (on) or 0 (off). Default is 0.
  591. @item reverb_depth
  592. Set amount of reverb. Range 0-100. Default is 0.
  593. @item reverb_delay
  594. Set delay in ms, clamped to 40-250 ms. Default is 0.
  595. @item bass_amount
  596. Apply bass expansion a.k.a. XBass or megabass. Range is 0 (quiet) to 100 (loud). Default is 0.
  597. @item bass_range
  598. Set cutoff i.e. upper-bound for bass frequencies. Range is 10-100 Hz. Default is 0.
  599. @item surround_depth
  600. Apply a Dolby Pro-Logic surround effect. Range is 0 (quiet) to 100 (heavy). Default is 0.
  601. @item surround_delay
  602. Set surround delay in ms, clamped to 5-40 ms. Default is 0.
  603. @item max_size
  604. The demuxer buffers the entire file into memory. Adjust this value to set the maximum buffer size,
  605. which in turn, acts as a ceiling for the size of files that can be read. Range is 0 to 100 MiB.
  606. 0 removes buffer size limit (not recommended). Default is 5 MiB.
  607. @item video_stream_expr
  608. String which is evaluated using the eval API to assign colors to the generated video stream.
  609. Variables which can be used are @code{x}, @code{y}, @code{w}, @code{h}, @code{t}, @code{speed},
  610. @code{tempo}, @code{order}, @code{pattern} and @code{row}.
  611. @item video_stream
  612. Generate video stream. Can be 1 (on) or 0 (off). Default is 0.
  613. @item video_stream_w
  614. Set video frame width in 'chars' where one char indicates 8 pixels. Range is 20-512. Default is 30.
  615. @item video_stream_h
  616. Set video frame height in 'chars' where one char indicates 8 pixels. Range is 20-512. Default is 30.
  617. @item video_stream_ptxt
  618. Print metadata on video stream. Includes @code{speed}, @code{tempo}, @code{order}, @code{pattern},
  619. @code{row} and @code{ts} (time in ms). Can be 1 (on) or 0 (off). Default is 1.
  620. @end table
  621. @section libopenmpt
  622. libopenmpt based module demuxer
  623. See @url{https://lib.openmpt.org/libopenmpt/} for more information.
  624. Some files have multiple subsongs (tracks) this can be set with the @option{subsong}
  625. option.
  626. It accepts the following options:
  627. @table @option
  628. @item subsong
  629. Set the subsong index. This can be either 'all', 'auto', or the index of the
  630. subsong. Subsong indexes start at 0. The default is 'auto'.
  631. The default value is to let libopenmpt choose.
  632. @item layout
  633. Set the channel layout. Valid values are 1, 2, and 4 channel layouts.
  634. The default value is STEREO.
  635. @item sample_rate
  636. Set the sample rate for libopenmpt to output.
  637. Range is from 1000 to INT_MAX. The value default is 48000.
  638. @end table
  639. @section mov/mp4/3gp
  640. Demuxer for Quicktime File Format & ISO/IEC Base Media File Format (ISO/IEC 14496-12 or MPEG-4 Part 12, ISO/IEC 15444-12 or JPEG 2000 Part 12).
  641. Registered extensions: mov, mp4, m4a, 3gp, 3g2, mj2, psp, m4b, ism, ismv, isma, f4v
  642. @subsection Options
  643. This demuxer accepts the following options:
  644. @table @option
  645. @item enable_drefs
  646. Enable loading of external tracks, disabled by default.
  647. Enabling this can theoretically leak information in some use cases.
  648. @item use_absolute_path
  649. Allows loading of external tracks via absolute paths, disabled by default.
  650. Enabling this poses a security risk. It should only be enabled if the source
  651. is known to be non-malicious.
  652. @item seek_streams_individually
  653. When seeking, identify the closest point in each stream individually and demux packets in
  654. that stream from identified point. This can lead to a different sequence of packets compared
  655. to demuxing linearly from the beginning. Default is true.
  656. @item ignore_editlist
  657. Ignore any edit list atoms. The demuxer, by default, modifies the stream index to reflect the
  658. timeline described by the edit list. Default is false.
  659. @item advanced_editlist
  660. Modify the stream index to reflect the timeline described by the edit list. @code{ignore_editlist}
  661. must be set to false for this option to be effective.
  662. If both @code{ignore_editlist} and this option are set to false, then only the
  663. start of the stream index is modified to reflect initial dwell time or starting timestamp
  664. described by the edit list. Default is true.
  665. @item ignore_chapters
  666. Don't parse chapters. This includes GoPro 'HiLight' tags/moments. Note that chapters are
  667. only parsed when input is seekable. Default is false.
  668. @item use_mfra_for
  669. For seekable fragmented input, set fragment's starting timestamp from media fragment random access box, if present.
  670. Following options are available:
  671. @table @samp
  672. @item auto
  673. Auto-detect whether to set mfra timestamps as PTS or DTS @emph{(default)}
  674. @item dts
  675. Set mfra timestamps as DTS
  676. @item pts
  677. Set mfra timestamps as PTS
  678. @item 0
  679. Don't use mfra box to set timestamps
  680. @end table
  681. @item use_tfdt
  682. For fragmented input, set fragment's starting timestamp to @code{baseMediaDecodeTime} from the @code{tfdt} box.
  683. Default is enabled, which will prefer to use the @code{tfdt} box to set DTS. Disable to use the @code{earliest_presentation_time} from the @code{sidx} box.
  684. In either case, the timestamp from the @code{mfra} box will be used if it's available and @code{use_mfra_for} is
  685. set to pts or dts.
  686. @item export_all
  687. Export unrecognized boxes within the @var{udta} box as metadata entries. The first four
  688. characters of the box type are set as the key. Default is false.
  689. @item export_xmp
  690. Export entire contents of @var{XMP_} box and @var{uuid} box as a string with key @code{xmp}. Note that
  691. if @code{export_all} is set and this option isn't, the contents of @var{XMP_} box are still exported
  692. but with key @code{XMP_}. Default is false.
  693. @item activation_bytes
  694. 4-byte key required to decrypt Audible AAX and AAX+ files. See Audible AAX subsection below.
  695. @item audible_fixed_key
  696. Fixed key used for handling Audible AAX/AAX+ files. It has been pre-set so should not be necessary to
  697. specify.
  698. @item decryption_key
  699. 16-byte key, in hex, to decrypt files encrypted using ISO Common Encryption (CENC/AES-128 CTR; ISO/IEC 23001-7).
  700. @item max_stts_delta
  701. Very high sample deltas written in a trak's stts box may occasionally be intended but usually they are written in
  702. error or used to store a negative value for dts correction when treated as signed 32-bit integers. This option lets
  703. the user set an upper limit, beyond which the delta is clamped to 1. Values greater than the limit if negative when
  704. cast to int32 are used to adjust onward dts.
  705. Unit is the track time scale. Range is 0 to UINT_MAX. Default is @code{UINT_MAX - 48000*10} which allows up to
  706. a 10 second dts correction for 48 kHz audio streams while accommodating 99.9% of @code{uint32} range.
  707. @item interleaved_read
  708. Interleave packets from multiple tracks at demuxer level. For badly interleaved files, this prevents playback issues
  709. caused by large gaps between packets in different tracks, as MOV/MP4 do not have packet placement requirements.
  710. However, this can cause excessive seeking on very badly interleaved files, due to seeking between tracks, so disabling
  711. it may prevent I/O issues, at the expense of playback.
  712. @end table
  713. @subsection Audible AAX
  714. Audible AAX files are encrypted M4B files, and they can be decrypted by specifying a 4 byte activation secret.
  715. @example
  716. ffmpeg -activation_bytes 1CEB00DA -i test.aax -vn -c:a copy output.mp4
  717. @end example
  718. @section mpegts
  719. MPEG-2 transport stream demuxer.
  720. This demuxer accepts the following options:
  721. @table @option
  722. @item resync_size
  723. Set size limit for looking up a new synchronization. Default value is
  724. 65536.
  725. @item skip_unknown_pmt
  726. Skip PMTs for programs not defined in the PAT. Default value is 0.
  727. @item fix_teletext_pts
  728. Override teletext packet PTS and DTS values with the timestamps calculated
  729. from the PCR of the first program which the teletext stream is part of and is
  730. not discarded. Default value is 1, set this option to 0 if you want your
  731. teletext packet PTS and DTS values untouched.
  732. @item ts_packetsize
  733. Output option carrying the raw packet size in bytes.
  734. Show the detected raw packet size, cannot be set by the user.
  735. @item scan_all_pmts
  736. Scan and combine all PMTs. The value is an integer with value from -1
  737. to 1 (-1 means automatic setting, 1 means enabled, 0 means
  738. disabled). Default value is -1.
  739. @item merge_pmt_versions
  740. Re-use existing streams when a PMT's version is updated and elementary
  741. streams move to different PIDs. Default value is 0.
  742. @item max_packet_size
  743. Set maximum size, in bytes, of packet emitted by the demuxer. Payloads above this size
  744. are split across multiple packets. Range is 1 to INT_MAX/2. Default is 204800 bytes.
  745. @end table
  746. @section mpjpeg
  747. MJPEG encapsulated in multi-part MIME demuxer.
  748. This demuxer allows reading of MJPEG, where each frame is represented as a part of
  749. multipart/x-mixed-replace stream.
  750. @table @option
  751. @item strict_mime_boundary
  752. Default implementation applies a relaxed standard to multi-part MIME boundary detection,
  753. to prevent regression with numerous existing endpoints not generating a proper MIME
  754. MJPEG stream. Turning this option on by setting it to 1 will result in a stricter check
  755. of the boundary value.
  756. @end table
  757. @section rawvideo
  758. Raw video demuxer.
  759. This demuxer allows one to read raw video data. Since there is no header
  760. specifying the assumed video parameters, the user must specify them
  761. in order to be able to decode the data correctly.
  762. This demuxer accepts the following options:
  763. @table @option
  764. @item framerate
  765. Set input video frame rate. Default value is 25.
  766. @item pixel_format
  767. Set the input video pixel format. Default value is @code{yuv420p}.
  768. @item video_size
  769. Set the input video size. This value must be specified explicitly.
  770. @end table
  771. For example to read a rawvideo file @file{input.raw} with
  772. @command{ffplay}, assuming a pixel format of @code{rgb24}, a video
  773. size of @code{320x240}, and a frame rate of 10 images per second, use
  774. the command:
  775. @example
  776. ffplay -f rawvideo -pixel_format rgb24 -video_size 320x240 -framerate 10 input.raw
  777. @end example
  778. @anchor{rcwtdec}
  779. @section rcwt
  780. RCWT (Raw Captions With Time) is a format native to ccextractor, a commonly
  781. used open source tool for processing 608/708 Closed Captions (CC) sources.
  782. For more information on the format, see @ref{rcwtenc,,,ffmpeg-formats}.
  783. This demuxer implements the specification as of March 2024, which has
  784. been stable and unchanged since April 2014.
  785. @subsection Examples
  786. @itemize
  787. @item
  788. Render CC to ASS using the built-in decoder:
  789. @example
  790. ffmpeg -i CC.rcwt.bin CC.ass
  791. @end example
  792. Note that if your output appears to be empty, you may have to manually
  793. set the decoder's @option{data_field} option to pick the desired CC substream.
  794. @item
  795. Convert an RCWT backup to Scenarist (SCC) format:
  796. @example
  797. ffmpeg -i CC.rcwt.bin -c:s copy CC.scc
  798. @end example
  799. Note that the SCC format does not support all of the possible CC extensions
  800. that can be stored in RCWT (such as EIA-708).
  801. @end itemize
  802. @section sbg
  803. SBaGen script demuxer.
  804. This demuxer reads the script language used by SBaGen
  805. @url{http://uazu.net/sbagen/} to generate binaural beats sessions. A SBG
  806. script looks like that:
  807. @example
  808. -SE
  809. a: 300-2.5/3 440+4.5/0
  810. b: 300-2.5/0 440+4.5/3
  811. off: -
  812. NOW == a
  813. +0:07:00 == b
  814. +0:14:00 == a
  815. +0:21:00 == b
  816. +0:30:00 off
  817. @end example
  818. A SBG script can mix absolute and relative timestamps. If the script uses
  819. either only absolute timestamps (including the script start time) or only
  820. relative ones, then its layout is fixed, and the conversion is
  821. straightforward. On the other hand, if the script mixes both kind of
  822. timestamps, then the @var{NOW} reference for relative timestamps will be
  823. taken from the current time of day at the time the script is read, and the
  824. script layout will be frozen according to that reference. That means that if
  825. the script is directly played, the actual times will match the absolute
  826. timestamps up to the sound controller's clock accuracy, but if the user
  827. somehow pauses the playback or seeks, all times will be shifted accordingly.
  828. @section tedcaptions
  829. JSON captions used for @url{http://www.ted.com/, TED Talks}.
  830. TED does not provide links to the captions, but they can be guessed from the
  831. page. The file @file{tools/bookmarklets.html} from the FFmpeg source tree
  832. contains a bookmarklet to expose them.
  833. This demuxer accepts the following option:
  834. @table @option
  835. @item start_time
  836. Set the start time of the TED talk, in milliseconds. The default is 15000
  837. (15s). It is used to sync the captions with the downloadable videos, because
  838. they include a 15s intro.
  839. @end table
  840. Example: convert the captions to a format most players understand:
  841. @example
  842. ffmpeg -i http://www.ted.com/talks/subtitles/id/1/lang/en talk1-en.srt
  843. @end example
  844. @section vapoursynth
  845. Vapoursynth wrapper.
  846. Due to security concerns, Vapoursynth scripts will not
  847. be autodetected so the input format has to be forced. For ff* CLI tools,
  848. add @code{-f vapoursynth} before the input @code{-i yourscript.vpy}.
  849. This demuxer accepts the following option:
  850. @table @option
  851. @item max_script_size
  852. The demuxer buffers the entire script into memory. Adjust this value to set the maximum buffer size,
  853. which in turn, acts as a ceiling for the size of scripts that can be read.
  854. Default is 1 MiB.
  855. @end table
  856. @section w64
  857. Sony Wave64 Audio demuxer.
  858. This demuxer accepts the following options:
  859. @table @option
  860. @item max_size
  861. See the same option for the @ref{wav} demuxer.
  862. @end table
  863. @anchor{wav}
  864. @section wav
  865. RIFF Wave Audio demuxer.
  866. This demuxer accepts the following options:
  867. @table @option
  868. @item max_size
  869. Specify the maximum packet size in bytes for the demuxed packets. By default
  870. this is set to 0, which means that a sensible value is chosen based on the
  871. input format.
  872. @end table
  873. @c man end DEMUXERS