You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ simple_dr_meter 01.wav
Traceback (most recent call last):
File "/usr/lib/python3/site-packages/simple_dr_meter/main.py", line 238, in <module>
main()
File "/usr/lib/python3/site-packages/simple_dr_meter/main.py", line 126, in main
dr_log_items, dr_mean, dr_median = analyze_dr(in_path, track_cb, keep_precision)
File "/usr/lib/python3/site-packages/simple_dr_meter/main.py", line 152, in analyze_dr
audio_info = tuple(read_audio_info(in_path))
File "/usr/lib/python3/site-packages/simple_dr_meter/audio_io/audio_io.py", line 242, in read_audio_info
yield _audio_source_from_file(in_path)
File "/usr/lib/python3/site-packages/simple_dr_meter/audio_io/audio_io.py", line 211, in _audio_source_from_file
p = read_audio_file_metadata(in_path)
File "/usr/lib/python3/site-packages/simple_dr_meter/audio_io/audio_io.py", line 302, in read_audio_file_metadata
raise Exception('ffprobe returned {}'.format(returncode))
Exception: ffprobe returned 1
The text was updated successfully, but these errors were encountered:
I do not have that file anymore, but I can tell that I used audacity and sox to convert files. Audacity can produce test wavs of the same type with any combination of parameters.
I thought that the reason might be the python-ffmpeg interface. ffprobe command alone works, but my brief attempt at digging into the problem (I tried to disable the check for ffprobe return value) showed that python received null data.
I do not have that file anymore, but I can tell that I used audacity and sox to convert files. Audacity can produce test wavs of the same type with any combination of parameters.
No problem, any other file would be good too, as long as the bug reproduces on it.
I want to compute the DR value for a 6-channel 24bit 88Hz wav and simple_dr_meter failed to read it.
Output of ffprobe:
Error text:
The text was updated successfully, but these errors were encountered: