Lines Matching defs:ffmpeg

128 ffmpeg(){
135 run ffmpeg${PROGSUF}${EXECSUF} ${ffmpeg_args}
148 ffmpeg "$@" -bitexact -f framecrc -
152 ffmpeg "$@" -bitexact -f ffmetadata -
156 ffmpeg "$@" -bitexact -f framemd5 -
160 ffmpeg "$@" -f crc -
164 ffmpeg "$@" md5:
170 ffmpeg -y "$@" $(target_path $encfile) || return
175 ffmpeg -auto_conversion_filters "$@" -vn -f s16le -
181 ffmpeg -bitexact "$@" -bitexact -f $fmt -
193 ffmpeg -auto_conversion_filters -i $src_file "$@" -f $out_fmt -y ${encfile} || return
194 ffmpeg -auto_conversion_filters -bitexact -i ${encfile} -c:a pcm_${pcm_fmt} -fflags +bitexact -f ${dec_fmt} -
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 \
255 ffmpeg -f $src_fmt $DEC_OPTS -i $tsrcfile $additional_input \
259 ffmpeg $DEC_OPTS $final_decode -i $tencfile $ENC_OPTS $FLAGS $final_encode \
276 ffmpeg -f $src_fmt -i $tsrcfile $stream_maps -codec copy $FLAGS \
278 ffmpeg $DEC_OPTS -i $tencfile $ENC_OPTS $FLAGS $final_decode \
286 ffmpeg2="$target_exec ${target_path}/ffmpeg${PROGSUF}${EXECSUF}"
407 ffmpeg -auto_conversion_filters $FLAGS $ENC_OPTS \
416 ffmpeg $FLAGS $ENC_OPTS \
427 ffmpeg -auto_conversion_filters $FLAGS -i $file1 $FLAGS -i $file2 $ENC_OPTS \
442 ffmpeg $DEC_OPTS -i $tsrcfile $ENC_OPTS $enc_opt $FLAGS -y -f $enc_fmt $tencfile || return
464 ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \
509 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile1)
512 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -f wav md5:
514 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile2)
516 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -f wav md5:
518 ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile3)
531 ffmpeg -i "$sample" -bitexact -map 0:a -c:a $codec -af aresample -f $format -y "$(target_path "$file1")"
543 ffmpeg -auto_conversion_filters -i "$sample" -bitexact $extra_args -y $(target_path $decfile)