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
113bae59
Commit
113bae59
authored
Jan 31, 2020
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: improve xfade description and add one example
parent
62d92a87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
filters.texi
doc/filters.texi
+13
-2
No files found.
doc/filters.texi
View file @
113bae59
...
@@ -20073,8 +20073,8 @@ Set cross fade duration in seconds.
...
@@ -20073,8 +20073,8 @@ Set cross fade duration in seconds.
Default
duration
is
1
second
.
Default
duration
is
1
second
.
@
item
offset
@
item
offset
Set
cross
fade
start
relative
to
first
input
stream
.
Set
cross
fade
start
relative
to
first
input
stream
in
seconds
.
Default
offset
i
t
0.
Default
offset
i
s
0.
@
item
expr
@
item
expr
Set
expression
for
custom
transition
effect
.
Set
expression
for
custom
transition
effect
.
...
@@ -20118,6 +20118,17 @@ first/second/third/fourth component of second input.
...
@@ -20118,6 +20118,17 @@ first/second/third/fourth component of second input.
@
end
table
@
end
table
@
end
table
@
end
table
@
subsection
Examples
@
itemize
@
item
Cross
fade
from
one
input
video
to
another
input
video
,
with
fade
transition
and
duration
of
transition
of
2
seconds
starting
at
offset
of
5
seconds
:
@
example
ffmpeg
-
i
first
.
mp4
-
i
second
.
mp4
-
filter_complex
xfade
=
transition
=
fade
:
duration
=
2
:
offset
=
5
output
.
mp4
@
end
example
@
end
itemize
@
section
xstack
@
section
xstack
Stack
video
inputs
into
custom
layout
.
Stack
video
inputs
into
custom
layout
.
...
...
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