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
dd249245
Commit
dd249245
authored
Nov 20, 2013
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filter docs: reference scale and fps filters
parent
d28fc7b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
filters.texi
doc/filters.texi
+3
-1
No files found.
doc/filters.texi
View file @
dd249245
...
@@ -95,7 +95,7 @@ In a complete filterchain all the unlabelled filter input and output
...
@@ -95,7 +95,7 @@ In a complete filterchain all the unlabelled filter input and output
pads must be connected. A filtergraph is considered valid if all the
pads must be connected. A filtergraph is considered valid if all the
filter input and output pads of all the filterchains are connected.
filter input and output pads of all the filterchains are connected.
Libavfilter will automatically insert
scale
filters where format
Libavfilter will automatically insert
@ref{scale}
filters where format
conversion is required. It is possible to specify swscale flags
conversion is required. It is possible to specify swscale flags
for those automatically inserted scalers by prepending
for those automatically inserted scalers by prepending
@code{sws_flags=@var{flags};}
@code{sws_flags=@var{flags};}
...
@@ -1230,6 +1230,7 @@ format=pix_fmts=yuv420p
...
@@ -1230,6 +1230,7 @@ format=pix_fmts=yuv420p
format=pix_fmts=yuv420p|yuv444p|yuv410p
format=pix_fmts=yuv420p|yuv444p|yuv410p
@end example
@end example
@anchor{fps}
@section fps
@section fps
Convert the video to specified constant framerate by duplicating or dropping
Convert the video to specified constant framerate by duplicating or dropping
...
@@ -1820,6 +1821,7 @@ format=monow, pixdesctest
...
@@ -1820,6 +1821,7 @@ format=monow, pixdesctest
can be used to test the monowhite pixel format descriptor definition.
can be used to test the monowhite pixel format descriptor definition.
@anchor{scale}
@section scale
@section scale
Scale the input video and/or convert the image format.
Scale the input video 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