Lines Matching refs:target_path

13 target_path=$4
36 target_path(){
37 test ${1} = ${1#/} && p=${target_path}/
79 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
80 $target_exec $target_path/"$@"
84 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
85 $target_exec $target_path/"$@" >&3
170 ffmpeg -y "$@" $(target_path $encfile) || return
188 src_file=$(target_path $4)
192 encfile=$(target_path ${encfile})
215 tsrcfile=$(target_path $srcfile)
216 tencfile=$(target_path $encfile)
217 tdecfile=$(target_path $decfile)
222 tlogfile_prefix=$(target_path $logfile_prefix)
253 tsrcfile=$(target_path $srcfile)
254 tencfile=$(target_path $encfile)
274 tsrcfile=$(target_path $srcfile)
275 tencfile=$(target_path $encfile)
286 ffmpeg2="$target_exec ${target_path}/ffmpeg${PROGSUF}${EXECSUF}"
287 raw_src="${target_path}/tests/vsynth1/%02d.pgm"
288 pcm_src="${target_path}/tests/data/asynth1.sw"
309 set -- $* ${target_path}/$f
329 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS $3 -i $target_path/$file
339 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3
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
391 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -f image2pipe -i $target_path/$file
400 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $1
440 tsrcfile=$(target_path $srcfile)
441 tencfile=$(target_path $encfile)
453 $ENC_OPTS -f rawvideo -t 1 -s 352x288 -pix_fmt $conversion $target_path/$raw_dst
454 do_avconv $file $DEC_OPTS -f rawvideo -s 352x288 -pix_fmt $conversion -i $target_path/$raw_dst \
462 raw_src="${target_path}/tests/vsynth1/%02d.pgm"
475 showfiltfmts="$target_exec $target_path/libavfilter/tests/filtfmts${EXECSUF}"
500 sample=$(target_path $1)
509 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile1)
514 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile2)
518 ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile3)
523 sample=$(target_path $1)
531 ffmpeg -i "$sample" -bitexact -map 0:a -c:a $codec -af aresample -f $format -y "$(target_path "$file1")"
532 probegaplessinfo "$(target_path "$file1")"
536 sample=$(target_path $1)
543 ffmpeg -auto_conversion_filters -i "$sample" -bitexact $extra_args -y $(target_path $decfile)
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)