Skip to content

Commit f0f4fed

Browse files
committed
update format
1 parent 4a1f7b1 commit f0f4fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audioqc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class QcTarget
187187
end
188188

189189
def get_ffprobe_phase_normalized(volume_command)
190-
ffprobe_command = 'ffmpeg -i ' + @input_path + volume_command + ' -f nut - | ffprobe -print_format json -threads auto -show_entries frame_tags=lavfi.aphasemeter.phase -f lavfi -i "amovie=' + "'" + 'pipe\\:0' + "'" + ',astats=reset=1:metadata=1,aphasemeter=video=0,ebur128=metadata=1"'
190+
ffprobe_command = 'ffmpeg -i ' + @input_path + volume_command + ' -f wav - | ffprobe -print_format json -threads auto -show_entries frame_tags=lavfi.aphasemeter.phase -f lavfi -i "amovie=' + "'" + 'pipe\\:0' + "'" + ',astats=reset=1:metadata=1,aphasemeter=video=0,ebur128=metadata=1"'
191191
@ffprobe_phase = JSON.parse(`#{ffprobe_command}`)
192192
end
193193

0 commit comments

Comments
 (0)