amiaopensource / astataudit

Summarizing audio metrics via ffmpeg and bwfmetaedit
MIT License
3 stars 1 forks source link

-o output doesn't seem to work #25

Closed bturkus closed 1 year ago

bturkus commented 1 year ago

Hi,

I'm not sure if I'm missing something but, for me, the -o output does not seem to be directing astat's output files to my chosen directory (default seem to be occurring, with all files being placed in _astatauditfiles directory created alongside the input directory. Please let me know if I'm doing something incorrectly!

Thanks,

Ben

Soundmatters commented 1 year ago

Try this syntax for selecting an output directory: set the reporting options, set output option, set input directory. For example:

astataudit -f n -o [output directory] [input directory]

bturkus commented 1 year ago

got it, thank you! I knew I was missing something