Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
2e311c80
Commit
2e311c80
authored
May 27, 2008
by
Jan Gerber
Browse files
fix docs to include -f video4linux
parent
6670064f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ffmpeg2theora.1
View file @
2e311c80
...
...
@@ -212,7 +212,7 @@ Encode a series of images:
ffmpeg2theora frame%06d.png -o output.ogv
Live streaming from V4L Device:
ffmpeg2theora /dev/video0 \-\-inputfps 15 \-x 160 \-y 128 \-o \- \\
ffmpeg2theora /dev/video0
\-f video4linux
\-\-inputfps 15 \-x 160 \-y 128 \-o \- \\
| oggfwd iccast2server 8000 password /theora.ogv
Live encoding from a DV camcorder (needs a fast machine):
...
...
src/ffmpeg2theora.c
View file @
2e311c80
...
...
@@ -1209,7 +1209,7 @@ void print_usage (){
" ffmpeg2theora frame%%06d.png -o output.ogv
\n
"
"
\n
"
" Live streaming from V4L Device:
\n
"
" ffmpeg2theora /dev/video0 -fps 15 -x 160 -y 128 -o -
\\\n
"
" ffmpeg2theora /dev/video0
-f video4linux
-fps 15 -x 160 -y 128 -o -
\\\n
"
" | oggfwd iccast2server 8000 password /theora.ogv
\n
"
"
\n
"
" Live encoding from a DV camcorder (needs a fast machine):
\n
"
...
...
Write
Preview
Supports
Markdown
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