Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
18e6f087
Commit
18e6f087
authored
Dec 08, 2012
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
img2: document the options available
parent
3c3a580f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
demuxers.texi
doc/demuxers.texi
+13
-0
muxers.texi
doc/muxers.texi
+5
-0
No files found.
doc/demuxers.texi
View file @
18e6f087
...
...
@@ -64,6 +64,19 @@ Note that the pattern must not necessarily contain "%d" or
avconv -i img.jpeg img.png
@end example
@table @option
@item -pixel_format @var{format}
Set the pixel format (for raw image)
@item -video_size @var{size}
Set the frame size (for raw image)
@item -framerate @var{rate}
Set the frame rate
@item -loop @var{bool}
Loop over the images
@item -start_number @var{start}
Specify the first number in the sequence
@end table
@section applehttp
Apple HTTP Live Streaming demuxer.
...
...
doc/muxers.texi
View file @
18e6f087
...
...
@@ -168,6 +168,11 @@ Note also that the pattern must not necessarily contain "%d" or
avconv -i in.avi -f image2 -frames:v 1 img.jpeg
@end example
@table @option
@item -start_number @var{number}
Start the sequence from @var{number}.
@end table
@section MOV/MP4/ISMV
The mov/mp4/ismv muxer supports fragmentation. Normally, a MOV/MP4
...
...
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