![]() |
|
|||||||
| FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Question is not specific to freebsd at al.
My recommendation on un*x is to use mplayer. Read mplayer manual. |
|
||||
|
You can use audio/flac to decode the flac:
% flac -d file.flacAnd then use a mp3 encoder such as audio/lame to encode the file to mp3: % lame file.wav file.mp3
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
|
||||
|
Quote:
that's it, thanks
|
|
||||
|
If you plan on using it often or with large files, I'd suggest reading the manuals and seeing if you can pipe them: e.g.
$ flac [args] | lame [args] [> file.mp3].It's less messy on the disk drive ;-)
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
|
You may want to have a look at flac2mp3. It is a perl script that will convert flac files to mp3's. It will even convert the tags.
|
![]() |
| Tags |
| flac, flac2mp3, lame, mp3 |
| Thread Tools | |
| Display Modes | |
|
|