Browse Source

fate: add test for telecine filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.0
Paul B Mahol 12 years ago
parent
commit
e85f02e3f5
2 changed files with 66 additions and 0 deletions
  1. +3
    -0
      tests/fate/filter-video.mak
  2. +63
    -0
      tests/ref/fate/filter-telecine

+ 3
- 0
tests/fate/filter-video.mak View File

@@ -64,6 +64,9 @@ fate-filter-overlay_yuv444: CMD = framecrc -c:v pgmyuv -i $(SRC) -filter_complex
FATE_FILTER_VSYNTH-$(call ALLYES, SETPTS_FILTER SETTB_FILTER) += fate-filter-setpts
fate-filter-setpts: CMD = framecrc -c:v pgmyuv -i $(SRC) -filter_script $(SRC_PATH)/tests/filtergraphs/setpts

FATE_FILTER_VSYNTH-$(CONFIG_TELECINE_FILTER) += fate-filter-telecine
fate-filter-telecine: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf telecine

FATE_FILTER_VSYNTH-$(CONFIG_TRANSPOSE_FILTER) += fate-filter-transpose
fate-filter-transpose: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf transpose



+ 63
- 0
tests/ref/fate/filter-telecine View File

@@ -0,0 +1,63 @@
#tb 0: 4/125
0, 0, 0, 1, 152064, 0x05b789ef
0, 1, 1, 1, 152064, 0x4bb46551
0, 2, 2, 1, 152064, 0x40692c80
0, 3, 3, 1, 152064, 0xd7ad04cb
0, 4, 4, 1, 152064, 0x2a8380b0
0, 5, 5, 1, 152064, 0x4de3b652
0, 6, 6, 1, 152064, 0xedb5a8e6
0, 7, 7, 1, 152064, 0x549dfa8a
0, 8, 8, 1, 152064, 0x447bc7b9
0, 9, 9, 1, 152064, 0x5ab58bac
0, 10, 10, 1, 152064, 0x1f1b8026
0, 11, 11, 1, 152064, 0x91373915
0, 12, 12, 1, 152064, 0x90895a6e
0, 13, 13, 1, 152064, 0x793d075e
0, 14, 14, 1, 152064, 0x30f5fcd5
0, 15, 15, 1, 152064, 0xc711ad61
0, 16, 16, 1, 152064, 0x24eca223
0, 17, 17, 1, 152064, 0x0a4073dc
0, 18, 18, 1, 152064, 0x06e34d70
0, 19, 19, 1, 152064, 0xa91c0f05
0, 20, 20, 1, 152064, 0x8e364e18
0, 21, 21, 1, 152064, 0xb15d38c8
0, 22, 22, 1, 152064, 0x6b2b2e46
0, 23, 23, 1, 152064, 0xbd2320cb
0, 24, 24, 1, 152064, 0xf34ddbff
0, 25, 25, 1, 152064, 0xfc7bf570
0, 26, 26, 1, 152064, 0x9dc72412
0, 27, 27, 1, 152064, 0xa1242020
0, 28, 28, 1, 152064, 0x1f939e6a
0, 29, 29, 1, 152064, 0x2f2768ef
0, 30, 30, 1, 152064, 0xce09f9d6
0, 31, 31, 1, 152064, 0x95579936
0, 32, 32, 1, 152064, 0x41181cbd
0, 33, 33, 1, 152064, 0xe9cec847
0, 34, 34, 1, 152064, 0xd780d887
0, 35, 35, 1, 152064, 0x76d2a455
0, 36, 36, 1, 152064, 0x6dc3650e
0, 37, 37, 1, 152064, 0x8d165d23
0, 38, 38, 1, 152064, 0x64f10efa
0, 39, 39, 1, 152064, 0xe295c51e
0, 40, 40, 1, 152064, 0xd766fc8d
0, 41, 41, 1, 152064, 0xe22f7a30
0, 42, 42, 1, 152064, 0xd8c68892
0, 43, 43, 1, 152064, 0x26516b0e
0, 44, 44, 1, 152064, 0xfa8d94fb
0, 45, 45, 1, 152064, 0x4c9737ab
0, 46, 46, 1, 152064, 0xa50d01f8
0, 47, 47, 1, 152064, 0x82f12165
0, 48, 48, 1, 152064, 0x113fadc0
0, 49, 49, 1, 152064, 0x88734edd
0, 50, 50, 1, 152064, 0xd2735925
0, 51, 51, 1, 152064, 0xd4e49e08
0, 52, 52, 1, 152064, 0x8cd54fc5
0, 53, 53, 1, 152064, 0xae821cac
0, 54, 54, 1, 152064, 0x575c20ec
0, 55, 55, 1, 152064, 0xfd500471
0, 56, 56, 1, 152064, 0x61b47e73
0, 57, 57, 1, 152064, 0x213d5314
0, 58, 58, 1, 152064, 0xb4ddd391
0, 59, 59, 1, 152064, 0x6e88c5c2
0, 60, 60, 1, 152064, 0xbb87b483
0, 61, 61, 1, 152064, 0x4bbad8ea

Loading…
Cancel
Save