You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1484 lines
43KB

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