Lines Matching refs:DEC_OPTS

198 DEC_OPTS="-threads $threads -thread_type $thread_type -idct simple $FLAGS"
223 ffmpeg -auto_conversion_filters -f $enc_fmt_in $DEC_OPTS -i $tsrcfile \
229 ffmpeg -auto_conversion_filters -f $enc_fmt_in $DEC_OPTS -i $tsrcfile $ENC_OPTS $enc_opt_out $FLAGS \
233 ffmpeg -auto_conversion_filters $dec_opt_in $DEC_OPTS -i $tencfile $ENC_OPTS $dec_opt_out $FLAGS \
250 test -z "$additional_input" || additional_input="$DEC_OPTS $additional_input"
255 ffmpeg -f $src_fmt $DEC_OPTS -i $tsrcfile $additional_input \
259 ffmpeg $DEC_OPTS $final_decode -i $tencfile $ENC_OPTS $FLAGS $final_encode \
278 ffmpeg $DEC_OPTS -i $tencfile $ENC_OPTS $FLAGS $final_decode \
298 DEC_OPTS="$COMMON_OPTS -threads $threads"
327 do_avconv $file -auto_conversion_filters $DEC_OPTS $1 -ar 44100 -f s16le -i $pcm_src "$ENC_OPTS -metadata title=lavftest" -t 1 -qscale 10 $2
329 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS $3 -i $target_path/$file
337 do_avconv $file -auto_conversion_filters $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $DEC_OPTS -ar 44100 -f s16le $1 -i $pcm_src "$ENC_OPTS -metadata title=lavftest" -b:a 64k -t 1 -qscale:v 10 $2
339 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3
360 do_avconv $file -auto_conversion_filters $DEC_OPTS $2 -i "$input" "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy
361 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3
377 run_avconv $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $1 "$ENC_OPTS -metadata title=lavftest" -vf scale -frames $nb_frames -y -qscale 10 $target_path/$file
382 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS $2 -i $target_path/$file $2
390 do_avconv $file -auto_conversion_filters $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src -f image2pipe "$ENC_OPTS -metadata title=lavftest" -t 1 -qscale 10
391 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -f image2pipe -i $target_path/$file
399 do_avconv $file -auto_conversion_filters $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src "$ENC_OPTS -metadata title=lavftest" -t 1 -qscale 10 $1 $2
400 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $1
442 ffmpeg $DEC_OPTS -i $tsrcfile $ENC_OPTS $enc_opt $FLAGS -y -f $enc_fmt $tencfile || return
452 run_avconv $DEC_OPTS -r 1 -f image2 -c:v pgmyuv -i $raw_src \
454 do_avconv $file $DEC_OPTS -f rawvideo -s 352x288 -pix_fmt $conversion -i $target_path/$raw_dst \
464 ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \