indevs.texi 49 KB

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