demuxers.texi 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. @chapter Demuxers
  2. @c man begin DEMUXERS
  3. Demuxers are configured elements in FFmpeg which allow to 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{-formats} of the ff* tools will display the list of
  13. enabled demuxers.
  14. The description of some of the currently available demuxers follows.
  15. @section applehttp
  16. Apple HTTP Live Streaming demuxer.
  17. This demuxer presents all AVStreams from all variant streams.
  18. The id field is set to the bitrate variant index number. By setting
  19. the discard flags on AVStreams (by pressing 'a' or 'v' in ffplay),
  20. the caller can decide which variant streams to actually receive.
  21. The total bitrate of the variant that the stream belongs to is
  22. available in a metadata key named "variant_bitrate".
  23. @anchor{concat}
  24. @section concat
  25. Virtual concatenation script demuxer.
  26. This demuxer reads a list of files and other directives from a text file and
  27. demuxes them one after the other, as if all their packet had been muxed
  28. together.
  29. The timestamps in the files are adjusted so that the first file starts at 0
  30. and each next file starts where the previous one finishes. Note that it is
  31. done globally and may cause gaps if all streams do not have exactly the same
  32. length.
  33. All files must have the same streams (same codecs, same time base, etc.).
  34. The duration of each file is used to adjust the timestamps of the next file:
  35. if the duration is incorrect (because it was computed using the bit-rate or
  36. because the file is truncated, for example), it can cause artifacts. The
  37. @code{duration} directive can be used to override the duration stored in
  38. each file.
  39. @subsection Syntax
  40. The script is a text file in extended-ASCII, with one directive per line.
  41. Empty lines, leading spaces and lines starting with '#' are ignored. The
  42. following directive is recognized:
  43. @table @option
  44. @item @code{file @var{path}}
  45. Path to a file to read; special characters and spaces must be escaped with
  46. backslash or single quotes.
  47. All subsequent directives apply to that file.
  48. @item @code{ffconcat version 1.0}
  49. Identify the script type and version. It also sets the @option{safe} option
  50. to 1 if it was to its default -1.
  51. To make FFmpeg recognize the format automatically, this directive must
  52. appears exactly as is (no extra space or byte-order-mark) on the very first
  53. line of the script.
  54. @item @code{duration @var{dur}}
  55. Duration of the file. This information can be specified from the file;
  56. specifying it here may be more efficient or help if the information from the
  57. file is not available or accurate.
  58. If the duration is set for all files, then it is possible to seek in the
  59. whole concatenated video.
  60. @end table
  61. @subsection Options
  62. This demuxer accepts the following option:
  63. @table @option
  64. @item safe
  65. If set to 1, reject unsafe file paths. A file path is considered safe if it
  66. does not contain a protocol specification and is relative and all components
  67. only contain characters from the portable character set (letters, digits,
  68. period, underscore and hyphen) and have no period at the beginning of a
  69. component.
  70. If set to 0, any file name is accepted.
  71. The default is -1, it is equivalent to 1 if the format was automatically
  72. probed and 0 otherwise.
  73. @end table
  74. @section libgme
  75. The Game Music Emu library is a collection of video game music file emulators.
  76. See @url{http://code.google.com/p/game-music-emu/} for more information.
  77. Some files have multiple tracks. The demuxer will pick the first track by
  78. default. The @option{track_index} option can be used to select a different
  79. track. Track indexes start at 0. The demuxer exports the number of tracks as
  80. @var{tracks} meta data entry.
  81. For very large files, the @option{max_size} option may have to be adjusted.
  82. @section libquvi
  83. Play media from Internet services using the quvi project.
  84. The demuxer accepts a @option{format} option to request a specific quality. It
  85. is by default set to @var{best}.
  86. See @url{http://quvi.sourceforge.net/} for more information.
  87. FFmpeg needs to be built with @code{--enable-libquvi} for this demuxer to be
  88. enabled.
  89. @section image2
  90. Image file demuxer.
  91. This demuxer reads from a list of image files specified by a pattern.
  92. The syntax and meaning of the pattern is specified by the
  93. option @var{pattern_type}.
  94. The pattern may contain a suffix which is used to automatically
  95. determine the format of the images contained in the files.
  96. The size, the pixel format, and the format of each image must be the
  97. same for all the files in the sequence.
  98. This demuxer accepts the following options:
  99. @table @option
  100. @item framerate
  101. Set the frame rate for the video stream. It defaults to 25.
  102. @item loop
  103. If set to 1, loop over the input. Default value is 0.
  104. @item pattern_type
  105. Select the pattern type used to interpret the provided filename.
  106. @var{pattern_type} accepts one of the following values.
  107. @table @option
  108. @item sequence
  109. Select a sequence pattern type, used to specify a sequence of files
  110. indexed by sequential numbers.
  111. A sequence pattern may contain the string "%d" or "%0@var{N}d", which
  112. specifies the position of the characters representing a sequential
  113. number in each filename matched by the pattern. If the form
  114. "%d0@var{N}d" is used, the string representing the number in each
  115. filename is 0-padded and @var{N} is the total number of 0-padded
  116. digits representing the number. The literal character '%' can be
  117. specified in the pattern with the string "%%".
  118. If the sequence pattern contains "%d" or "%0@var{N}d", the first filename of
  119. the file list specified by the pattern must contain a number
  120. inclusively contained between @var{start_number} and
  121. @var{start_number}+@var{start_number_range}-1, and all the following
  122. numbers must be sequential.
  123. For example the pattern "img-%03d.bmp" will match a sequence of
  124. filenames of the form @file{img-001.bmp}, @file{img-002.bmp}, ...,
  125. @file{img-010.bmp}, etc.; the pattern "i%%m%%g-%d.jpg" will match a
  126. sequence of filenames of the form @file{i%m%g-1.jpg},
  127. @file{i%m%g-2.jpg}, ..., @file{i%m%g-10.jpg}, etc.
  128. Note that the pattern must not necessarily contain "%d" or
  129. "%0@var{N}d", for example to convert a single image file
  130. @file{img.jpeg} you can employ the command:
  131. @example
  132. ffmpeg -i img.jpeg img.png
  133. @end example
  134. @item glob
  135. Select a glob wildcard pattern type.
  136. The pattern is interpreted like a @code{glob()} pattern. This is only
  137. selectable if libavformat was compiled with globbing support.
  138. @item glob_sequence @emph{(deprecated, will be removed)}
  139. Select a mixed glob wildcard/sequence pattern.
  140. If your version of libavformat was compiled with globbing support, and
  141. the provided pattern contains at least one glob meta character among
  142. @code{%*?[]@{@}} that is preceded by an unescaped "%", the pattern is
  143. interpreted like a @code{glob()} pattern, otherwise it is interpreted
  144. like a sequence pattern.
  145. All glob special characters @code{%*?[]@{@}} must be prefixed
  146. with "%". To escape a literal "%" you shall use "%%".
  147. For example the pattern @code{foo-%*.jpeg} will match all the
  148. filenames prefixed by "foo-" and terminating with ".jpeg", and
  149. @code{foo-%?%?%?.jpeg} will match all the filenames prefixed with
  150. "foo-", followed by a sequence of three characters, and terminating
  151. with ".jpeg".
  152. This pattern type is deprecated in favor of @var{glob} and
  153. @var{sequence}.
  154. @end table
  155. Default value is @var{glob_sequence}.
  156. @item pixel_format
  157. Set the pixel format of the images to read. If not specified the pixel
  158. format is guessed from the first image file in the sequence.
  159. @item start_number
  160. Set the index of the file matched by the image file pattern to start
  161. to read from. Default value is 0.
  162. @item start_number_range
  163. Set the index interval range to check when looking for the first image
  164. file in the sequence, starting from @var{start_number}. Default value
  165. is 5.
  166. @item ts_from_file
  167. If set to 1, will set frame timestamp to modification time of image file. Note
  168. that monotonity of timestamps is not provided: images go in the same order as
  169. without this option. Default value is 0.
  170. @item video_size
  171. Set the video size of the images to read. If not specified the video
  172. size is guessed from the first image file in the sequence.
  173. @end table
  174. @subsection Examples
  175. @itemize
  176. @item
  177. Use @command{ffmpeg} for creating a video from the images in the file
  178. sequence @file{img-001.jpeg}, @file{img-002.jpeg}, ..., assuming an
  179. input frame rate of 10 frames per second:
  180. @example
  181. ffmpeg -i 'img-%03d.jpeg' -r 10 out.mkv
  182. @end example
  183. @item
  184. As above, but start by reading from a file with index 100 in the sequence:
  185. @example
  186. ffmpeg -start_number 100 -i 'img-%03d.jpeg' -r 10 out.mkv
  187. @end example
  188. @item
  189. Read images matching the "*.png" glob pattern , that is all the files
  190. terminating with the ".png" suffix:
  191. @example
  192. ffmpeg -pattern_type glob -i "*.png" -r 10 out.mkv
  193. @end example
  194. @end itemize
  195. @section rawvideo
  196. Raw video demuxer.
  197. This demuxer allows to read raw video data. Since there is no header
  198. specifying the assumed video parameters, the user must specify them
  199. in order to be able to decode the data correctly.
  200. This demuxer accepts the following options:
  201. @table @option
  202. @item framerate
  203. Set input video frame rate. Default value is 25.
  204. @item pixel_format
  205. Set the input video pixel format. Default value is @code{yuv420p}.
  206. @item video_size
  207. Set the input video size. This value must be specified explicitly.
  208. @end table
  209. For example to read a rawvideo file @file{input.raw} with
  210. @command{ffplay}, assuming a pixel format of @code{rgb24}, a video
  211. size of @code{320x240}, and a frame rate of 10 images per second, use
  212. the command:
  213. @example
  214. ffplay -f rawvideo -pixel_format rgb24 -video_size 320x240 -framerate 10 input.raw
  215. @end example
  216. @section sbg
  217. SBaGen script demuxer.
  218. This demuxer reads the script language used by SBaGen
  219. @url{http://uazu.net/sbagen/} to generate binaural beats sessions. A SBG
  220. script looks like that:
  221. @example
  222. -SE
  223. a: 300-2.5/3 440+4.5/0
  224. b: 300-2.5/0 440+4.5/3
  225. off: -
  226. NOW == a
  227. +0:07:00 == b
  228. +0:14:00 == a
  229. +0:21:00 == b
  230. +0:30:00 off
  231. @end example
  232. A SBG script can mix absolute and relative timestamps. If the script uses
  233. either only absolute timestamps (including the script start time) or only
  234. relative ones, then its layout is fixed, and the conversion is
  235. straightforward. On the other hand, if the script mixes both kind of
  236. timestamps, then the @var{NOW} reference for relative timestamps will be
  237. taken from the current time of day at the time the script is read, and the
  238. script layout will be frozen according to that reference. That means that if
  239. the script is directly played, the actual times will match the absolute
  240. timestamps up to the sound controller's clock accuracy, but if the user
  241. somehow pauses the playback or seeks, all times will be shifted accordingly.
  242. @section tedcaptions
  243. JSON captions used for @url{http://www.ted.com/, TED Talks}.
  244. TED does not provide links to the captions, but they can be guessed from the
  245. page. The file @file{tools/bookmarklets.html} from the FFmpeg source tree
  246. contains a bookmarklet to expose them.
  247. This demuxer accepts the following option:
  248. @table @option
  249. @item start_time
  250. Set the start time of the TED talk, in milliseconds. The default is 15000
  251. (15s). It is used to sync the captions with the downloadable videos, because
  252. they include a 15s intro.
  253. @end table
  254. Example: convert the captions to a format most players understand:
  255. @example
  256. ffmpeg -i http://www.ted.com/talks/subtitles/id/1/lang/en talk1-en.srt
  257. @end example
  258. @c man end DEMUXERS