Help - Search - Members - Calendar
Full Version: Flac + Cdex
Hydrogenaudio Forums > Lossless Audio Compression > FLAC
metrom
Are there any plans for supporting FLAC compression in CDex?

I've tried using the "External encoder" feature, but I get some strange error.
I set the path to "flac.exe" and the only parameter I use is %1.
It rippes the wav, and opens the flac-doswindow, then I get this error message from CDex: "The system cannot find the file specified."

Any one with Flac+CDex experience?

EAC works perfectly with FLAC + vorbiscomments.
I use this parameter: --tag=ALBUM="%g" --tag=TITLE="%t" --tag=ARTIST="%a" --tag=TRACKNUMBER=%n --tag=GENRE="%m" -- tag=DATE="%y" %s

metrom
rjamorim
QUOTE(metrom @ Oct 8 2002 - 01:45 PM)
I set the path to "flac.exe" and the only parameter I use is %1.

Use "%1" as parameter.
Speek
This works for me: -o %2 %1
But the flac file has 3x the flac extension (outfile.flac.flac.flac) huh.gif
metrom
QUOTE(Speek @ Oct 8 2002 - 10:23 PM)
This works for me: -o %2 %1
But the flac file has 3x the flac extension (outfile.flac.flac.flac)  :huh:

This helped alot, but I also get that 3x extension smile.gif

rjamorim: adding "" didn't help much smile.gif

(I'm using 1.50 beta7)
David Nordin
-T "Artist=%a" -T "Title=%t" -T "Album=%g" -T "Date=%y" -T "Tracknumber=%n" -T "Genre=%m" %s
Speek
Or select "On-the fly Encoding" and "Send WAV header to stdin" and Parameter string:
CODE
-o %2 -

OR
CODE
-T "Artist=%a" -T "Title=%t" -T "Album=%b" -T "Date=%y" -T "Tracknumber=%tn" -T "Genre=%g" -o %2 -


Then there's only 2x the flac extension laugh.gif

MTRH's string doesn't work for me (1.50 beta 7).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.