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
8b5941ce
Commit
8b5941ce
authored
May 20, 2016
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: fix order of tinterlace filter drop modes
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
b24fffeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
filters.texi
doc/filters.texi
+14
-12
No files found.
doc/filters.texi
View file @
8b5941ce
...
...
@@ -12669,8 +12669,8 @@ Output:
22222 44444
@end example
@item drop_
odd
, 1
Only output
even frames, odd
frames are dropped, generating a frame with
@item drop_
even
, 1
Only output
odd frames, even
frames are dropped, generating a frame with
unchanged height at half frame rate.
@example
...
...
@@ -12684,14 +12684,14 @@ Frame 1 Frame 2 Frame 3 Frame 4
11111 22222 33333 44444
Output:
22222 44444
22222 44444
22222 44444
22222 44444
11111 33333
11111 33333
11111 33333
11111 33333
@end example
@item drop_
even
, 2
Only output
odd frames, even
frames are dropped, generating a frame with
@item drop_
odd
, 2
Only output
even frames, odd
frames are dropped, generating a frame with
unchanged height at half frame rate.
@example
...
...
@@ -12705,10 +12705,10 @@ Frame 1 Frame 2 Frame 3 Frame 4
11111 22222 33333 44444
Output:
11111 33333
11111 33333
11111 33333
11111 33333
22222 44444
22222 44444
22222 44444
22222 44444
@end example
@item pad, 3
...
...
@@ -12805,9 +12805,11 @@ Output:
11111 11111 22222 22222 33333 33333 44444
@end example
@item mergex2, 7
Move odd frames into the upper field, even into the lower field,
generating a double height frame at same frame rate.
@example
------> time
Input:
...
...
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