You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
doc/filters: fix order of tinterlace filter drop modes
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -12669,28 +12669,7 @@ Output:
|
||||
22222 44444
|
||||
@end example
|
||||
|
||||
@item drop_odd, 1
|
||||
Only output even frames, odd frames are dropped, generating a frame with
|
||||
unchanged height at half frame rate.
|
||||
|
||||
@example
|
||||
------> time
|
||||
Input:
|
||||
Frame 1 Frame 2 Frame 3 Frame 4
|
||||
|
||||
11111 22222 33333 44444
|
||||
11111 22222 33333 44444
|
||||
11111 22222 33333 44444
|
||||
11111 22222 33333 44444
|
||||
|
||||
Output:
|
||||
22222 44444
|
||||
22222 44444
|
||||
22222 44444
|
||||
22222 44444
|
||||
@end example
|
||||
|
||||
@item drop_even, 2
|
||||
@item drop_even, 1
|
||||
Only output odd frames, even frames are dropped, generating a frame with
|
||||
unchanged height at half frame rate.
|
||||
|
||||
@@ -12711,6 +12690,27 @@ Output:
|
||||
11111 33333
|
||||
@end example
|
||||
|
||||
@item drop_odd, 2
|
||||
Only output even frames, odd frames are dropped, generating a frame with
|
||||
unchanged height at half frame rate.
|
||||
|
||||
@example
|
||||
------> time
|
||||
Input:
|
||||
Frame 1 Frame 2 Frame 3 Frame 4
|
||||
|
||||
11111 22222 33333 44444
|
||||
11111 22222 33333 44444
|
||||
11111 22222 33333 44444
|
||||
11111 22222 33333 44444
|
||||
|
||||
Output:
|
||||
22222 44444
|
||||
22222 44444
|
||||
22222 44444
|
||||
22222 44444
|
||||
@end example
|
||||
|
||||
@item pad, 3
|
||||
Expand each frame to full height, but pad alternate lines with black,
|
||||
generating a frame with double height at the same input frame rate.
|
||||
@@ -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:
|
||||
|
Reference in New Issue
Block a user