You are not logged in.

#1 2011-05-25 13:59:19

tladuke
Member
Registered: 2009-07-23
Posts: 176

Looking for FLAC => ogg (or mp3) directory sync script

Basically a non-lazy mp3fs

Something I can stick in cron because converting takes a long time

Last edited by tladuke (2011-05-25 13:59:41)

Offline

#2 2011-05-25 14:05:48

SS4
Member
From: !Rochford, Essex
Registered: 2010-12-05
Posts: 699

Re: Looking for FLAC => ogg (or mp3) directory sync script

I've never tried it with a cron job but I use audioconvert (AUR, Thread). At the moment it appears to have trouble with special characters though

to convert to ogg you'll need vorbis-tools

Last edited by SS4 (2011-05-25 14:06:33)


Rauchen verboten

Offline

#3 2011-05-26 05:51:31

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: Looking for FLAC => ogg (or mp3) directory sync script

You could try (it's recursive, so beware):

find -name '*.flac' -exec ffmpeg -i {} -acodec vorbis -aq 100 {}.ogg \;

Only drawback of that method is that you'll end up with filenames of the format "mysong.flac.ogg", but that's quickly rectified with a decent batch renamer.

Offline

#4 2011-05-26 08:28:56

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: Looking for FLAC => ogg (or mp3) directory sync script

Just use oggenc, not ffmpeg and everything's fine!

Offline

Board footer

Powered by FluxBB