m4a->mp3 help

Juan Kawada juankawada at gmail.com
Sun Oct 12 07:08:13 UTC 2008


ok so I was thinking about trying something like
find ~/Music -iname "*.m4a" -exec lame -V0 -h -b 160 --vbr-new input.m4a
output.mp3

but that requires me to specify the input and output name. I wouldn't know
how to do it another way, and I think it would be the same using audio
convert.
so i'll just add the albums into soundKonverter.
The main problem was finding the 10-20 albums that were in m4a out of the
whole collection, and your find script has helped with that.

so thanks for the help!

On Sat, Oct 11, 2008 at 3:20 PM, Jonas Norlander <jonorland at gmail.com>wrote:

> 2008/10/11 Juan Kawada <juankawada at gmail.com>:
> > Jonas, thanks for the script
> >
> > I used
> >
> > find ~/Music -iname "*.m4a" -print
> >
> > and I got a huge output of filenames, but what now? I'm trying to add
> them
> > to the queue in soundKonverter, but that doesn't look like it'll work. Is
> > there another program that would let me do this?
> >
> > or, what if instead of "-print" I used a command to just convert the
> file,
> > would that work? Also what program would let me do that from the command
> > line, and what command would I use?
> >
>
> You can use the -exec option with find to execute a command for every
> file found. I'm not that good with find so perhaps some other with
> more knowledge can fill in on this or search the net for some find
> tutorial. There is some programs mention in the links posted by Willy,
> possibly they can be used.
>
> / Jonas
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>



-- 
---------------
Registered Linux user  #475220
register at http://counter.li.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20081012/73aebdf4/attachment.html>


More information about the kubuntu-users mailing list