I have 2 video files that I want to convert to AVI that can play on WMP12.
One has the extension ASF. According to MediaInfo, the format is Windows Media. Is that the container? The video format is VC-1 and video codec is Windows Media Video 9. The audio format and codec is WMA.
The other has the extension AVI, but MediaInfo says that the format is OGG. Is it an AVI file or an OGG file? The video format is AVC and the video codec is H264. The audio format is Vorbis (never ran across this name before).
Will I be able to convert these 2 files with VirtualDub or AviDemux? How would I go about doing this?
Also, can anyone give me like a really brief explanation on containers?
**Please bare with me as I am a complete newb at all this.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Here's a real simple deal for you:
Code:ffmpeg.exe -i 1stfile.asf -vcodec mpeg4 -acodec libmp3lame -qscale 4 -vtag XVID -bf 2 -g 250 -trellis 1 -ab 128k -y output1.avi ffmpeg.exe -i 2ndfile.ogm -vcodec mpeg4 -acodec libmp3lame -qscale 4 -vtag XVID -bf 2 -g 250 -trellis 1 -ab 128k -y output2.avi
Good luck!
Last edited by Gew; 16th Aug 2010 at 16:00. Reason: ffmpeg links wouldn't work by url template, had to manually write [śrl=..] tags
Drop dead gorgeous! -
Or use a ffmpeg frontend like winff or xmedia recode.
Similar Threads
-
converting asf to avi
By projecttemp in forum Video ConversionReplies: 2Last Post: 3rd Aug 2008, 08:40 -
converting asf to avi problem
By konig in forum Video ConversionReplies: 1Last Post: 6th Mar 2008, 15:37 -
Problem converting ASF to AVI/MP4
By yohu123 in forum Video ConversionReplies: 11Last Post: 16th Sep 2007, 12:24 -
Converting vfr-avi to cfr-avi that produced error in picture.
By Jo The Veteran in forum Video ConversionReplies: 27Last Post: 1st Aug 2007, 23:41 -
Converting AVI to xvid AVI - Audio Sync Problem
By foochuck in forum Video ConversionReplies: 3Last Post: 4th Jul 2007, 23:22