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
83712656
Commit
83712656
authored
Jan 02, 2012
by
Clément Bœsch
Committed by
Clément Bœsch
Jan 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: use @code{} for --{enable,disable}-options.
parent
15b219fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
filters.texi
doc/filters.texi
+5
-5
No files found.
doc/filters.texi
View file @
83712656
...
...
@@ -93,7 +93,7 @@ Follows a BNF description for the filtergraph syntax:
@c man begin AUDIO FILTERS
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
build.
...
...
@@ -653,7 +653,7 @@ tools.
@c man begin VIDEO FILTERS
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
build.
...
...
@@ -1413,7 +1413,7 @@ format=yuv420p:yuv444p:yuv410p
Apply a frei0r effect to the input video.
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:
@example
...
...
@@ -1772,7 +1772,7 @@ Pass the video source unchanged to the output.
Apply video transform using libopencv.
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}.
...
...
@@ -3017,7 +3017,7 @@ will generate a "dc_luma" test pattern.
Provide a frei0r source.
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:
@example
...
...
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