INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: External Encoder (need a hand)  (Read 2337 times)

JONCAT

  • Guest
External Encoder (need a hand)
« on: February 05, 2009, 09:35:34 am »

I'm trying to use the external encoder with DBPoweramp.

I want to convert to aac, but after entering the location of the encoder, and the parametes, I get the "External enocder path and parameters can not be empty" message.

Why do I have to choose from MP+, MP3, OGG, and TAC from the drop down menu?

I tried using MP3 with:

  -outfile="c:\outfile.mp3" -convert_to="mp3 (Lame)" -V 2

from the DB wiki but it just resulted in getting stuck halfway through the encode, and a temp .wav was created.

thanks
DC
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71442
  • Where did I put my teeth?
Re: External Encoder (need a hand)
« Reply #1 on: February 05, 2009, 10:18:52 am »

Isn't this a DBPoweramp problem?  If so, post there.  Try running it from a command line in a CMD window.  Quotes may need to be around everything, but running it manually should help you find out.
Logged

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #2 on: February 05, 2009, 10:21:28 am »

I'm not sure. I'm confused about the drop-down menu in the MC options. What if we want to convert to something other than what is listed. I thought that you could not choose one the options and it would still allow the profile to be saved. The first two fields are filled in, but MC specifically states they aren't.

DC
Logged

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: External Encoder (need a hand)
« Reply #3 on: February 05, 2009, 10:55:18 am »

MC works fine with external command line encoders.

You are supposed to replace the filename placeholders with %IN and %OUT.

For instance, the following works with dBpa's command line encoder:

EXE path: "C:\Program Files\Illustrate\dBpoweramp\CoreConverter.exe"
Parameters: -infile=%IN -outfile=%OUT -convert_to="m4a Nero (AAC)" -q .45
Extension: m4a  (you can type the desired filename extension if it is not in the drop-down list)

However, you could use the Nero command line encoder directly as well. The resulting m4a files will not contain tags in any case if that's what you are trying to achieve. Tagging works when the format is MP3 because MC supports MP3 tagging.
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #4 on: February 05, 2009, 11:02:50 am »

Thanks Alex! I appreciate it. I remember deleting mp3 out off the drop down; should have realized I could type in there.

I'll post back my results.

DC
Logged

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #5 on: February 05, 2009, 11:23:48 am »

I don't think I have the syntax correct for .aac

Mp3 works okay, but I can't get the Nero encoder to work with MC as an external encoder.

I can use DBPoweramp to batch convert to .aac and retain tags.

I tried using CoreConverter and the Nero encoder with MC with just a wav file as the result. the dos window just flashes and doesn't run the encode.

Does it work for you? I tried mp3 and ape files and nothing with what you have shown in the screen shot.

DC
Logged

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #6 on: February 05, 2009, 11:42:16 am »

I didn't have quotes around the location; added them and I'm still getting wav files (temp). I'm tweaking this thing left and right, and all I get are wav files. Not sure what I'm doing wrong here.

DC
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71442
  • Where did I put my teeth?
Re: External Encoder (need a hand)
« Reply #7 on: February 05, 2009, 11:55:39 am »

I didn't have quotes around the location; added them and I'm still getting wav files (temp). I'm tweaking this thing left and right, and all I get are wav files. Not sure what I'm doing wrong here.
"tweaking...this thing" isn't very useful.  Take the time to describe exactly what you're doing, step by step.

Did you try the CMD prompt?  Get it right there before you go on.
Logged

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #8 on: February 05, 2009, 11:59:10 am »

okay
Logged

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: External Encoder (need a hand)
« Reply #9 on: February 05, 2009, 12:11:44 pm »

I tested it before posting (as I usually do). It worked. Also MP3 worked fine, using:
-infile=%IN -outfile=%OUT -convert_to="MP3 (Lame)" -V 2

Did you copy the parameters line from my post without changing anything?

Is the EXE path correct on your PC? It needs to be in quotes if the path contains spaces.

Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #10 on: February 05, 2009, 12:24:28 pm »

Got it. I had updated my laptop, NOT my work machine from version 6 to 8 of the DB m4a codec.

Thanks.

DC
Logged

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #11 on: February 05, 2009, 12:50:38 pm »

If I use DBPoweramp I can retain tags, exporting from MC to DBpoweramp CoreConverter doesn't seem to work though.

 "The resulting m4a files will not contain tags in any case if that's what you are trying to achieve."

Gotcha.

DC
Logged

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: External Encoder (need a hand)
« Reply #12 on: February 05, 2009, 12:53:57 pm »

The resulting m4a files will not contain tags in any case if that's what you are trying to achieve.

As you can see in the CMD window the temporary input file is a wav file and it cannot contain tags (MC does not tag wav files).
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

JONCAT

  • Guest
Re: External Encoder (need a hand)
« Reply #13 on: February 05, 2009, 12:54:53 pm »

lol
Logged

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: External Encoder (need a hand)
« Reply #14 on: February 05, 2009, 01:04:47 pm »

The Nero encoder would support command line tagging if MC could pass library field values to the command line.
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755
Pages: [1]   Go Up