indevs.texi 48 KB

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