mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 21:34:01 +08:00
Add CLJR encoding and decoding regression tests
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
65c1011404
commit
7d18d17abd
@@ -19,6 +19,11 @@ if [ -n "$do_aref" ]; then
|
||||
do_avconv $pcm_ref -b 128k -ac 2 -ar 44100 -f s16le -i $pcm_src -f wav
|
||||
fi
|
||||
|
||||
if [ -n "$do_cljr" ] ; then
|
||||
do_video_encoding cljr.avi "-an -vcodec cljr"
|
||||
do_video_decoding
|
||||
fi
|
||||
|
||||
if [ -n "$do_mpeg" ] ; then
|
||||
# mpeg1
|
||||
do_video_encoding mpeg1.mpg "-qscale 10 -f mpeg1video"
|
||||
|
||||
Reference in New Issue
Block a user