[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mvs to mp3



On Fri, Mar 19, 2004 at 03:18:42PM -0800, Curtis Vaughan wrote:
> Has anyone heard of a tool to convert mvs files to mp3?
> 
> (mvs being a sony audio file type)
> 
> The only thing I've been able to come up with is converting to wav and 
> then to mp3.
> Or, perhaps there's a utility to convert mvs to wav (I'm not aware of a 
> linux utility for this) and then piping that through to a utility for 
> converting wav to mp3 all in one command line?

Any method of recompressing data should always bring it to a
(relativley) uncompressed form first. I don't know a lot about compression but 
I'll start reading a book on it on Wednesday. Honest.

As a start - you'll need to fill in the command line args as I don't
know them:
#!/bin/perl
`mvs2wav $_ | lame > $_.mp3` foreach (@ARGV);

Brian



Reply to: