Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
349e7f42
Commit
349e7f42
authored
Jan 31, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/indevs: itemize examples for the v4l2 device
parent
d2ccab5f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
indevs.texi
doc/indevs.texi
+10
-4
No files found.
doc/indevs.texi
View file @
349e7f42
...
@@ -612,16 +612,22 @@ boot time, unaffected by NTP or manual changes to the clock). The
...
@@ -612,16 +612,22 @@ boot time, unaffected by NTP or manual changes to the clock). The
@option{-timestamps abs} or @option{-ts abs} option can be used to force
@option{-timestamps abs} or @option{-ts abs} option can be used to force
conversion into the real time clock.
conversion into the real time clock.
Some usage examples of the video4linux2 device
s
with @command{ffmpeg}
Some usage examples of the video4linux2 device with @command{ffmpeg}
and @command{ffplay}:
and @command{ffplay}:
@itemize
@item
Grab and show the input of a video4linux2 device:
@example
@example
# Grab and show the input of a video4linux2 device.
ffplay -f video4linux2 -framerate 30 -video_size hd720 /dev/video0
ffplay -f video4linux2 -framerate 30 -video_size hd720 /dev/video0
@end example
# Grab and record the input of a video4linux2 device, leave the
@item
framerate and size as previously set.
Grab and record the input of a video4linux2 device, leave the
framerate and size as previously set:
@example
ffmpeg -f video4linux2 -input_format mjpeg -i /dev/video0 out.mpeg
ffmpeg -f video4linux2 -input_format mjpeg -i /dev/video0 out.mpeg
@end example
@end example
@end itemize
For more information about Video4Linux, check @url{http://linuxtv.org/}.
For more information about Video4Linux, check @url{http://linuxtv.org/}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment