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: 
 
 Btw, your second file has probably got a wrongly named file extension, it should really be .OGM for that container. The above example gives you AVI files with CBR/128kbps LAME for audio and MPEG-4 ASP (Xvid-compliant) for video; set at quantizer 4.00 (Xvid's default). If you're not satisfied with the quality, you could lower the -qscale (but anything below 2 is probably a bad idea).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 17: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 aviBy projecttemp in forum Video ConversionReplies: 2Last Post: 3rd Aug 2008, 09:40
- 
  converting asf to avi problemBy konig in forum Video ConversionReplies: 1Last Post: 6th Mar 2008, 16:37
- 
  Problem converting ASF to AVI/MP4By yohu123 in forum Video ConversionReplies: 11Last Post: 16th Sep 2007, 13:24
- 
  Converting vfr-avi to cfr-avi that produced error in picture.By Jo The Veteran in forum Video ConversionReplies: 27Last Post: 2nd Aug 2007, 00:41
- 
  Converting AVI to xvid AVI - Audio Sync ProblemBy foochuck in forum Video ConversionReplies: 3Last Post: 5th Jul 2007, 00:22


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote 
			 Visit Homepage
				Visit Homepage
			 
 
			
			