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.

1188 lines
35KB

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