test/transcode: Add a test case for transcoding
authorHai Lan <hai.lan@intel.com>
Wed, 7 Sep 2011 03:27:55 +0000 (11:27 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 22 Feb 2012 02:11:04 +0000 (10:11 +0800)
commit41aa5942c0335108119a6fe0254f3c525a9b71c9
tree9e00ae0d534168883082b32db5b49ae1793642ed
parent69de799c891c6e9a87cb6126df6053179e6625a8
test/transcode: Add a test case for transcoding

It will decode a simple mpeg2 clip(320x240) and scale it to 1280x960,
then it will encode it to a 264 file(test.264).

Signed-off-by: Hai Lan <hai.lan@intel.com>
configure.ac
test/Makefile.am
test/transcode/mpeg2transcode.cpp [new file with mode: 0644]