Audiograbber awards Frequently asked questions Links to other sites How to buy the full version for US Download the free version Drive reports from other users Checksums Guided tour on Audiograbber Messageboards with discussion Main page

To post on these forums, you must register a username. It's completely free and takes only 30 seconds to complete the form. Register Now!



UBBFriend: Email This Page to Someone!
Click here to bookmark this thread!
  Audiograbber Forums
  Audiograbber related questions
  Any news on getting a FLAC dll internal encoder?

Post New Topic  Post A Reply Track This Topic via Email
|

next newest topic | next oldest topic
Author Topic:   Any news on getting a FLAC dll internal encoder? - (Read 2 times)
yada
Member

  send a private message to yada  

From:
Registered: Sep 2004
Posts: 15

posted 20 May 2005 22:00             Edit/Delete Message     Reply w/Quote

Admin/Mod only: IP Logged


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

  send a private message to Tomb   Visit Tomb's Homepage  

From:Hackney, East London
Registered: Jun 2002
Posts: 1481

posted 21 May 2005 07:17             Edit/Delete Message     Reply w/Quote

Admin/Mod only: IP Logged


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

  send a private message to bascule  

From:
Registered: Jan 2005
Posts: 76

posted 21 May 2005 13:22             Edit/Delete Message     Reply w/Quote

Admin/Mod only: IP Logged


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

  send a private message to yada  

From:
Registered: Sep 2004
Posts: 15

posted 18 June 2005 00:18             Edit/Delete Message     Reply w/Quote

Admin/Mod only: IP Logged


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

  send a private message to yada  

From:
Registered: Sep 2004
Posts: 15

posted 18 June 2005 00:40             Edit/Delete Message     Reply w/Quote

Admin/Mod only: IP Logged


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

  send a private message to Tomb   Visit Tomb's Homepage  

From:Hackney, East London
Registered: Jun 2002
Posts: 1481

posted 18 June 2005 05:04             Edit/Delete Message     Reply w/Quote

Admin/Mod only: IP Logged


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

  send a private message to jpierce  

From:
Registered: Jul 2005
Posts: 2

posted 21 July 2005 10:56             Edit/Delete Message     Reply w/Quote

Admin/Mod only: IP Logged


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.

All times are ET (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A ReplyTrack This Topic via Email
Hop to:
Translate this page from

Register to Post

Copyright Audiograbber.

Powered by: Ultimate Bulletin Board (UltimateBB), Version 5.44a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998-2000.