Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
dd249245
Commit
dd249245
authored
11 years ago
by
Vittorio Giovara
Browse files
Options
Downloads
Patches
Plain Diff
filter docs: reference scale and fps filters
parent
d28fc7b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/filters.texi
+3
-1
3 additions, 1 deletion
doc/filters.texi
with
3 additions
and
1 deletion
doc/filters.texi
+
3
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment