indevs.texi 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596
  1. @chapter Input Devices
  2. @c man begin INPUT DEVICES
  3. Input devices are configured elements in FFmpeg which enable accessing
  4. the data coming from a multimedia device attached to your system.
  5. When you configure your FFmpeg build, all the supported input devices
  6. are enabled by default. You can list all available ones using the
  7. configure option "--list-indevs".
  8. You can disable all the input devices using the configure option
  9. "--disable-indevs", and selectively enable an input device using the
  10. option "--enable-indev=@var{INDEV}", or you can disable a particular
  11. input device using the option "--disable-indev=@var{INDEV}".
  12. The option "-devices" of the ff* tools will display the list of
  13. supported input devices.
  14. A description of the currently available input devices follows.
  15. @section alsa
  16. ALSA (Advanced Linux Sound Architecture) input device.
  17. To enable this input device during configuration you need libasound
  18. installed on your system.
  19. This device allows capturing from an ALSA device. The name of the
  20. device to capture has to be an ALSA card identifier.
  21. An ALSA identifier has the syntax:
  22. @example
  23. hw:@var{CARD}[,@var{DEV}[,@var{SUBDEV}]]
  24. @end example
  25. where the @var{DEV} and @var{SUBDEV} components are optional.
  26. The three arguments (in order: @var{CARD},@var{DEV},@var{SUBDEV})
  27. specify card number or identifier, device number and subdevice number
  28. (-1 means any).
  29. To see the list of cards currently recognized by your system check the
  30. files @file{/proc/asound/cards} and @file{/proc/asound/devices}.
  31. For example to capture with @command{ffmpeg} from an ALSA device with
  32. card id 0, you may run the command:
  33. @example
  34. ffmpeg -f alsa -i hw:0 alsaout.wav
  35. @end example
  36. For more information see:
  37. @url{http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html}
  38. @subsection Options
  39. @table @option
  40. @item sample_rate
  41. Set the sample rate in Hz. Default is 48000.
  42. @item channels
  43. Set the number of channels. Default is 2.
  44. @end table
  45. @section android_camera
  46. Android camera input device.
  47. This input devices uses the Android Camera2 NDK API which is
  48. available on devices with API level 24+. The availability of
  49. android_camera is autodetected during configuration.
  50. This device allows capturing from all cameras on an Android device,
  51. which are integrated into the Camera2 NDK API.
  52. The available cameras are enumerated internally and can be selected
  53. with the @var{camera_index} parameter. The input file string is
  54. discarded.
  55. Generally the back facing camera has index 0 while the front facing
  56. camera has index 1.
  57. @subsection Options
  58. @table @option
  59. @item video_size
  60. Set the video size given as a string such as 640x480 or hd720.
  61. Falls back to the first available configuration reported by
  62. Android if requested video size is not available or by default.
  63. @item framerate
  64. Set the video framerate.
  65. Falls back to the first available configuration reported by
  66. Android if requested framerate is not available or by default (-1).
  67. @item camera_index
  68. Set the index of the camera to use. Default is 0.
  69. @item input_queue_size
  70. Set the maximum number of frames to buffer. Default is 5.
  71. @end table
  72. @section avfoundation
  73. AVFoundation input device.
  74. AVFoundation is the currently recommended framework by Apple for streamgrabbing on OSX >= 10.7 as well as on iOS.
  75. The input filename has to be given in the following syntax:
  76. @example
  77. -i "[[VIDEO]:[AUDIO]]"
  78. @end example
  79. The first entry selects the video input while the latter selects the audio input.
  80. The stream has to be specified by the device name or the device index as shown by the device list.
  81. Alternatively, the video and/or audio input device can be chosen by index using the
  82. @option{
  83. -video_device_index <INDEX>
  84. }
  85. and/or
  86. @option{
  87. -audio_device_index <INDEX>
  88. }
  89. , overriding any
  90. device name or index given in the input filename.
  91. All available devices can be enumerated by using @option{-list_devices true}, listing
  92. all device names and corresponding indices.
  93. There are two device name aliases:
  94. @table @code
  95. @item default
  96. Select the AVFoundation default device of the corresponding type.
  97. @item none
  98. Do not record the corresponding media type.
  99. This is equivalent to specifying an empty device name or index.
  100. @end table
  101. @subsection Options
  102. AVFoundation supports the following options:
  103. @table @option
  104. @item -list_devices <TRUE|FALSE>
  105. If set to true, a list of all available input devices is given showing all
  106. device names and indices.
  107. @item -video_device_index <INDEX>
  108. Specify the video device by its index. Overrides anything given in the input filename.
  109. @item -audio_device_index <INDEX>
  110. Specify the audio device by its index. Overrides anything given in the input filename.
  111. @item -pixel_format <FORMAT>
  112. Request the video device to use a specific pixel format.
  113. If the specified format is not supported, a list of available formats is given
  114. and the first one in this list is used instead. Available pixel formats are:
  115. @code{monob, rgb555be, rgb555le, rgb565be, rgb565le, rgb24, bgr24, 0rgb, bgr0, 0bgr, rgb0,
  116. bgr48be, uyvy422, yuva444p, yuva444p16le, yuv444p, yuv422p16, yuv422p10, yuv444p10,
  117. yuv420p, nv12, yuyv422, gray}
  118. @item -framerate
  119. Set the grabbing frame rate. Default is @code{ntsc}, corresponding to a
  120. frame rate of @code{30000/1001}.
  121. @item -video_size
  122. Set the video frame size.
  123. @item -capture_cursor
  124. Capture the mouse pointer. Default is 0.
  125. @item -capture_mouse_clicks
  126. Capture the screen mouse clicks. Default is 0.
  127. @item -capture_raw_data
  128. Capture the raw device data. Default is 0.
  129. Using this option may result in receiving the underlying data delivered to the AVFoundation framework. E.g. for muxed devices that sends raw DV data to the framework (like tape-based camcorders), setting this option to false results in extracted video frames captured in the designated pixel format only. Setting this option to true results in receiving the raw DV stream untouched.
  130. @end table
  131. @subsection Examples
  132. @itemize
  133. @item
  134. Print the list of AVFoundation supported devices and exit:
  135. @example
  136. $ ffmpeg -f avfoundation -list_devices true -i ""
  137. @end example
  138. @item
  139. Record video from video device 0 and audio from audio device 0 into out.avi:
  140. @example
  141. $ ffmpeg -f avfoundation -i "0:0" out.avi
  142. @end example
  143. @item
  144. Record video from video device 2 and audio from audio device 1 into out.avi:
  145. @example
  146. $ ffmpeg -f avfoundation -video_device_index 2 -i ":1" out.avi
  147. @end example
  148. @item
  149. Record video from the system default video device using the pixel format bgr0 and do not record any audio into out.avi:
  150. @example
  151. $ ffmpeg -f avfoundation -pixel_format bgr0 -i "default:none" out.avi
  152. @end example
  153. @item
  154. Record raw DV data from a suitable input device and write the output into out.dv:
  155. @example
  156. $ ffmpeg -f avfoundation -capture_raw_data true -i "zr100:none" out.dv
  157. @end example
  158. @end itemize
  159. @section decklink
  160. The decklink input device provides capture capabilities for Blackmagic
  161. DeckLink devices.
  162. To enable this input device, you need the Blackmagic DeckLink SDK and you
  163. need to configure with the appropriate @code{--extra-cflags}
  164. and @code{--extra-ldflags}.
  165. On Windows, you need to run the IDL files through @command{widl}.
  166. DeckLink is very picky about the formats it supports. Pixel format of the
  167. input can be set with @option{raw_format}.
  168. Framerate and video size must be determined for your device with
  169. @command{-list_formats 1}. Audio sample rate is always 48 kHz and the number
  170. of channels can be 2, 8 or 16. Note that all audio channels are bundled in one single
  171. audio track.
  172. @subsection Options
  173. @table @option
  174. @item list_devices
  175. If set to @option{true}, print a list of devices and exit.
  176. Defaults to @option{false}. This option is deprecated, please use the
  177. @code{-sources} option of ffmpeg to list the available input devices.
  178. @item list_formats
  179. If set to @option{true}, print a list of supported formats and exit.
  180. Defaults to @option{false}.
  181. @item format_code <FourCC>
  182. This sets the input video format to the format given by the FourCC. To see
  183. the supported values of your device(s) use @option{list_formats}.
  184. Note that there is a FourCC @option{'pal '} that can also be used
  185. as @option{pal} (3 letters).
  186. Default behavior is autodetection of the input video format, if the hardware
  187. supports it.
  188. @item raw_format
  189. Set the pixel format of the captured video.
  190. Available values are:
  191. @table @samp
  192. @item auto
  193. This is the default which means 8-bit YUV 422 or 8-bit ARGB if format
  194. autodetection is used, 8-bit YUV 422 otherwise.
  195. @item uyvy422
  196. 8-bit YUV 422.
  197. @item yuv422p10
  198. 10-bit YUV 422.
  199. @item argb
  200. 8-bit RGB.
  201. @item bgra
  202. 8-bit RGB.
  203. @item rgb10
  204. 10-bit RGB.
  205. @end table
  206. @item teletext_lines
  207. If set to nonzero, an additional teletext stream will be captured from the
  208. vertical ancillary data. Both SD PAL (576i) and HD (1080i or 1080p)
  209. sources are supported. In case of HD sources, OP47 packets are decoded.
  210. This option is a bitmask of the SD PAL VBI lines captured, specifically lines 6
  211. to 22, and lines 318 to 335. Line 6 is the LSB in the mask. Selected lines
  212. which do not contain teletext information will be ignored. You can use the
  213. special @option{all} constant to select all possible lines, or
  214. @option{standard} to skip lines 6, 318 and 319, which are not compatible with
  215. all receivers.
  216. For SD sources, ffmpeg needs to be compiled with @code{--enable-libzvbi}. For
  217. HD sources, on older (pre-4K) DeckLink card models you have to capture in 10
  218. bit mode.
  219. @item channels
  220. Defines number of audio channels to capture. Must be @samp{2}, @samp{8} or @samp{16}.
  221. Defaults to @samp{2}.
  222. @item duplex_mode
  223. Sets the decklink device duplex/profile mode. Must be @samp{unset}, @samp{half}, @samp{full},
  224. @samp{one_sub_device_full}, @samp{one_sub_device_half}, @samp{two_sub_device_full},
  225. @samp{four_sub_device_half}
  226. Defaults to @samp{unset}.
  227. Note: DeckLink SDK 11.0 have replaced the duplex property by a profile property.
  228. For the DeckLink Duo 2 and DeckLink Quad 2, a profile is shared between any 2
  229. sub-devices that utilize the same connectors. For the DeckLink 8K Pro, a profile
  230. is shared between all 4 sub-devices. So DeckLink 8K Pro support four profiles.
  231. Valid profile modes for DeckLink 8K Pro(with DeckLink SDK >= 11.0):
  232. @samp{one_sub_device_full}, @samp{one_sub_device_half}, @samp{two_sub_device_full},
  233. @samp{four_sub_device_half}
  234. Valid profile modes for DeckLink Quad 2 and DeckLink Duo 2:
  235. @samp{half}, @samp{full}
  236. @item timecode_format
  237. Timecode type to include in the frame and video stream metadata. Must be
  238. @samp{none}, @samp{rp188vitc}, @samp{rp188vitc2}, @samp{rp188ltc},
  239. @samp{rp188hfr}, @samp{rp188any}, @samp{vitc}, @samp{vitc2}, or @samp{serial}.
  240. Defaults to @samp{none} (not included).
  241. In order to properly support 50/60 fps timecodes, the ordering of the queried
  242. timecode types for @samp{rp188any} is HFR, VITC1, VITC2 and LTC for >30 fps
  243. content. Note that this is slightly different to the ordering used by the
  244. DeckLink API, which is HFR, VITC1, LTC, VITC2.
  245. @item video_input
  246. Sets the video input source. Must be @samp{unset}, @samp{sdi}, @samp{hdmi},
  247. @samp{optical_sdi}, @samp{component}, @samp{composite} or @samp{s_video}.
  248. Defaults to @samp{unset}.
  249. @item audio_input
  250. Sets the audio input source. Must be @samp{unset}, @samp{embedded},
  251. @samp{aes_ebu}, @samp{analog}, @samp{analog_xlr}, @samp{analog_rca} or
  252. @samp{microphone}. Defaults to @samp{unset}.
  253. @item video_pts
  254. Sets the video packet timestamp source. Must be @samp{video}, @samp{audio},
  255. @samp{reference}, @samp{wallclock} or @samp{abs_wallclock}.
  256. Defaults to @samp{video}.
  257. @item audio_pts
  258. Sets the audio packet timestamp source. Must be @samp{video}, @samp{audio},
  259. @samp{reference}, @samp{wallclock} or @samp{abs_wallclock}.
  260. Defaults to @samp{audio}.
  261. @item draw_bars
  262. If set to @samp{true}, color bars are drawn in the event of a signal loss.
  263. Defaults to @samp{true}.
  264. This option is deprecated, please use the @code{signal_loss_action} option.
  265. @item signal_loss_action
  266. Sets the action to take in the event of a signal loss. Accepts one of the
  267. following values:
  268. @table @option
  269. @item 1, none
  270. Do nothing on signal loss. This usually results in black frames.
  271. @item 2, bars
  272. Draw color bars on signal loss. Only supported for 8-bit input signals.
  273. @item 3, repeat
  274. Repeat the last video frame on signal loss.
  275. @end table
  276. Defaults to @samp{bars}.
  277. @item queue_size
  278. Sets maximum input buffer size in bytes. If the buffering reaches this value,
  279. incoming frames will be dropped.
  280. Defaults to @samp{1073741824}.
  281. @item audio_depth
  282. Sets the audio sample bit depth. Must be @samp{16} or @samp{32}.
  283. Defaults to @samp{16}.
  284. @item decklink_copyts
  285. If set to @option{true}, timestamps are forwarded as they are without removing
  286. the initial offset.
  287. Defaults to @option{false}.
  288. @item timestamp_align
  289. Capture start time alignment in seconds. If set to nonzero, input frames are
  290. dropped till the system timestamp aligns with configured value.
  291. Alignment difference of up to one frame duration is tolerated.
  292. This is useful for maintaining input synchronization across N different
  293. hardware devices deployed for 'N-way' redundancy. The system time of different
  294. hardware devices should be synchronized with protocols such as NTP or PTP,
  295. before using this option.
  296. Note that this method is not foolproof. In some border cases input
  297. synchronization may not happen due to thread scheduling jitters in the OS.
  298. Either sync could go wrong by 1 frame or in a rarer case
  299. @option{timestamp_align} seconds.
  300. Defaults to @samp{0}.
  301. @item wait_for_tc (@emph{bool})
  302. Drop frames till a frame with timecode is received. Sometimes serial timecode
  303. isn't received with the first input frame. If that happens, the stored stream
  304. timecode will be inaccurate. If this option is set to @option{true}, input frames
  305. are dropped till a frame with timecode is received.
  306. Option @var{timecode_format} must be specified.
  307. Defaults to @option{false}.
  308. @item enable_klv(@emph{bool})
  309. If set to @option{true}, extracts KLV data from VANC and outputs KLV packets.
  310. KLV VANC packets are joined based on MID and PSC fields and aggregated into
  311. one KLV packet.
  312. Defaults to @option{false}.
  313. @end table
  314. @subsection Examples
  315. @itemize
  316. @item
  317. List input devices:
  318. @example
  319. ffmpeg -sources decklink
  320. @end example
  321. @item
  322. List supported formats:
  323. @example
  324. ffmpeg -f decklink -list_formats 1 -i 'Intensity Pro'
  325. @end example
  326. @item
  327. Capture video clip at 1080i50:
  328. @example
  329. ffmpeg -format_code Hi50 -f decklink -i 'Intensity Pro' -c:a copy -c:v copy output.avi
  330. @end example
  331. @item
  332. Capture video clip at 1080i50 10 bit:
  333. @example
  334. ffmpeg -raw_format yuv422p10 -format_code Hi50 -f decklink -i 'UltraStudio Mini Recorder' -c:a copy -c:v copy output.avi
  335. @end example
  336. @item
  337. Capture video clip at 1080i50 with 16 audio channels:
  338. @example
  339. ffmpeg -channels 16 -format_code Hi50 -f decklink -i 'UltraStudio Mini Recorder' -c:a copy -c:v copy output.avi
  340. @end example
  341. @end itemize
  342. @section dshow
  343. Windows DirectShow input device.
  344. DirectShow support is enabled when FFmpeg is built with the mingw-w64 project.
  345. Currently only audio and video devices are supported.
  346. Multiple devices may be opened as separate inputs, but they may also be
  347. opened on the same input, which should improve synchronism between them.
  348. The input name should be in the format:
  349. @example
  350. @var{TYPE}=@var{NAME}[:@var{TYPE}=@var{NAME}]
  351. @end example
  352. where @var{TYPE} can be either @var{audio} or @var{video},
  353. and @var{NAME} is the device's name or alternative name..
  354. @subsection Options
  355. If no options are specified, the device's defaults are used.
  356. If the device does not support the requested options, it will
  357. fail to open.
  358. @table @option
  359. @item video_size
  360. Set the video size in the captured video.
  361. @item framerate
  362. Set the frame rate in the captured video.
  363. @item sample_rate
  364. Set the sample rate (in Hz) of the captured audio.
  365. @item sample_size
  366. Set the sample size (in bits) of the captured audio.
  367. @item channels
  368. Set the number of channels in the captured audio.
  369. @item list_devices
  370. If set to @option{true}, print a list of devices and exit.
  371. @item list_options
  372. If set to @option{true}, print a list of selected device's options
  373. and exit.
  374. @item video_device_number
  375. Set video device number for devices with the same name (starts at 0,
  376. defaults to 0).
  377. @item audio_device_number
  378. Set audio device number for devices with the same name (starts at 0,
  379. defaults to 0).
  380. @item pixel_format
  381. Select pixel format to be used by DirectShow. This may only be set when
  382. the video codec is not set or set to rawvideo.
  383. @item audio_buffer_size
  384. Set audio device buffer size in milliseconds (which can directly
  385. impact latency, depending on the device).
  386. Defaults to using the audio device's
  387. default buffer size (typically some multiple of 500ms).
  388. Setting this value too low can degrade performance.
  389. See also
  390. @url{http://msdn.microsoft.com/en-us/library/windows/desktop/dd377582(v=vs.85).aspx}
  391. @item video_pin_name
  392. Select video capture pin to use by name or alternative name.
  393. @item audio_pin_name
  394. Select audio capture pin to use by name or alternative name.
  395. @item crossbar_video_input_pin_number
  396. Select video input pin number for crossbar device. This will be
  397. routed to the crossbar device's Video Decoder output pin.
  398. Note that changing this value can affect future invocations
  399. (sets a new default) until system reboot occurs.
  400. @item crossbar_audio_input_pin_number
  401. Select audio input pin number for crossbar device. This will be
  402. routed to the crossbar device's Audio Decoder output pin.
  403. Note that changing this value can affect future invocations
  404. (sets a new default) until system reboot occurs.
  405. @item show_video_device_dialog
  406. If set to @option{true}, before capture starts, popup a display dialog
  407. to the end user, allowing them to change video filter properties
  408. and configurations manually.
  409. Note that for crossbar devices, adjusting values in this dialog
  410. may be needed at times to toggle between PAL (25 fps) and NTSC (29.97)
  411. input frame rates, sizes, interlacing, etc. Changing these values can
  412. enable different scan rates/frame rates and avoiding green bars at
  413. the bottom, flickering scan lines, etc.
  414. Note that with some devices, changing these properties can also affect future
  415. invocations (sets new defaults) until system reboot occurs.
  416. @item show_audio_device_dialog
  417. If set to @option{true}, before capture starts, popup a display dialog
  418. to the end user, allowing them to change audio filter properties
  419. and configurations manually.
  420. @item show_video_crossbar_connection_dialog
  421. If set to @option{true}, before capture starts, popup a display
  422. dialog to the end user, allowing them to manually
  423. modify crossbar pin routings, when it opens a video device.
  424. @item show_audio_crossbar_connection_dialog
  425. If set to @option{true}, before capture starts, popup a display
  426. dialog to the end user, allowing them to manually
  427. modify crossbar pin routings, when it opens an audio device.
  428. @item show_analog_tv_tuner_dialog
  429. If set to @option{true}, before capture starts, popup a display
  430. dialog to the end user, allowing them to manually
  431. modify TV channels and frequencies.
  432. @item show_analog_tv_tuner_audio_dialog
  433. If set to @option{true}, before capture starts, popup a display
  434. dialog to the end user, allowing them to manually
  435. modify TV audio (like mono vs. stereo, Language A,B or C).
  436. @item audio_device_load
  437. Load an audio capture filter device from file instead of searching
  438. it by name. It may load additional parameters too, if the filter
  439. supports the serialization of its properties to.
  440. To use this an audio capture source has to be specified, but it can
  441. be anything even fake one.
  442. @item audio_device_save
  443. Save the currently used audio capture filter device and its
  444. parameters (if the filter supports it) to a file.
  445. If a file with the same name exists it will be overwritten.
  446. @item video_device_load
  447. Load a video capture filter device from file instead of searching
  448. it by name. It may load additional parameters too, if the filter
  449. supports the serialization of its properties to.
  450. To use this a video capture source has to be specified, but it can
  451. be anything even fake one.
  452. @item video_device_save
  453. Save the currently used video capture filter device and its
  454. parameters (if the filter supports it) to a file.
  455. If a file with the same name exists it will be overwritten.
  456. @item use_video_device_timestamps
  457. If set to @option{false}, the timestamp for video frames will be
  458. derived from the wallclock instead of the timestamp provided by
  459. the capture device. This allows working around devices that
  460. provide unreliable timestamps.
  461. @end table
  462. @subsection Examples
  463. @itemize
  464. @item
  465. Print the list of DirectShow supported devices and exit:
  466. @example
  467. $ ffmpeg -list_devices true -f dshow -i dummy
  468. @end example
  469. @item
  470. Open video device @var{Camera}:
  471. @example
  472. $ ffmpeg -f dshow -i video="Camera"
  473. @end example
  474. @item
  475. Open second video device with name @var{Camera}:
  476. @example
  477. $ ffmpeg -f dshow -video_device_number 1 -i video="Camera"
  478. @end example
  479. @item
  480. Open video device @var{Camera} and audio device @var{Microphone}:
  481. @example
  482. $ ffmpeg -f dshow -i video="Camera":audio="Microphone"
  483. @end example
  484. @item
  485. Print the list of supported options in selected device and exit:
  486. @example
  487. $ ffmpeg -list_options true -f dshow -i video="Camera"
  488. @end example
  489. @item
  490. Specify pin names to capture by name or alternative name, specify alternative device name:
  491. @example
  492. $ ffmpeg -f dshow -audio_pin_name "Audio Out" -video_pin_name 2 -i video=video="@@device_pnp_\\?\pci#ven_1a0a&dev_6200&subsys_62021461&rev_01#4&e2c7dd6&0&00e1#@{65e8773d-8f56-11d0-a3b9-00a0c9223196@}\@{ca465100-deb0-4d59-818f-8c477184adf6@}":audio="Microphone"
  493. @end example
  494. @item
  495. Configure a crossbar device, specifying crossbar pins, allow user to adjust video capture properties at startup:
  496. @example
  497. $ ffmpeg -f dshow -show_video_device_dialog true -crossbar_video_input_pin_number 0
  498. -crossbar_audio_input_pin_number 3 -i video="AVerMedia BDA Analog Capture":audio="AVerMedia BDA Analog Capture"
  499. @end example
  500. @end itemize
  501. @section fbdev
  502. Linux framebuffer input device.
  503. The Linux framebuffer is a graphic hardware-independent abstraction
  504. layer to show graphics on a computer monitor, typically on the
  505. console. It is accessed through a file device node, usually
  506. @file{/dev/fb0}.
  507. For more detailed information read the file
  508. Documentation/fb/framebuffer.txt included in the Linux source tree.
  509. See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1).
  510. To record from the framebuffer device @file{/dev/fb0} with
  511. @command{ffmpeg}:
  512. @example
  513. ffmpeg -f fbdev -framerate 10 -i /dev/fb0 out.avi
  514. @end example
  515. You can take a single screenshot image with the command:
  516. @example
  517. ffmpeg -f fbdev -framerate 1 -i /dev/fb0 -frames:v 1 screenshot.jpeg
  518. @end example
  519. @subsection Options
  520. @table @option
  521. @item framerate
  522. Set the frame rate. Default is 25.
  523. @end table
  524. @section gdigrab
  525. Win32 GDI-based screen capture device.
  526. This device allows you to capture a region of the display on Windows.
  527. Amongst options for the input filenames are such elements as:
  528. @example
  529. desktop
  530. @end example
  531. or
  532. @example
  533. title=@var{window_title}
  534. @end example
  535. or
  536. @example
  537. hwnd=@var{window_hwnd}
  538. @end example
  539. The first option will capture the entire desktop, or a fixed region of the
  540. desktop. The second and third options will instead capture the contents of a single
  541. window, regardless of its position on the screen.
  542. For example, to grab the entire desktop using @command{ffmpeg}:
  543. @example
  544. ffmpeg -f gdigrab -framerate 6 -i desktop out.mpg
  545. @end example
  546. Grab a 640x480 region at position @code{10,20}:
  547. @example
  548. ffmpeg -f gdigrab -framerate 6 -offset_x 10 -offset_y 20 -video_size vga -i desktop out.mpg
  549. @end example
  550. Grab the contents of the window named "Calculator"
  551. @example
  552. ffmpeg -f gdigrab -framerate 6 -i title=Calculator out.mpg
  553. @end example
  554. @subsection Options
  555. @table @option
  556. @item draw_mouse
  557. Specify whether to draw the mouse pointer. Use the value @code{0} to
  558. not draw the pointer. Default value is @code{1}.
  559. @item framerate
  560. Set the grabbing frame rate. Default value is @code{ntsc},
  561. corresponding to a frame rate of @code{30000/1001}.
  562. @item show_region
  563. Show grabbed region on screen.
  564. If @var{show_region} is specified with @code{1}, then the grabbing
  565. region will be indicated on screen. With this option, it is easy to
  566. know what is being grabbed if only a portion of the screen is grabbed.
  567. Note that @var{show_region} is incompatible with grabbing the contents
  568. of a single window.
  569. For example:
  570. @example
  571. ffmpeg -f gdigrab -show_region 1 -framerate 6 -video_size cif -offset_x 10 -offset_y 20 -i desktop out.mpg
  572. @end example
  573. @item video_size
  574. Set the video frame size. The default is to capture the full screen if @file{desktop} is selected, or the full window size if @file{title=@var{window_title}} is selected.
  575. @item offset_x
  576. When capturing a region with @var{video_size}, set the distance from the left edge of the screen or desktop.
  577. Note that the offset calculation is from the top left corner of the primary monitor on Windows. If you have a monitor positioned to the left of your primary monitor, you will need to use a negative @var{offset_x} value to move the region to that monitor.
  578. @item offset_y
  579. When capturing a region with @var{video_size}, set the distance from the top edge of the screen or desktop.
  580. Note that the offset calculation is from the top left corner of the primary monitor on Windows. If you have a monitor positioned above your primary monitor, you will need to use a negative @var{offset_y} value to move the region to that monitor.
  581. @end table
  582. @section iec61883
  583. FireWire DV/HDV input device using libiec61883.
  584. To enable this input device, you need libiec61883, libraw1394 and
  585. libavc1394 installed on your system. Use the configure option
  586. @code{--enable-libiec61883} to compile with the device enabled.
  587. The iec61883 capture device supports capturing from a video device
  588. connected via IEEE1394 (FireWire), using libiec61883 and the new Linux
  589. FireWire stack (juju). This is the default DV/HDV input method in Linux
  590. Kernel 2.6.37 and later, since the old FireWire stack was removed.
  591. Specify the FireWire port to be used as input file, or "auto"
  592. to choose the first port connected.
  593. @subsection Options
  594. @table @option
  595. @item dvtype
  596. Override autodetection of DV/HDV. This should only be used if auto
  597. detection does not work, or if usage of a different device type
  598. should be prohibited. Treating a DV device as HDV (or vice versa) will
  599. not work and result in undefined behavior.
  600. The values @option{auto}, @option{dv} and @option{hdv} are supported.
  601. @item dvbuffer
  602. Set maximum size of buffer for incoming data, in frames. For DV, this
  603. is an exact value. For HDV, it is not frame exact, since HDV does
  604. not have a fixed frame size.
  605. @item dvguid
  606. Select the capture device by specifying its GUID. Capturing will only
  607. be performed from the specified device and fails if no device with the
  608. given GUID is found. This is useful to select the input if multiple
  609. devices are connected at the same time.
  610. Look at /sys/bus/firewire/devices to find out the GUIDs.
  611. @end table
  612. @subsection Examples
  613. @itemize
  614. @item
  615. Grab and show the input of a FireWire DV/HDV device.
  616. @example
  617. ffplay -f iec61883 -i auto
  618. @end example
  619. @item
  620. Grab and record the input of a FireWire DV/HDV device,
  621. using a packet buffer of 100000 packets if the source is HDV.
  622. @example
  623. ffmpeg -f iec61883 -i auto -dvbuffer 100000 out.mpg
  624. @end example
  625. @end itemize
  626. @section jack
  627. JACK input device.
  628. To enable this input device during configuration you need libjack
  629. installed on your system.
  630. A JACK input device creates one or more JACK writable clients, one for
  631. each audio channel, with name @var{client_name}:input_@var{N}, where
  632. @var{client_name} is the name provided by the application, and @var{N}
  633. is a number which identifies the channel.
  634. Each writable client will send the acquired data to the FFmpeg input
  635. device.
  636. Once you have created one or more JACK readable clients, you need to
  637. connect them to one or more JACK writable clients.
  638. To connect or disconnect JACK clients you can use the @command{jack_connect}
  639. and @command{jack_disconnect} programs, or do it through a graphical interface,
  640. for example with @command{qjackctl}.
  641. To list the JACK clients and their properties you can invoke the command
  642. @command{jack_lsp}.
  643. Follows an example which shows how to capture a JACK readable client
  644. with @command{ffmpeg}.
  645. @example
  646. # Create a JACK writable client with name "ffmpeg".
  647. $ ffmpeg -f jack -i ffmpeg -y out.wav
  648. # Start the sample jack_metro readable client.
  649. $ jack_metro -b 120 -d 0.2 -f 4000
  650. # List the current JACK clients.
  651. $ jack_lsp -c
  652. system:capture_1
  653. system:capture_2
  654. system:playback_1
  655. system:playback_2
  656. ffmpeg:input_1
  657. metro:120_bpm
  658. # Connect metro to the ffmpeg writable client.
  659. $ jack_connect metro:120_bpm ffmpeg:input_1
  660. @end example
  661. For more information read:
  662. @url{http://jackaudio.org/}
  663. @subsection Options
  664. @table @option
  665. @item channels
  666. Set the number of channels. Default is 2.
  667. @end table
  668. @section kmsgrab
  669. KMS video input device.
  670. Captures the KMS scanout framebuffer associated with a specified CRTC or plane as a
  671. DRM object that can be passed to other hardware functions.
  672. Requires either DRM master or CAP_SYS_ADMIN to run.
  673. If you don't understand what all of that means, you probably don't want this. Look at
  674. @option{x11grab} instead.
  675. @subsection Options
  676. @table @option
  677. @item device
  678. DRM device to capture on. Defaults to @option{/dev/dri/card0}.
  679. @item format
  680. Pixel format of the framebuffer. This can be autodetected if you are running Linux 5.7
  681. or later, but needs to be provided for earlier versions. Defaults to @option{bgr0},
  682. which is the most common format used by the Linux console and Xorg X server.
  683. @item format_modifier
  684. Format modifier to signal on output frames. This is necessary to import correctly into
  685. some APIs. It can be autodetected if you are running Linux 5.7 or later, but will need
  686. to be provided explicitly when needed in earlier versions. See the libdrm documentation
  687. for possible values.
  688. @item crtc_id
  689. KMS CRTC ID to define the capture source. The first active plane on the given CRTC
  690. will be used.
  691. @item plane_id
  692. KMS plane ID to define the capture source. Defaults to the first active plane found if
  693. neither @option{crtc_id} nor @option{plane_id} are specified.
  694. @item framerate
  695. Framerate to capture at. This is not synchronised to any page flipping or framebuffer
  696. changes - it just defines the interval at which the framebuffer is sampled. Sampling
  697. faster than the framebuffer update rate will generate independent frames with the same
  698. content. Defaults to @code{30}.
  699. @end table
  700. @subsection Examples
  701. @itemize
  702. @item
  703. Capture from the first active plane, download the result to normal frames and encode.
  704. This will only work if the framebuffer is both linear and mappable - if not, the result
  705. may be scrambled or fail to download.
  706. @example
  707. ffmpeg -f kmsgrab -i - -vf 'hwdownload,format=bgr0' output.mp4
  708. @end example
  709. @item
  710. Capture from CRTC ID 42 at 60fps, map the result to VAAPI, convert to NV12 and encode as H.264.
  711. @example
  712. ffmpeg -crtc_id 42 -framerate 60 -f kmsgrab -i - -vf 'hwmap=derive_device=vaapi,scale_vaapi=w=1920:h=1080:format=nv12' -c:v h264_vaapi output.mp4
  713. @end example
  714. @item
  715. To capture only part of a plane the output can be cropped - this can be used to capture
  716. a single window, as long as it has a known absolute position and size. For example, to
  717. capture and encode the middle quarter of a 1920x1080 plane:
  718. @example
  719. ffmpeg -f kmsgrab -i - -vf 'hwmap=derive_device=vaapi,crop=960:540:480:270,scale_vaapi=960:540:nv12' -c:v h264_vaapi output.mp4
  720. @end example
  721. @end itemize
  722. @section lavfi
  723. Libavfilter input virtual device.
  724. This input device reads data from the open output pads of a libavfilter
  725. filtergraph.
  726. For each filtergraph open output, the input device will create a
  727. corresponding stream which is mapped to the generated output.
  728. The filtergraph is specified through the option @option{graph}.
  729. @subsection Options
  730. @table @option
  731. @item graph
  732. Specify the filtergraph to use as input. Each video open output must be
  733. labelled by a unique string of the form "out@var{N}", where @var{N} is a
  734. number starting from 0 corresponding to the mapped input stream
  735. generated by the device.
  736. The first unlabelled output is automatically assigned to the "out0"
  737. label, but all the others need to be specified explicitly.
  738. The suffix "+subcc" can be appended to the output label to create an extra
  739. stream with the closed captions packets attached to that output
  740. (experimental; only for EIA-608 / CEA-708 for now).
  741. The subcc streams are created after all the normal streams, in the order of
  742. the corresponding stream.
  743. For example, if there is "out19+subcc", "out7+subcc" and up to "out42", the
  744. stream #43 is subcc for stream #7 and stream #44 is subcc for stream #19.
  745. If not specified defaults to the filename specified for the input
  746. device.
  747. @item graph_file
  748. Set the filename of the filtergraph to be read and sent to the other
  749. filters. Syntax of the filtergraph is the same as the one specified by
  750. the option @var{graph}.
  751. @item dumpgraph
  752. Dump graph to stderr.
  753. @end table
  754. @subsection Examples
  755. @itemize
  756. @item
  757. Create a color video stream and play it back with @command{ffplay}:
  758. @example
  759. ffplay -f lavfi -graph "color=c=pink [out0]" dummy
  760. @end example
  761. @item
  762. As the previous example, but use filename for specifying the graph
  763. description, and omit the "out0" label:
  764. @example
  765. ffplay -f lavfi color=c=pink
  766. @end example
  767. @item
  768. Create three different video test filtered sources and play them:
  769. @example
  770. ffplay -f lavfi -graph "testsrc [out0]; testsrc,hflip [out1]; testsrc,negate [out2]" test3
  771. @end example
  772. @item
  773. Read an audio stream from a file using the amovie source and play it
  774. back with @command{ffplay}:
  775. @example
  776. ffplay -f lavfi "amovie=test.wav"
  777. @end example
  778. @item
  779. Read an audio stream and a video stream and play it back with
  780. @command{ffplay}:
  781. @example
  782. ffplay -f lavfi "movie=test.avi[out0];amovie=test.wav[out1]"
  783. @end example
  784. @item
  785. Dump decoded frames to images and Closed Captions to an RCWT backup:
  786. @example
  787. ffmpeg -f lavfi -i "movie=test.ts[out0+subcc]" -map v frame%08d.png -map s -c copy -f rcwt subcc.bin
  788. @end example
  789. @end itemize
  790. @section libcdio
  791. Audio-CD input device based on libcdio.
  792. To enable this input device during configuration you need libcdio
  793. installed on your system. It requires the configure option
  794. @code{--enable-libcdio}.
  795. This device allows playing and grabbing from an Audio-CD.
  796. For example to copy with @command{ffmpeg} the entire Audio-CD in @file{/dev/sr0},
  797. you may run the command:
  798. @example
  799. ffmpeg -f libcdio -i /dev/sr0 cd.wav
  800. @end example
  801. @subsection Options
  802. @table @option
  803. @item speed
  804. Set drive reading speed. Default value is 0.
  805. The speed is specified CD-ROM speed units. The speed is set through
  806. the libcdio @code{cdio_cddap_speed_set} function. On many CD-ROM
  807. drives, specifying a value too large will result in using the fastest
  808. speed.
  809. @item paranoia_mode
  810. Set paranoia recovery mode flags. It accepts one of the following values:
  811. @table @samp
  812. @item disable
  813. @item verify
  814. @item overlap
  815. @item neverskip
  816. @item full
  817. @end table
  818. Default value is @samp{disable}.
  819. For more information about the available recovery modes, consult the
  820. paranoia project documentation.
  821. @end table
  822. @section libdc1394
  823. IIDC1394 input device, based on libdc1394 and libraw1394.
  824. Requires the configure option @code{--enable-libdc1394}.
  825. @subsection Options
  826. @table @option
  827. @item framerate
  828. Set the frame rate. Default is @code{ntsc}, corresponding to a frame
  829. rate of @code{30000/1001}.
  830. @item pixel_format
  831. Select the pixel format. Default is @code{uyvy422}.
  832. @item video_size
  833. Set the video size given as a string such as @code{640x480} or @code{hd720}.
  834. Default is @code{qvga}.
  835. @end table
  836. @section openal
  837. The OpenAL input device provides audio capture on all systems with a
  838. working OpenAL 1.1 implementation.
  839. To enable this input device during configuration, you need OpenAL
  840. headers and libraries installed on your system, and need to configure
  841. FFmpeg with @code{--enable-openal}.
  842. OpenAL headers and libraries should be provided as part of your OpenAL
  843. implementation, or as an additional download (an SDK). Depending on your
  844. installation you may need to specify additional flags via the
  845. @code{--extra-cflags} and @code{--extra-ldflags} for allowing the build
  846. system to locate the OpenAL headers and libraries.
  847. An incomplete list of OpenAL implementations follows:
  848. @table @strong
  849. @item Creative
  850. The official Windows implementation, providing hardware acceleration
  851. with supported devices and software fallback.
  852. See @url{http://openal.org/}.
  853. @item OpenAL Soft
  854. Portable, open source (LGPL) software implementation. Includes
  855. backends for the most common sound APIs on the Windows, Linux,
  856. Solaris, and BSD operating systems.
  857. See @url{http://kcat.strangesoft.net/openal.html}.
  858. @item Apple
  859. OpenAL is part of Core Audio, the official Mac OS X Audio interface.
  860. See @url{http://developer.apple.com/technologies/mac/audio-and-video.html}
  861. @end table
  862. This device allows one to capture from an audio input device handled
  863. through OpenAL.
  864. You need to specify the name of the device to capture in the provided
  865. filename. If the empty string is provided, the device will
  866. automatically select the default device. You can get the list of the
  867. supported devices by using the option @var{list_devices}.
  868. @subsection Options
  869. @table @option
  870. @item channels
  871. Set the number of channels in the captured audio. Only the values
  872. @option{1} (monaural) and @option{2} (stereo) are currently supported.
  873. Defaults to @option{2}.
  874. @item sample_size
  875. Set the sample size (in bits) of the captured audio. Only the values
  876. @option{8} and @option{16} are currently supported. Defaults to
  877. @option{16}.
  878. @item sample_rate
  879. Set the sample rate (in Hz) of the captured audio.
  880. Defaults to @option{44.1k}.
  881. @item list_devices
  882. If set to @option{true}, print a list of devices and exit.
  883. Defaults to @option{false}.
  884. @end table
  885. @subsection Examples
  886. Print the list of OpenAL supported devices and exit:
  887. @example
  888. $ ffmpeg -list_devices true -f openal -i dummy out.ogg
  889. @end example
  890. Capture from the OpenAL device @file{DR-BT101 via PulseAudio}:
  891. @example
  892. $ ffmpeg -f openal -i 'DR-BT101 via PulseAudio' out.ogg
  893. @end example
  894. Capture from the default device (note the empty string '' as filename):
  895. @example
  896. $ ffmpeg -f openal -i '' out.ogg
  897. @end example
  898. Capture from two devices simultaneously, writing to two different files,
  899. within the same @command{ffmpeg} command:
  900. @example
  901. $ ffmpeg -f openal -i 'DR-BT101 via PulseAudio' out1.ogg -f openal -i 'ALSA Default' out2.ogg
  902. @end example
  903. Note: not all OpenAL implementations support multiple simultaneous capture -
  904. try the latest OpenAL Soft if the above does not work.
  905. @section oss
  906. Open Sound System input device.
  907. The filename to provide to the input device is the device node
  908. representing the OSS input device, and is usually set to
  909. @file{/dev/dsp}.
  910. For example to grab from @file{/dev/dsp} using @command{ffmpeg} use the
  911. command:
  912. @example
  913. ffmpeg -f oss -i /dev/dsp /tmp/oss.wav
  914. @end example
  915. For more information about OSS see:
  916. @url{http://manuals.opensound.com/usersguide/dsp.html}
  917. @subsection Options
  918. @table @option
  919. @item sample_rate
  920. Set the sample rate in Hz. Default is 48000.
  921. @item channels
  922. Set the number of channels. Default is 2.
  923. @end table
  924. @section pulse
  925. PulseAudio input device.
  926. To enable this output device you need to configure FFmpeg with @code{--enable-libpulse}.
  927. The filename to provide to the input device is a source device or the
  928. string "default"
  929. To list the PulseAudio source devices and their properties you can invoke
  930. the command @command{pactl list sources}.
  931. More information about PulseAudio can be found on @url{http://www.pulseaudio.org}.
  932. @subsection Options
  933. @table @option
  934. @item server
  935. Connect to a specific PulseAudio server, specified by an IP address.
  936. Default server is used when not provided.
  937. @item name
  938. Specify the application name PulseAudio will use when showing active clients,
  939. by default it is the @code{LIBAVFORMAT_IDENT} string.
  940. @item stream_name
  941. Specify the stream name PulseAudio will use when showing active streams,
  942. by default it is "record".
  943. @item sample_rate
  944. Specify the samplerate in Hz, by default 48kHz is used.
  945. @item channels
  946. Specify the channels in use, by default 2 (stereo) is set.
  947. @item frame_size
  948. This option does nothing and is deprecated.
  949. @item fragment_size
  950. Specify the size in bytes of the minimal buffering fragment in PulseAudio, it
  951. will affect the audio latency. By default it is set to 50 ms amount of data.
  952. @item wallclock
  953. Set the initial PTS using the current time. Default is 1.
  954. @end table
  955. @subsection Examples
  956. Record a stream from default device:
  957. @example
  958. ffmpeg -f pulse -i default /tmp/pulse.wav
  959. @end example
  960. @section sndio
  961. sndio input device.
  962. To enable this input device during configuration you need libsndio
  963. installed on your system.
  964. The filename to provide to the input device is the device node
  965. representing the sndio input device, and is usually set to
  966. @file{/dev/audio0}.
  967. For example to grab from @file{/dev/audio0} using @command{ffmpeg} use the
  968. command:
  969. @example
  970. ffmpeg -f sndio -i /dev/audio0 /tmp/oss.wav
  971. @end example
  972. @subsection Options
  973. @table @option
  974. @item sample_rate
  975. Set the sample rate in Hz. Default is 48000.
  976. @item channels
  977. Set the number of channels. Default is 2.
  978. @end table
  979. @section video4linux2, v4l2
  980. Video4Linux2 input video device.
  981. "v4l2" can be used as alias for "video4linux2".
  982. If FFmpeg is built with v4l-utils support (by using the
  983. @code{--enable-libv4l2} configure option), it is possible to use it with the
  984. @code{-use_libv4l2} input device option.
  985. The name of the device to grab is a file device node, usually Linux
  986. systems tend to automatically create such nodes when the device
  987. (e.g. an USB webcam) is plugged into the system, and has a name of the
  988. kind @file{/dev/video@var{N}}, where @var{N} is a number associated to
  989. the device.
  990. Video4Linux2 devices usually support a limited set of
  991. @var{width}x@var{height} sizes and frame rates. You can check which are
  992. supported using @command{-list_formats all} for Video4Linux2 devices.
  993. Some devices, like TV cards, support one or more standards. It is possible
  994. to list all the supported standards using @command{-list_standards all}.
  995. The time base for the timestamps is 1 microsecond. Depending on the kernel
  996. version and configuration, the timestamps may be derived from the real time
  997. clock (origin at the Unix Epoch) or the monotonic clock (origin usually at
  998. boot time, unaffected by NTP or manual changes to the clock). The
  999. @option{-timestamps abs} or @option{-ts abs} option can be used to force
  1000. conversion into the real time clock.
  1001. Some usage examples of the video4linux2 device with @command{ffmpeg}
  1002. and @command{ffplay}:
  1003. @itemize
  1004. @item
  1005. List supported formats for a video4linux2 device:
  1006. @example
  1007. ffplay -f video4linux2 -list_formats all /dev/video0
  1008. @end example
  1009. @item
  1010. Grab and show the input of a video4linux2 device:
  1011. @example
  1012. ffplay -f video4linux2 -framerate 30 -video_size hd720 /dev/video0
  1013. @end example
  1014. @item
  1015. Grab and record the input of a video4linux2 device, leave the
  1016. frame rate and size as previously set:
  1017. @example
  1018. ffmpeg -f video4linux2 -input_format mjpeg -i /dev/video0 out.mpeg
  1019. @end example
  1020. @end itemize
  1021. For more information about Video4Linux, check @url{http://linuxtv.org/}.
  1022. @subsection Options
  1023. @table @option
  1024. @item standard
  1025. Set the standard. Must be the name of a supported standard. To get a
  1026. list of the supported standards, use the @option{list_standards}
  1027. option.
  1028. @item channel
  1029. Set the input channel number. Default to -1, which means using the
  1030. previously selected channel.
  1031. @item video_size
  1032. Set the video frame size. The argument must be a string in the form
  1033. @var{WIDTH}x@var{HEIGHT} or a valid size abbreviation.
  1034. @item pixel_format
  1035. Select the pixel format (only valid for raw video input).
  1036. @item input_format
  1037. Set the preferred pixel format (for raw video) or a codec name.
  1038. This option allows one to select the input format, when several are
  1039. available.
  1040. @item framerate
  1041. Set the preferred video frame rate.
  1042. @item list_formats
  1043. List available formats (supported pixel formats, codecs, and frame
  1044. sizes) and exit.
  1045. Available values are:
  1046. @table @samp
  1047. @item all
  1048. Show all available (compressed and non-compressed) formats.
  1049. @item raw
  1050. Show only raw video (non-compressed) formats.
  1051. @item compressed
  1052. Show only compressed formats.
  1053. @end table
  1054. @item list_standards
  1055. List supported standards and exit.
  1056. Available values are:
  1057. @table @samp
  1058. @item all
  1059. Show all supported standards.
  1060. @end table
  1061. @item timestamps, ts
  1062. Set type of timestamps for grabbed frames.
  1063. Available values are:
  1064. @table @samp
  1065. @item default
  1066. Use timestamps from the kernel.
  1067. @item abs
  1068. Use absolute timestamps (wall clock).
  1069. @item mono2abs
  1070. Force conversion from monotonic to absolute timestamps.
  1071. @end table
  1072. Default value is @code{default}.
  1073. @item use_libv4l2
  1074. Use libv4l2 (v4l-utils) conversion functions. Default is 0.
  1075. @end table
  1076. @section vfwcap
  1077. VfW (Video for Windows) capture input device.
  1078. The filename passed as input is the capture driver number, ranging from
  1079. 0 to 9. You may use "list" as filename to print a list of drivers. Any
  1080. other filename will be interpreted as device number 0.
  1081. @subsection Options
  1082. @table @option
  1083. @item video_size
  1084. Set the video frame size.
  1085. @item framerate
  1086. Set the grabbing frame rate. Default value is @code{ntsc},
  1087. corresponding to a frame rate of @code{30000/1001}.
  1088. @end table
  1089. @section x11grab
  1090. X11 video input device.
  1091. To enable this input device during configuration you need libxcb
  1092. installed on your system. It will be automatically detected during
  1093. configuration.
  1094. This device allows one to capture a region of an X11 display.
  1095. The filename passed as input has the syntax:
  1096. @example
  1097. [@var{hostname}]:@var{display_number}.@var{screen_number}[+@var{x_offset},@var{y_offset}]
  1098. @end example
  1099. @var{hostname}:@var{display_number}.@var{screen_number} specifies the
  1100. X11 display name of the screen to grab from. @var{hostname} can be
  1101. omitted, and defaults to "localhost". The environment variable
  1102. @env{DISPLAY} contains the default display name.
  1103. @var{x_offset} and @var{y_offset} specify the offsets of the grabbed
  1104. area with respect to the top-left border of the X11 screen. They
  1105. default to 0.
  1106. Check the X11 documentation (e.g. @command{man X}) for more detailed
  1107. information.
  1108. Use the @command{xdpyinfo} program for getting basic information about
  1109. the properties of your X11 display (e.g. grep for "name" or
  1110. "dimensions").
  1111. For example to grab from @file{:0.0} using @command{ffmpeg}:
  1112. @example
  1113. ffmpeg -f x11grab -framerate 25 -video_size cif -i :0.0 out.mpg
  1114. @end example
  1115. Grab at position @code{10,20}:
  1116. @example
  1117. ffmpeg -f x11grab -framerate 25 -video_size cif -i :0.0+10,20 out.mpg
  1118. @end example
  1119. @subsection Options
  1120. @table @option
  1121. @item select_region
  1122. Specify whether to select the grabbing area graphically using the pointer.
  1123. A value of @code{1} prompts the user to select the grabbing area graphically
  1124. by clicking and dragging. A single click with no dragging will select the
  1125. whole screen. A region with zero width or height will also select the whole
  1126. screen. This option overwrites the @var{video_size}, @var{grab_x}, and
  1127. @var{grab_y} options. Default value is @code{0}.
  1128. @item draw_mouse
  1129. Specify whether to draw the mouse pointer. A value of @code{0} specifies
  1130. not to draw the pointer. Default value is @code{1}.
  1131. @item follow_mouse
  1132. Make the grabbed area follow the mouse. The argument can be
  1133. @code{centered} or a number of pixels @var{PIXELS}.
  1134. When it is specified with "centered", the grabbing region follows the mouse
  1135. pointer and keeps the pointer at the center of region; otherwise, the region
  1136. follows only when the mouse pointer reaches within @var{PIXELS} (greater than
  1137. zero) to the edge of region.
  1138. For example:
  1139. @example
  1140. ffmpeg -f x11grab -follow_mouse centered -framerate 25 -video_size cif -i :0.0 out.mpg
  1141. @end example
  1142. To follow only when the mouse pointer reaches within 100 pixels to edge:
  1143. @example
  1144. ffmpeg -f x11grab -follow_mouse 100 -framerate 25 -video_size cif -i :0.0 out.mpg
  1145. @end example
  1146. @item framerate
  1147. Set the grabbing frame rate. Default value is @code{ntsc},
  1148. corresponding to a frame rate of @code{30000/1001}.
  1149. @item show_region
  1150. Show grabbed region on screen.
  1151. If @var{show_region} is specified with @code{1}, then the grabbing
  1152. region will be indicated on screen. With this option, it is easy to
  1153. know what is being grabbed if only a portion of the screen is grabbed.
  1154. @item region_border
  1155. Set the region border thickness if @option{-show_region 1} is used.
  1156. Range is 1 to 128 and default is 3 (XCB-based x11grab only).
  1157. For example:
  1158. @example
  1159. ffmpeg -f x11grab -show_region 1 -framerate 25 -video_size cif -i :0.0+10,20 out.mpg
  1160. @end example
  1161. With @var{follow_mouse}:
  1162. @example
  1163. ffmpeg -f x11grab -follow_mouse centered -show_region 1 -framerate 25 -video_size cif -i :0.0 out.mpg
  1164. @end example
  1165. @item window_id
  1166. Grab this window, instead of the whole screen. Default value is 0, which maps to
  1167. the whole screen (root window).
  1168. The id of a window can be found using the @command{xwininfo} program, possibly with options -tree and
  1169. -root.
  1170. If the window is later enlarged, the new area is not recorded. Video ends when
  1171. the window is closed, unmapped (i.e., iconified) or shrunk beyond the video
  1172. size (which defaults to the initial window size).
  1173. This option disables options @option{follow_mouse} and @option{select_region}.
  1174. @item video_size
  1175. Set the video frame size. Default is the full desktop or window.
  1176. @item grab_x
  1177. @item grab_y
  1178. Set the grabbing region coordinates. They are expressed as offset from
  1179. the top left corner of the X11 window and correspond to the
  1180. @var{x_offset} and @var{y_offset} parameters in the device name. The
  1181. default value for both options is 0.
  1182. @end table
  1183. @c man end INPUT DEVICES