Hi,
I have an AVI file which has the audio encoded as Windows Media Audio (WMA); it plays on PC but it doesn't on a TV video player.
What I want to do is:
- demux the file into video and audio
- convert audio to mp3
- mux the new audio with the video
What tools would be needed for this and what are the steps to follow...?
I tried to extract audio with Vdub (File->Save WAV), but the wav file has no sound in it (although it has about 20Mb); I can't play it with any player (Winamp, etc) so it's not good.
Thanx
+ Reply to Thread
Results 1 to 10 of 10
-
-
You can try
avidemux, open avi, under video choose copy and under choose mp3 and save as a new avi.
or if that wont work
ffmpeg command line version(put all files in same folder and run from the command prompt):
ffmpeg -i video.avi -vcodec copy -acodec mp3 -ab 128k newvideo.avi
and last
Try open the avi directly in goldwave or audacity beta and see if it can read the audio and then save as a mp3. -
Originally Posted by windranger
http://www.7-zip.org/
It's freeware. -
Try installing this: DivX WMA Audio
...then load the video in VirtualDub and try converting the audio to MP3 as normal there (with the video set to Direct Stream Copy, unless you want to convert that as well).If cameras add ten pounds, why would people want to eat them? -
Hi guys and thanks for the tips.
I tried with DivX WMA Audio, but VDub still couldn't open the file..
I tried with Avanti and I get an output avi file, but it can't be played with anything (classic WMP, etc). VDub sais that the file has no avi index or header!
It's so strange, cause it's such a simple thing that I want to do but still I can't ge around..
Is there any simpler, basic way to do it...?
Similar Threads
-
How to covert from .mts to .avi or .wma?
By bx510 in forum Video ConversionReplies: 114Last Post: 2nd Apr 2014, 15:04 -
ASF2VC1 & transcode the audio WMA to AC3, then mux video VC-1 and audio
By tigerb in forum Newbie / General discussionsReplies: 0Last Post: 9th Jan 2010, 08:02 -
Best FREE software to change a WMA file to an MP3??
By UmmAddan in forum AudioReplies: 17Last Post: 20th Jun 2009, 17:52 -
Best free WMA file converter?
By bevills1 in forum ComputerReplies: 10Last Post: 16th Jul 2007, 17:36 -
[Help] avi to wma keeping avi quality?
By Riddick51PB in forum Video ConversionReplies: 4Last Post: 26th Jun 2007, 18:13