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
b47111b6
Commit
b47111b6
authored
Dec 29, 2015
by
Lou Logan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: add showwavespic colorize example
Signed-off-by:
Lou Logan
<
lou@lrcd.com
>
parent
3843e52c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
filters.texi
doc/filters.texi
+8
-0
No files found.
doc/filters.texi
View file @
b47111b6
...
@@ -14836,6 +14836,14 @@ in a 1024x800 picture using @command{ffmpeg}:
...
@@ -14836,6 +14836,14 @@ in a 1024x800 picture using @command{ffmpeg}:
@example
@example
ffmpeg -i audio.flac -lavfi showwavespic=split_channels=1:s=1024x800 waveform.png
ffmpeg -i audio.flac -lavfi showwavespic=split_channels=1:s=1024x800 waveform.png
@end example
@end example
@item
Colorize the waveform with colorchannelmixer. This example will make
the waveform a green color approximately RGB(66,217,150). Additional
channels will be shades of this color.
@example
ffmpeg -i audio.mp3 -filter_complex "showwavespic,colorchannelmixer=rr=66/255:gg=217/255:bb=150/255" waveform.png
@end example
@end itemize
@end itemize
@section split, asplit
@section split, asplit
...
...
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