i try to use dbpoweramp to convert acc file to mp3 but got this error message
"The Codec Require to compress 'D:\inu\track2.mp3' could not be open"
i did install the acc decoder of dbpoweramp website and it still doesn't work.
help thank
+ Reply to Thread
Results 1 to 13 of 13
-
-
HI
your question is confusing
try to use dbpoweramp to convert acc file to mp3 but got this error message
"The Codec Require to compress 'D:\inu\track2.mp3' could not be open"
which one are you doing? -
If it is aac-->mp3 then from the error message it is having trouble compressing to mp3, not decompressing the aac.
-
HI
"The Codec Require to compress 'D:\inu\track2.mp3' could not be open"
to aac so that he could listen to them on his new brand ipod.
its only the title of the post that confused me
he hasnt come back to say anything. -
sorry to confuse you. I tried to convert from acc to mp3. that file is on my second hard drive. "The Codec Require to compress 'D:\inu\track2.mp3' could not be open" this is the error from dbpoweramp
-
I've tried several software without successful. Finally, here what I've it done.
1-Demux it using MKVExtract, command line batch file looks like this:
REM Change to dir of files need to demux
REM Path to command and path to file is MUST
REM Tag ID = 1 avi file, Tag ID = 2 aac file, Tag ID = 3 srt file
REM the paths for demuxed files are also showed
cd C:\2_author\Dae
C:\MKVExtractGUI\mkvextract tracks C:\2_author\Dae\Dae.Jang.Geum4.mkv 1ae.Jang.Geum4.avi 2
ae.Jang.Geum4.acc 3
ae.Jang.Geum4.srt
I don't use GUI b'cause it won't allow me to name my converted files
2-Convert aac file using aacDECdrop (it may ask you the file libmm.dll to run) you will have a wave file as large as mkv file.
3-I guess you can take it from here
It works for me
Cheer -
If you link against libmmds.lib instead of libmmd.lib when compiling then you shouldn't need the dll.
Just make sure that if the aac is he-aac that it converts ok without a header to let the decoder know that it is he-aac.
Easier to just do do mplayer -ao pcm:file=Dae.Jang.Geum4.wav -vo null -vc dummy Dae.Jang.Geum4.mkv
Decode to wav directly from the mkv, no need to demux first. -
If the wav is twice as big then it suggests that I was right previously, it was he-aac and it was decoded without the SBR part. No SBR = 1/2 sample rate = 1/2 size = crap quality.
As to how to output to a different directory. Bit tricky under windows as you need to do c:,etc. and ":" seperates options so you can't use it. Guess you would have to do it via mingw/cygwin so file=/c/audiofiles/whatever/something.wav
I thought that it extracted to the current directory? -
Doesn't it support quotes as a means to depict LFN paths, as most modern command line apps do?
You know,
Code:RUN MPYAPP.EXE IN_FILE.IN "C:\Documents and Settings\Joe Blow\Out_File.out"
Scott -
Quotes should be fine but in your example you still have a ":" so I don't think it would work.
-
No, that's the idea of quotes, anything within the quotes is part of the filename. Just like if you had a commandline app that had switches separated by spaces, you use the quotes and even if there is a space in the LFN, it won't get treated as a separate switch, which it would had you not used quotes.
Scott -
Try it. I just did and as I already suspected, it doesn't work. It can't parse due to the \ after the :.
Similar Threads
-
Difference between ac3 and acc
By nicknack74 in forum AudioReplies: 1Last Post: 26th Jul 2011, 04:48 -
acc to wav
By pradeesh in forum AudioReplies: 8Last Post: 15th Mar 2011, 22:33 -
Tool or command line to batch remux x264 acc .mp4 in .flv
By Gargalash in forum Video ConversionReplies: 6Last Post: 25th Aug 2010, 07:29 -
Convert MKV with ACC audio to AC3 audio for PS3 playback
By wolvie77 in forum Video ConversionReplies: 4Last Post: 25th May 2010, 10:13 -
.h264 and acc to dvd
By bigmix007 in forum Authoring (DVD)Replies: 2Last Post: 6th May 2007, 03:25