• Home
  • Raw
  • Download

Lines Matching refs:ffmpeg

128 ffmpeg(){  function
135 run ffmpeg${PROGSUF}${EXECSUF} ${ffmpeg_args}
139 ffmpeg "$@" -bitexact -f framecrc -
143 ffmpeg "$@" -bitexact -f ffmetadata -
147 ffmpeg "$@" -bitexact -f framemd5 -
151 ffmpeg "$@" -f crc -
155 ffmpeg "$@" md5:
161 ffmpeg -y "$@" $(target_path $encfile) || return
166 ffmpeg -auto_conversion_filters "$@" -vn -f s16le -
172 ffmpeg -bitexact "$@" -f $fmt -
184 ffmpeg -auto_conversion_filters -i $src_file "$@" -f $out_fmt -y ${encfile} || return
185ffmpeg -auto_conversion_filters -bitexact -i ${encfile} -c:a pcm_${pcm_fmt} -fflags +bitexact -f $…
207 ffmpeg -auto_conversion_filters -f $src_fmt $DEC_OPTS -i $tsrcfile $ENC_OPTS $enc_opt $FLAGS \
211 ffmpeg -auto_conversion_filters $8 $DEC_OPTS -i $tencfile $ENC_OPTS $dec_opt $FLAGS \
230 ffmpeg -f $src_fmt $DEC_OPTS -i $tsrcfile $ENC_OPTS $enc_opt $FLAGS \
234 ffmpeg $DEC_OPTS -i $tencfile $ENC_OPTS $FLAGS $final_decode \
251 ffmpeg -f $src_fmt -i $tsrcfile $stream_maps -codec copy $FLAGS \
253 ffmpeg $DEC_OPTS -i $tencfile $ENC_OPTS $FLAGS $final_decode \
369 ffmpeg $FLAGS $ENC_OPTS \
391 ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \
436ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -c:a copy -f framecrc -y $(targ…
439 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -f wav md5:
441ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a co…
443ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -f wav …
445ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a co…
458ffmpeg -i "$sample" -bitexact -map 0:a -c:a $codec -af aresample -f $format -y "$(target_path "$fi…
470 ffmpeg -auto_conversion_filters -i "$sample" -bitexact $extra_args -y $(target_path $decfile)