tags:

views:

50

answers:

2

I am using ubuntu 8.10. I wanted to know what I need to do to get SOX to work on MP4 files.

A: 

Are you sure there's any support in SOX for them? You may have to use a separate encoder/decoder to go to/from mp4.

XTL
A: 

Yes..sox has support for mp4, m4p, & m4a. They're marked as optional in the pdf manual. Perhaps one has to compile sox from the source files e.g. the sox(version number).tar.gz source package...unpack it using an archive manager, then do something like make, make install, etc... while including the additional option for the mp4 types of files. Checkout the README file in the package to make sure.

Patrice Remy