convert avi w/ wmv video and aac audio to xvid/mp3
|
|
daemonzx6
Senior Member
|
9. April 2005 @ 22:42 |
Link to this message
|
I have several episodes of an anime in an avi wrapper, but oddly, they are encodec in Windows Media Video and have AAC audio. I want to convert them to XviDs with MP3 audio. I tried to find a program to do it, but none could decode the AAC. I thought I might have to demux the AAC and convert it with another program, but I can't find a program that can do that either.
any suggestions?
|
Advertisement
|
|
|
celtic_d
AfterDawn Addict
|
10. April 2005 @ 03:40 |
Link to this message
|
Your right that is an odd combo. Wonder why they didn't use mkv as a container?
Anyway I would suggest that you Demux it the same way that it was most likely muxed and that would be with AVIMuxGUI.
|
daemonzx6
Senior Member
|
10. April 2005 @ 10:02 |
Link to this message
|
I tried the right click->extract to ADTS packed AAC file, and it just produced an empty .AAC file. When I click start, it just makes the same .AVI file from before. So this isn't working either, what should I try next?
|
celtic_d
AfterDawn Addict
|
12. April 2005 @ 04:18 |
Link to this message
|
I guess mplayer, ffmpeg or Graphedit.
|
daemonzx6
Senior Member
|
12. April 2005 @ 16:35 |
Link to this message
|
do you know where I can find a windows installer for ffmpeg? preferebly with a GUI
|
flyingcat
Suspended permanently
|
12. April 2005 @ 23:04 |
Link to this message
|
you can try imtoo audio encoder, i think it can meet your needs.download at [removed]
This message has been edited since posting. Last time this message was edited on 5. November 2006 @ 02:14
|
celtic_d
AfterDawn Addict
|
13. April 2005 @ 03:51 |
Link to this message
|
Well I think there are a couple of GUI's for ffmpeg. Not sure if any have installers though and they are most likely aimed at specific functions. ffmpeg has a lot of different options making it hard to make a GUI that covers all of them. For instance there is a simple GUI purely for AC3 encoding.
|
shiroh
Account closed as per user's own request
|
13. April 2005 @ 08:11 |
Link to this message
|
i was too lazy to look for avimux so i remux it using mkvtoolnix and then extract. :)
|
daemonzx6
Senior Member
|
15. April 2005 @ 22:15 |
Link to this message
|
thanks for the replies.
how can i change the output audio format in mkvtoolnix?
|
celtic_d
AfterDawn Addict
|
15. April 2005 @ 23:56 |
Link to this message
|
You don't. It just outputs whatever streams are in the mkv.
|
shiroh
Account closed as per user's own request
|
16. April 2005 @ 09:28 |
Link to this message
|
well, the problem here is the AAC audio. vdub don't recognize it.
and so on.
so what you need to do is Demux the AAC, with anyway you like. and decode with faad2 decoder. or simply with any audio encoder, example dbpoweramp to wav.
|
daemonzx6
Senior Member
|
16. April 2005 @ 21:31 |
Link to this message
|
the problem is that i can't find a program that will Demux the AAC. if i can't get it demuxed, then i can't convert it, so therefore, mkvtoolnix is useless for this purpose.
please, i need a name of a program that can Demux AAC.
|
celtic_d
AfterDawn Addict
|
17. April 2005 @ 00:00 |
Link to this message
|
What do you mean if you can't Demux you can't convert? There is no need to Demux to convert. I just tried AVIMuxGUI and was able to Demux AAC fine anyway. Also with mplayer I was able to decode the audio using -ao pcm -vo null -vc dummy; no need to Demux. Could also use mencoder with -oac mp3lame -ovc xvid to convert.
|
shiroh
Account closed as per user's own request
|
17. April 2005 @ 02:09 |
Link to this message
|
|
daemonzx6
Senior Member
|
17. April 2005 @ 17:57 |
Link to this message
|
as I had said before, I couldn't get AviMuxGUI to work for me, but I've got mencoder working on it right now and I'll let you guys know how it turns out.
|
Advertisement
|
|
|
daemonzx6
Senior Member
|
18. April 2005 @ 20:34 |
Link to this message
|
after some failed attempts with mencoder trying to get it to do everything (think it was the GUI's fault), i decided to just extract the AAC to a wav file, convert to mp3 with Nero, and then mux it and finish the job with VirtualDubMod.
everything is working fine, thanks for the help.
|