Page 1 of 1

WMV to AVI

Posted: 28 Feb 2009 08:31
by pdchandler
Hi all,

I need to convert a WMV (orginating from MS Photostory) to AVI (so that AVIDMUX can combine videos and add an audio track).

Is it possible to convert from WMV to AVI using vlc? If so, what's the mux and recommended codecs? AVIDMUX seems to want as 'plain vanilla' as possible.

I've seen somewhere of an AVI mux, but it doesn't appear as one of the options in the wx interface; not being afraid of a commandline, I've tried it and got a file, but not one which vlc or wmp want to play, or AVIDMUX wants to import.

I'd also though that I could combine the wmv's and add audio using vlc directly, and using the --input-slave, but the resultant video is too jerky and the audio too crackly. Any suggestions as to whether this should be possible?

Thanks,

Re: WMV to AVI

Posted: 03 Mar 2009 09:58
by rh
Hi, can't avidemux do this for you ? But of course you can use vlc to convert with the convert/save-wizzard. You should know that AVI is only a wide-range containerformat, most important are video-, audio-codec and muxers. Have a look at the new vlc doku, this describes converting very good.

But i think its a better way to extract video and audio source with mplayer and use avidemux or vlc to remux this because by doing this you have little problems with A/V-Sync.

Re: WMV to AVI

Posted: 05 Mar 2009 03:44
by pdchandler
avidemux can't import mpeg, just avi; so it alone is not good for this job.

I've looked in the docs, and couldn't find anything on anything like "mux=avi" which I assume you need to produce a container file of that type. But if someone can point me to the right page, I'm happy to look there.

I also know that not every codec is compatible with every container, and there are some codecs more commonly found 'in' some containers. Hence the question for a 'general kind' of recommendation, not a fool-proof recipe.

Re: WMV to AVI

Posted: 05 Mar 2009 11:38
by Arite
The AVI muxer is broken in VLC IIRC. If you want to use VLC to transcode the WMV file then you could transcode the video/audio tracks into AVI compatible formats, using e.g. MP4 or MPEG-TS as the container format. Then open the output file in e.g. Avidemux and save as an AVI (as it should be able to mux the tracks properly into an AVI file).

Arite.

Re: WMV to AVI

Posted: 30 Aug 2009 10:32
by pdchandler
Is the AVI muxer known to be working in 1.0.1 (win32)?

I am presently trying to transcode some video from m4v to divx (ie div3 in AVI container). Am having some success using mencoder, but would prefer to use vlc; if I configure vlc to perform this transcoding, the end result is not at all a watchable video.

Please advise current status of AVI muxer.

Thanks,

Re: WMV to AVI

Posted: 30 Aug 2009 20:13
by Jean-Baptiste Kempf
Broken.

Re: WMV to AVI

Posted: 22 Dec 2009 23:43
by kakone
I try to use the avi muxer in the 1.0.3 version. It doesn't seem to work.
Will it be fixed in a next version or is the avi muxer abandoned ?