title
Products            Buy            Support Forum            Professional            About            Codec Central
 

dbpoweramp & cygwin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pierrep

    • Oct 2008
    • 11

    dbpoweramp & cygwin

    Hello,

    i can't to use dbpoweramp with cygwin in command line on Windows 2003.

    I explain :
    this command is good in cygwin :
    Code:
    coreconverter.exe -infile="myfile.wma" -outfile="outfile.wav" -convert_to="Wave"
    so i can encode myfile.

    but i tried with a space in source ("my file.wma"):
    Code:
    coreconverter.exe -infile="my file.wma" -outfile="outfile.wav" -convert_to="Wave"
    and dbpoweramp find only source="my" ! so it CAN'T encode

    Have you the same problem ?
    Thanks a lot.

    Pierre
  • Spoon
    Administrator
    • Apr 2002
    • 44582

    #2
    Re: dbpoweramp & cygwin

    something is removing the space or replacing it with a ", you can switch on Music Converter debug (dBpoweramp Configuration) and see the exact command line passed to coreconveter.exe
    Spoon
    www.dbpoweramp.com

    Comment

    • pierrep

      • Oct 2008
      • 11

      #3
      Re: dbpoweramp & cygwin

      ok for inpput or outputfile put it was just a test with space
      The problem is for "convert_to" with mp3 for example !

      Code:
        $ /cygdrive/c/Program\ Files/Illustrate/dBpoweramp/CoreConverter.exe -infile="c
      :\symphonie.wma" -outfile="c:\outfile.mp3" -convert_to="mp3 (Lame)" -V 2
      
      dBpoweramp Music Converter           (C) 2008 Illustrate Ltd
      
      Encoding: mp3
      Audio Source: c:\symphonie.wma
      Audio Destination: c:\outfile.mp3
      
       0%-----------25%-----------50%-----------75%-----------100%
       Error: Unable to load encoder 'mp3'.  [dBCoreConverter::dBCoreConverter]
      Conversion Failed.
      Code:
      $ /cygdrive/c/Program\ Files/Illustrate/dBpoweramp/CoreConverter.exe -infile="c
      :\symphonie.wma" -outfile="c:\outfile.mp3" -convert_to="mp3"\(Lame\)" -V 2"
      
      dBpoweramp Music Converter           (C) 2008 Illustrate Ltd
      
      Encoding: mp3(Lame)
      Audio Source: c:\symphonie.wma
      Audio Destination: c:\outfile.mp3
      
       0%-----------25%-----------50%-----------75%-----------100%
       Error: Unable to load encoder 'mp3(Lame)'.  [dBCoreConverter::dBCoreConverter]
      Conversion Failed.
      there are a real problem with space.
      it should be something like mp3_(Lame) or mp3_Lame without "()" special character

      any solution for this problem ?
      I tried a lot of syntaxes and never find the solution.

      Comment

      • pierrep

        • Oct 2008
        • 11

        #4
        Re: dbpoweramp & cygwin

        so i find a solution but it not very usefull (many changes if many plugins and difficult to update !)

        i tried with mp3 lame
        my goal : using "mp3_(Lame)" in command line instead "mp3 (Lame)"

        So my command line is :

        Code:
        $ /cygdrive/c/Program\ Files/Illustrate/dBpoweramp/CoreConverter.exe -infile="c
        :\symphonie.wma" -outfile="c:\outfile.mp3" -convert_to="mp3_(Lame)" -V 2
        in your install path C:\Program Files\Illustrate\dBpoweramp\encoder
        change :
        mp3 (Lame).dll -> mp3_(Lame).dll
        (mp3 (Lame).ico -> mp3_(Lame).ico)


        RESULT :

        Code:
        $ /cygdrive/c/Program\ Files/Illustrate/dBpoweramp/CoreConverter.exe -infile="c
        :\symphonie.wma" -outfile="c:\outfile.mp3" -convert_to="mp3_(Lame)" -V 2
        
        dBpoweramp Music Converter           (C) 2008 Illustrate Ltd
        
        Encoding: mp3_(Lame)
        Audio Source: c:\symphonie.wma
        Audio Destination: c:\outfile.mp3
        
         0%-----------25%-----------50%-----------75%-----------100%
         ***********************************************************
        
        Writing ID Tags: Done
        Conversion completed in 23,5 seconds x10 realtime encoding

        Comment

        Working...

        ]]>