Skip to content
Snippets Groups Projects
Commit cecf45b2 authored by Jonas Lindgren's avatar Jonas Lindgren Committed by Luca Barbato
Browse files

doc: Add -list_formats all example for video4linux2


Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent 9731cf40
No related branches found
No related tags found
No related merge requests found
......@@ -271,6 +271,9 @@ supported using @command{-list_formats all} for Video4Linux2 devices.
Some usage examples of the video4linux2 devices with avconv and avplay:
@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.
avplay -f video4linux2 -framerate 30 -video_size hd720 /dev/video0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment