mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
codec-regression: remove pointless -r options for dnxhd
This commit is contained in:
parent
b203f65451
commit
7cbc2e60af
@ -219,17 +219,17 @@ fi
|
||||
if [ -n "$do_dnxhd_1080i" ] ; then
|
||||
# FIXME: interlaced raw DNxHD decoding is broken
|
||||
do_video_encoding dnxhd-1080i.mov "-vcodec dnxhd -flags +ildct -s hd1080 -b 120M -pix_fmt yuv422p -vframes 5 -an"
|
||||
do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
|
||||
do_video_decoding "" "-s cif -pix_fmt yuv420p"
|
||||
fi
|
||||
|
||||
if [ -n "$do_dnxhd_720p" ] ; then
|
||||
do_video_encoding dnxhd-720p.dnxhd "-s hd720 -b 90M -pix_fmt yuv422p -vframes 5 -an"
|
||||
do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
|
||||
do_video_decoding "" "-s cif -pix_fmt yuv420p"
|
||||
fi
|
||||
|
||||
if [ -n "$do_dnxhd_720p_rd" ] ; then
|
||||
do_video_encoding dnxhd-720p-rd.dnxhd "-threads 4 -mbd rd -s hd720 -b 90M -pix_fmt yuv422p -vframes 5 -an"
|
||||
do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
|
||||
do_video_decoding "" "-s cif -pix_fmt yuv420p"
|
||||
fi
|
||||
|
||||
if [ -n "$do_svq1" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user