Lines Matching refs:bitexact

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"
143 -of compact -bitexact -show_format -show_streams -show_packets \
148 ffmpeg "$@" -bitexact -f framecrc -
152 ffmpeg "$@" -bitexact -f ffmetadata -
156 ffmpeg "$@" -bitexact -f framemd5 -
181 ffmpeg -bitexact "$@" -bitexact -f $fmt -
194 ffmpeg -auto_conversion_filters -bitexact -i ${encfile} -c:a pcm_${pcm_fmt} -fflags +bitexact -f ${dec_fmt} -
197 FLAGS="-flags +bitexact -sws_flags +accurate_rnd+bitexact -fflags +bitexact"
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
297 COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact -fflags +bitexact"
509 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile1)
512 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -f wav md5:
514 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile2)
516 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -f wav md5:
518 ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile3)
531 ffmpeg -i "$sample" -bitexact -map 0:a -c:a $codec -af aresample -f $format -y "$(target_path "$file1")"
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)