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.

1487 lines
42KB

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