[Flac-dev] KAudioCreator
Matt Zimmerman
mdz at debian.org
Sun May 25 14:42:02 PDT 2003
On Sun, May 25, 2003 at 05:28:22PM -0400, Benjamin Meyer wrote:
> I am the the author of KAudioCreator. A simple cd ripper/encoder application
> for KDE. I would like to add flac (or is it FLAC?) to the default encoders.
> KAudioCreator uses a simply command line listing for its encoders. For
> example:
>
> To leave as a wav file: "mv %f %o"
> To encode with oggenc: "oggenc -o %o -a %artist -l %album -t %song -N %track
> %f"
>
> So my question is what is the best default options that I should have? (given
> that 99% of users don't modify their settings)
flac -o %o --tag=title=%artist --tag=album=%album --tag=title=%song
--tag=tracknumber=%track %f
--
- mdz
More information about the Flac-dev
mailing list