|
Author
|
Topic: Any news on getting a FLAC dll internal encoder? - (Read 40 times)
|
yada
Member From: Registered: Sep 2004 Posts: 17
|
I know people asked for it in the past, I was just wondering if there is any development in this area. I am nail-biting waiting for it. Personally I absolutely hate EAC and love AG but am forced to use EAC to rip to flacs with tags filled in. I have had no sucess at getting the external FLAC encoder to work with AG. The FLAC screen comes up, but then shuts down without compressing. (I discussed this problem in another thread last year).Im on hands and knees here Jackie..please...please..whine whine... And yes Big thanks you for such an excellent product and for free. Not trying to be an ingrate.. but would be fantasitcally overjoyed to get a working FLAC encoder that will fill in the tags while ripping.
|
Tomb
Moderator From:Biggleswade. Where? Registered: Jun 2002 Posts: 1933
|
Strange that FLAC.exe does not work with AG. Try using the default parameters by just entering %s %d in the user defined arguments and see what happens. It may be that your arguments were wrong although I will need to search out your previous thread.Jackie said that there was to be a new version in the winter but that has come and gone. His other projects must be taking up his time. ------------------ Tom My Audiograbber Guides
|
bascule
Member From: Registered: Jan 2005 Posts: 77
|
quote: Originally posted by Tomb: Strange that FLAC.exe does not work with AG. Try using the default parameters by just entering %s %d in the user defined arguments and see what happens. It may be that your arguments were wrong although I will need to search out your previous thread...
This was the one: http://www.audiograbber.com-us.net/boards/ubb/Forum1/HTML/003946.html [This message has been edited by bascule on 21 May 2005 @ 13:24]
|
yada
Member From: Registered: Sep 2004 Posts: 17
|
Hi Bascule, thanks for tracking down my earlier thread. Funny I did a search on my name yada and it didnt show the earlier thread in the results list.Anyhow, it seems that you have had a little more sucess and getting some of the tracks ripped to FLAC. I can't even get the FLAC encoder window from popping up and then shutting down instantly. Do you have any idea what might be going on with that?
|
yada
Member From: Registered: Sep 2004 Posts: 17
|
One little tid-bit that might help. I have managed to get FLAC to work with AG by selecting "Grap to: Wav file and alsonselecting external FLAC encoder (flac.exe) I first rip directly to Wav, then use the "Make MP3" on the File menu. The "Make MP3" really means in this case "Make FLAC". Then the FLAC encoder will launch and stay running and actually produces a FLAC. However it fills in no tag info at all. So why would the FLAC encoder window stay open using this method, but not when trying the usual way of ripping from CD? And, why no tags? Anybody got ideas?
|
Tomb
Moderator From:Biggleswade. Where? Registered: Jun 2002 Posts: 1933
|
The Make MP3 refers to all codecs. I agree that the name should be changed. I'm not sure why you are having problems creating tags. FLAC accepts ID3v tags but I found it's best to check the append ID3v info to wav file (for future use) box. FLAC also has it's own tags. The default argument works for me: %s --tag=artist="%1" --tag=album="%2" --tag=tracknumber="%3" --tag=title="%4" --tag=date="%6" --tag=genre="%7" --tag=comment="%8" I will have a look at the arguments again and see where you may be having trouble. ------------------ Tom My Audiograbber Guides [This message has been edited by Tomb on 18 June 2005 @ 07:39]
|
jpierce
Junior Member From: Registered: Jul 2005 Posts: 2
|
I ran into this problem, too and FINALLY solved it. FLAC would also randomly skip some tracks while ripping a CD, even though it claimed they were fine. If you told it to leave the WAV, it would have WAVs of everything but only FLACs of some.It's all in the command line. As you know, the FLAC arguments are: %s --tag=artist="%1" --tag=album="%2" --tag=tracknumber="%3" --tag=title="%4" --tag=date="%6" --tag=genre="%7" --tag=comment="%8" This are much more wordy than most other encoders, hence people not getting this problem more often. If you throw out all the tag stuff and just use %s, you'll find that every track rips (if you are having the same problem I was). After much experimenting, I found that AG must have a very short buffer for the command line. Shorter than what windows accepts, at least. I got around it by creating my own batch file and using that instead. My batch file looks like this: code:
@echo off c: cd\flacs c:\bin\flac.exe %1 --tag=artist=%2 --tag=album=%3 --tag=tracknumber=%4 --tag=title=%5 --tag=date=%6 --tag=genre=%7 -o %8 if exist %8 del %1
Then go into AG and set the encoder to user defined and point it at the batch file. Set the arguments to this:
code:
%s "%1" "%2" "%3" "%4" "%6" "%7" "%1 - %2 - %3 - %4.flac"
Now as you can probably see, these are imperfect solutions. I will eventually go back and make it a bit nicer. First, I had to harcode the output directory in the batch file. Second, I had to harcode the output filename as "%1 - %2 - %3 - %4.flac". This kind of sucks since these variables can still contain unsuable filename characters like slashes and colons. So that's why I have it only delete the wav file in the batch file if the flac file was successfully created. That makes it easy for me to go and hand fix the few that fail. I also ditched the comment field because I never use it. So though it is an imperfect solution, I hope it can help you out. I think I'll email in a request that that buffer be lengthened so this isn't necessary.
|
dieter
Junior Member From: Registered: Feb 2009 Posts: 1
|
There also might be some users like me who have tried unsuccessfully to use AG with external FLAC. I finally found out why this never worked for me. Now AG works for Win ME but because of that the unsuspecting may think this applies to FLAC too. I assumed this to be the case, since it says there that it is for all Win platforms. However upon checking more carefully it does not include ME. Therefore Win ME users watch out.
|
shridd1
Member From:Wolverhampton, UK Registered: Oct 2003 Posts: 140
|
4 years!!!
|