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
06e1db05
Commit
06e1db05
authored
May 07, 2010
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the pad filter.
Originally committed as revision 23052 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8d787f8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
libavfilter.texi
doc/libavfilter.texi
+35
-0
No files found.
doc/libavfilter.texi
View file @
06e1db05
...
...
@@ -177,6 +177,41 @@ input to the vflip filter.
Pass the source unchanged to the output.
@section pad
Add paddings to the input image, and places the original input at the
given coordinates @var
{
x
}
, @var
{
y
}
.
It accepts the following parameters:
@var
{
width
}
:@var
{
height
}
:@var
{
x
}
:@var
{
y
}
:@var
{
color
}
.
Follows the description of the accepted parameters.
@table @option
@item width, height
Specify the size of the output image with the paddings added. If the
value for @var
{
width
}
or @var
{
height
}
is 0, the corresponding input size
is used for the output.
The default value of @var
{
width
}
and @var
{
height
}
is 0.
@item x, y
Specify the offsets where to place the input image in the padded area
with respect to the top/left border of the output image.
The default value of @var
{
x
}
and @var
{
y
}
is 0.
@item color
Specify the color of the padded area, it can be the name of a color
(case insensitive match) or a 0xRRGGBB[AA] sequence.
The default value of @var
{
color
}
is ``black''.
@end table
@section scale
Scale the input video to @var
{
width
}
:@var
{
height
}
and/or convert the image format.
...
...
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