indevs.texi 40 KB

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