|
From: Glenn C. <gl...@my...> - 2015-06-07 17:25:17
|
Hi Folks, I¹ve got an issue using sox from crontab, and handling mp3 files. For some reason, I can handle mp3 files from command line using sox with no issues, however if I schedule a script to run using crontab, I get the following message: sox formats: no handler for file extension `mp3' Obviously the environment at which sox is being run under crontab, is different to the command line environment, How do I correct this? Thanks |