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
24bbc416
Commit
24bbc416
authored
Jan 18, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: create a dedicated "Examples" subsection for fade, and use @itemize
parent
2852bd70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
6 deletions
+26
-6
filters.texi
doc/filters.texi
+26
-6
No files found.
doc/filters.texi
View file @
24bbc416
...
@@ -2303,23 +2303,43 @@ If set to 1, fade only alpha channel, if one exists on the input.
...
@@ -2303,23 +2303,43 @@ If set to 1, fade only alpha channel, if one exists on the input.
Default value is 0.
Default value is 0.
@end table
@end table
A few usage examples follow, usable too as test scenarios.
@subsection Examples
@itemize
@item
Fade in first 30 frames of video:
@example
@example
# fade in first 30 frames of video
fade=in:0:30
fade=in:0:30
@end example
The command above is equivalent to:
@example
fade=t=in:s=0:n=30
@end example
# fade out last 45 frames of a 200-frame video
@item
Fade out last 45 frames of a 200-frame video:
@example
fade=out:155:45
fade=out:155:45
@end example
# fade in first 25 frames and fade out last 25 frames of a 1000-frame video
@item
Fade in first 25 frames and fade out last 25 frames of a 1000-frame video:
@example
fade=in:0:25, fade=out:975:25
fade=in:0:25, fade=out:975:25
@end example
# make first 5 frames black, then fade in from frame 5-24
@item
Make first 5 frames black, then fade in from frame 5-24:
@example
fade=in:5:20
fade=in:5:20
@end example
# fade in alpha over first 25 frames of video
@item
Fade in alpha over first 25 frames of video:
@example
fade=in:0:25:alpha=1
fade=in:0:25:alpha=1
@end example
@end example
@end itemize
@section field
@section field
...
...
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