mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
doc: Add -list_formats all example for video4linux2
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
9731cf4001
commit
cecf45b2bf
@ -271,6 +271,9 @@ supported using @command{-list_formats all} for Video4Linux2 devices.
|
|||||||
Some usage examples of the video4linux2 devices with avconv and avplay:
|
Some usage examples of the video4linux2 devices with avconv and avplay:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
# List supported formats for a video4linux2 device.
|
||||||
|
avplay -f video4linux2 -list_formats all /dev/video0
|
||||||
|
|
||||||
# Grab and show the input of a video4linux2 device.
|
# Grab and show the input of a video4linux2 device.
|
||||||
avplay -f video4linux2 -framerate 30 -video_size hd720 /dev/video0
|
avplay -f video4linux2 -framerate 30 -video_size hd720 /dev/video0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user