diff options
author | Mark Reid <mindmark@gmail.com> | 2016-07-23 18:10:33 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-24 12:31:07 +0200 |
commit | 6108cb2ce3ee6c051629ff59495edd2a1a58830e (patch) | |
tree | 7393eba9444007edfab9dd69a99291b77c80dc65 /tests/fate/vcodec.mak | |
parent | 6e971f7d66f95f6683a0f52a9df2afdc1ea4bf2b (diff) | |
download | ffmpeg-6108cb2ce3ee6c051629ff59495edd2a1a58830e.tar.gz |
tests/fate: add dnxhr encoding tests
added sws_flags flags and tested against x86_32
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 0e08894fb1..c62abe46aa 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -27,7 +27,11 @@ fate-vsynth%-cljr: ENCOPTS = -strict -1 FATE_VCODEC-$(call ENCDEC, DNXHD, DNXHD) += dnxhd-720p \ dnxhd-720p-rd \ - dnxhd-720p-10bit + dnxhd-720p-10bit \ + dnxhd-720p-hr-lb \ + dnxhd-4k-hr-lb \ + dnxhd-uhd-hr-sq \ + dnxhd-2k-hr-hq FATE_VCODEC-$(call ENCDEC, VC2 DIRAC, MOV) += vc2-420p vc2-420p10 vc2-420p12 \ vc2-422p vc2-422p10 vc2-422p12 \ @@ -54,6 +58,26 @@ fate-vsynth%-dnxhd-720p-10bit: ENCOPTS = -s hd720 -b 90M \ -pix_fmt yuv422p10 -frames 5 -qmax 8 fate-vsynth%-dnxhd-720p-10bit: FMT = dnxhd +fate-vsynth%-dnxhd-720p-hr-lb: ENCOPTS = -s hd720 -profile:v dnxhr_lb \ + -pix_fmt yuv422p -frames 5 +fate-vsynth%-dnxhd-720p-hr-lb: DECOPTS = -sws_flags area+accurate_rnd+bitexact +fate-vsynth%-dnxhd-720p-hr-lb: FMT = dnxhd + +fate-vsynth%-dnxhd-4k-hr-lb: ENCOPTS = -s 4k -profile:v dnxhr_lb \ + -pix_fmt yuv422p -frames 5 +fate-vsynth%-dnxhd-4k-hr-lb: DECOPTS = -sws_flags area+accurate_rnd+bitexact +fate-vsynth%-dnxhd-4k-hr-lb: FMT = dnxhd + +fate-vsynth%-dnxhd-uhd-hr-sq: ENCOPTS = -s uhd2160 -profile:v dnxhr_sq \ + -pix_fmt yuv422p -frames 5 +fate-vsynth%-dnxhd-uhd-hr-sq: DECOPTS = -sws_flags area+accurate_rnd+bitexact +fate-vsynth%-dnxhd-uhd-hr-sq: FMT = dnxhd + +fate-vsynth%-dnxhd-2k-hr-hq: ENCOPTS = -s 2k -profile:v dnxhr_hq \ + -pix_fmt yuv422p -frames 5 +fate-vsynth%-dnxhd-2k-hr-hq: DECOPTS = -sws_flags area+accurate_rnd+bitexact +fate-vsynth%-dnxhd-2k-hr-hq: FMT = dnxhd + FATE_VCODEC-$(call ENCDEC, DNXHD, MOV) += dnxhd-1080i dnxhd-1080i-10bit dnxhd-1080i-colr fate-vsynth%-dnxhd-1080i: ENCOPTS = -s hd1080 -b 120M -flags +ildct \ -pix_fmt yuv422p -frames 5 -qmax 8 |