Lines Matching refs:PROGSUF
89 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_entries format=format_name -print_format default=nw=1:nk=1 "$@"
93 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_entries stream=codec_name,codec_time_base,sample_fmt,channels,channel_layout:side_data "$@"
97 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_entries format_tags "$@"
106 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_frames "$@"
110 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_chapters "$@"
116 run ffprobe${PROGSUF}${EXECSUF} -bitexact -select_streams a -show_entries format=start_time,duration:stream=index,start_pts,duration_ts "$filename" "$@"
120 run ffprobe${PROGSUF}${EXECSUF} -bitexact -select_streams a -of compact -count_packets -show_entries packet=pts,dts,duration,flags:stream=nb_read_packets "$filename" "$@" > "$pktfile1"
123 run ffprobe${PROGSUF}${EXECSUF} -bitexact -select_streams a -of compact -count_frames -show_entries frame=pts,pkt_dts,best_effort_timestamp,pkt_duration,nb_samples:stream=nb_read_frames "$filename" "$@" > "$framefile1"
135 run ffmpeg${PROGSUF}${EXECSUF} ${ffmpeg_args}
142 run ffprobe${PROGSUF}${EXECSUF} -print_filename "${print_filename}" \
238 run ffprobe${PROGSUF}${EXECSUF} -bitexact $ffprobe_opts $tencfile || return
262 run ffprobe${PROGSUF}${EXECSUF} -bitexact $ffprobe_opts $tencfile || return
281 run ffprobe${PROGSUF}${EXECSUF} -bitexact $ffprobe_opts $tencfile || return
286 ffmpeg2="$target_exec ${target_path}/ffmpeg${PROGSUF}${EXECSUF}"
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)