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
83712656
Commit
83712656
authored
13 years ago
by
Clément Bœsch
Committed by
Clément Bœsch
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: use @code{} for --{enable,disable}-options.
parent
15b219fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/filters.texi
+5
-5
5 additions, 5 deletions
doc/filters.texi
with
5 additions
and
5 deletions
doc/filters.texi
+
5
−
5
View file @
83712656
...
@@ -93,7 +93,7 @@ Follows a BNF description for the filtergraph syntax:
...
@@ -93,7 +93,7 @@ Follows a BNF description for the filtergraph syntax:
@c man begin AUDIO FILTERS
@c man begin AUDIO FILTERS
When you configure your FFmpeg build, you can disable any of the
When you configure your FFmpeg build, you can disable any of the
existing filters using --disable-filters.
existing filters using
@code{
--disable-filters
}
.
The configure output will show the audio filters included in your
The configure output will show the audio filters included in your
build.
build.
...
@@ -653,7 +653,7 @@ tools.
...
@@ -653,7 +653,7 @@ tools.
@c man begin VIDEO FILTERS
@c man begin VIDEO FILTERS
When you configure your FFmpeg build, you can disable any of the
When you configure your FFmpeg build, you can disable any of the
existing filters using --disable-filters.
existing filters using
@code{
--disable-filters
}
.
The configure output will show the video filters included in your
The configure output will show the video filters included in your
build.
build.
...
@@ -1413,7 +1413,7 @@ format=yuv420p:yuv444p:yuv410p
...
@@ -1413,7 +1413,7 @@ format=yuv420p:yuv444p:yuv410p
Apply a frei0r effect to the input video.
Apply a frei0r effect to the input video.
To enable compilation of this filter you need to install the frei0r
To enable compilation of this filter you need to install the frei0r
header and configure FFmpeg with --enable-frei0r.
header and configure FFmpeg with
@code{
--enable-frei0r
}
.
The filter supports the syntax:
The filter supports the syntax:
@example
@example
...
@@ -1772,7 +1772,7 @@ Pass the video source unchanged to the output.
...
@@ -1772,7 +1772,7 @@ Pass the video source unchanged to the output.
Apply video transform using libopencv.
Apply video transform using libopencv.
To enable this filter install libopencv library and headers and
To enable this filter install libopencv library and headers and
configure FFmpeg with --enable-libopencv.
configure FFmpeg with
@code{
--enable-libopencv
}
.
The filter takes the parameters: @var{filter_name}@{:=@}@var{filter_params}.
The filter takes the parameters: @var{filter_name}@{:=@}@var{filter_params}.
...
@@ -3017,7 +3017,7 @@ will generate a "dc_luma" test pattern.
...
@@ -3017,7 +3017,7 @@ will generate a "dc_luma" test pattern.
Provide a frei0r source.
Provide a frei0r source.
To enable compilation of this filter you need to install the frei0r
To enable compilation of this filter you need to install the frei0r
header and configure FFmpeg with --enable-frei0r.
header and configure FFmpeg with
@code{
--enable-frei0r
}
.
The source supports the syntax:
The source supports the syntax:
@example
@example
...
...
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