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
4f81a507
Commit
4f81a507
authored
May 26, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/avconv: expand documentation for the -s option.
parent
cf6c38c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
avconv.texi
doc/avconv.texi
+12
-2
No files found.
doc/avconv.texi
View file @
4f81a507
...
...
@@ -260,8 +260,18 @@ Set the number of video frames to record. This is an alias for @code{-frames:v}.
Set frame rate (Hz value, fraction or abbreviation), (default = 25). For output
streams implies @code
{
-vsync cfr
}
.
@item -s[:@var
{
stream
_
specifier
}
] @var
{
size
}
(@emph
{
input/output,per-stream
}
)
Set frame size. The format is @samp
{
wxh
}
(default - same as source).
The following abbreviations are recognized:
Set frame size.
As an input option, this is a shortcut for the @option
{
video
_
size
}
private
option, recognized by some demuxers for which the frame size is either not
stored in the file or is configurable -- e.g. raw video or video grabbers.
As an output option, this inserts the @code
{
scale
}
video filter to the
@emph
{
end
}
of the corresponding filtergraph. Please use the @code
{
scale
}
filter
directly to insert it at the beginning or some other place.
The format is @samp
{
wxh
}
(default - same as source). The following
abbreviations are recognized:
@table @samp
@item sqcif
128x96
...
...
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