yuzu/externals/ffmpeg/tests/filtergraphs/scale2ref_keep_aspect

6 lines
154 B
Plaintext
Raw Normal View History

2021-02-09 07:25:58 +04:00
sws_flags=+accurate_rnd+bitexact;
testsrc=size=320x240 [main];
testsrc=size=640x360 [ref];
[main][ref] scale2ref=iw/4:ow/mdar [main][ref];
[ref] nullsink