mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/interlace: add complex vertical low-pass filter
This complex (-1 2 6 2 -1) filter slightly less reduces interlace 'twitter' but better retain detail and subjective sharpness impression compared to the linear (1 2 1) filter. Signed-off-by: Thomas Mundt <tmundt75@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
20da413502
commit
2da5bf4c2f
30
tests/ref/fate/filter-interlace-complex
Normal file
30
tests/ref/fate/filter-interlace-complex
Normal file
@@ -0,0 +1,30 @@
|
||||
#tb 0: 2/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 352x288
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 152064, 0x91290ae6
|
||||
0, 1, 1, 1, 152064, 0x24f34baf
|
||||
0, 2, 2, 1, 152064, 0x799fc436
|
||||
0, 3, 3, 1, 152064, 0xfe42c0a9
|
||||
0, 4, 4, 1, 152064, 0xb496f879
|
||||
0, 5, 5, 1, 152064, 0xc43b36c9
|
||||
0, 6, 6, 1, 152064, 0xb65abbf4
|
||||
0, 7, 7, 1, 152064, 0xd1806312
|
||||
0, 8, 8, 1, 152064, 0x0faf56c1
|
||||
0, 9, 9, 1, 152064, 0x4de73b75
|
||||
0, 10, 10, 1, 152064, 0xf90f24ce
|
||||
0, 11, 11, 1, 152064, 0xc1efd6e0
|
||||
0, 12, 12, 1, 152064, 0xeb8e5894
|
||||
0, 13, 13, 1, 152064, 0xe8aacabc
|
||||
0, 14, 14, 1, 152064, 0x8bd2163c
|
||||
0, 15, 15, 1, 152064, 0xbfc72ac2
|
||||
0, 16, 16, 1, 152064, 0x1e8f6f56
|
||||
0, 17, 17, 1, 152064, 0xe3d19450
|
||||
0, 18, 18, 1, 152064, 0x3872af32
|
||||
0, 19, 19, 1, 152064, 0xf23be72a
|
||||
0, 20, 20, 1, 152064, 0x024f8f2b
|
||||
0, 21, 21, 1, 152064, 0xb49301ea
|
||||
0, 22, 22, 1, 152064, 0x84f5d056
|
||||
0, 23, 23, 1, 152064, 0xd2c09ca5
|
||||
0, 24, 24, 1, 152064, 0xe9b5ddfd
|
||||
Reference in New Issue
Block a user