Home
last modified time | relevance | path

Searched refs:concatfile (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/tests/
H A Dfate-run.sh553 concatfile="${outdir}/${test}.ffconcat"
555 cleanfiles="$concatfile $packetfile"
557 awk "{gsub(/%SRCFILE%/, \"$sample\"); print}" $template > $concatfile
560 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -safe 0 $extra_args $(target_path $concatfile) | tr -d '\r' > $packetfile
563 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -of compact=p=0:nk=1 -safe 0 $extra_args $(target_path $concatfile)

Completed in 2 milliseconds