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
d98fb558
Commit
d98fb558
authored
Nov 01, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filter: add some loop filter trivial examples
parent
4a976200
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
filters.texi
doc/filters.texi
+22
-0
No files found.
doc/filters.texi
View file @
d98fb558
...
...
@@ -11379,6 +11379,28 @@ Set maximal size in number of frames. Default is 0.
Set first frame of loop. Default is 0.
@end table
@subsection Examples
@itemize
@item
Loop single first frame infinitely:
@example
loop=loop=-1:size=1:start=0
@end example
@item
Loop single first frame 10 times:
@example
loop=loop=10:size=1:start=0
@end example
@item
Loop 10 first frames 5 times:
@example
loop=loop=5:size=10:start=0
@end example
@end itemize
@section lut1d
Apply a 1D LUT to an input video.
...
...
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