You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
tests/fate-run: Remove intermediate files from enc-external tests
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -322,6 +322,7 @@ enc_external(){
|
|||||||
|
|
||||||
srcfile=$(target_path $srcfile)
|
srcfile=$(target_path $srcfile)
|
||||||
encfile=$(target_path "${outdir}/${test}.${enc_fmt}")
|
encfile=$(target_path "${outdir}/${test}.${enc_fmt}")
|
||||||
|
test "$keep" -ge 1 || cleanfiles="$cleanfiles $encfile"
|
||||||
|
|
||||||
ffmpeg -i $srcfile $enc_opt -f $enc_fmt -y $encfile || return
|
ffmpeg -i $srcfile $enc_opt -f $enc_fmt -y $encfile || return
|
||||||
run ffprobe${PROGSUF}${EXECSUF} -bitexact $probe_opt $encfile || return
|
run ffprobe${PROGSUF}${EXECSUF} -bitexact $probe_opt $encfile || return
|
||||||
|
Reference in New Issue
Block a user