I need to convert a bunch of files to:
WAV
ITU G.711 mu-law
mono
8000 Hz
I’m 75% of the way there in the macro, just cannot find an option for ITU G.711 mu-law. Any ideas?
Thanks!
I need to convert a bunch of files to:
WAV
ITU G.711 mu-law
mono
8000 Hz
I’m 75% of the way there in the macro, just cannot find an option for ITU G.711 mu-law. Any ideas?
Thanks!
Currently, exporting as WAV with a scripting command is limited to 16-bit PCM. I’d suggest that you export as WAV and then convert the WAV file using SoX (or PyMedia or similar). http://sox.sourceforge.net/