I want to share a batch file i have made which will convert most if not all video types into a mpeg4 (default 800kbps) with 96kbps mp3 sound AVI.
The output is a 512x automatic aspect encode, with 800kbps vbr video and 96kbps @ 44100hz mp3 AVI file with sound volume automatically normalized.
Works great on VOB's from dvd decrypter and flv from youtube etc.
Output file size is not fixed, just based on input video characteristics.
Simply place your clips to convert into the folder and run the batch file.
Download the zip which includes bat file, mencoder and a sample 2 min clip from
Gettysburg movie which is a VOB converted by this process.
Let me know if you think its good, bad or ugly lol, it aint perfect but sure
beats payware.
mark
http://www.mediafire.com/?3s0illmdmc3
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 6 of 6
			
		- 
	
- 
	May I suggest you post the batch file here, just wrap it in CODE tags. 
 Free download sites usually have a limited life.
- 
	Hi Alan, this newbie here dont know what a code tag is? lol 
 Maybe videohelp.com could host it?
- 
	nothing complex. 
 
 code tag:Code:Code:command line...... what makes you think anyone would need a 10mb sample avi clip?Code:for %%f in (*.*) do mencoder.exe "%%f" -o "%%~nf.AVI" -ovc lavc -lavcopts vcodec=mpeg4 -ffourcc DIVX -oac mp3lame -lameopts cbr:br=96 -vf scale -zoom -xy 512 -noskip -af volnorm=1 -srate 44100 
 
 
 tripp
- 
	When you're typing a message you see a line of formatting buttons:Originally Posted by peterbuilt
 B i u Strike Quote Code....
 
 Putting a batch script in CODE tags separates it and makes it more legible.
 Simplest way to share your batch script here.
 (NB: also click the button below the post "Disable automatic tool link" to stop it making names of tools into links. You don't want that in a script.)
- 
	Can someone help me to modifie the code above to make it encode in 2 audios. I have a lot of video in vob format with 2 audios to convert in divx.Originally Posted by 45tripp
 
 Thank a lot
Similar Threads
- 
  Mencoder and VLC MJPG codec. Documentation?By seabhcan in forum Video ConversionReplies: 1Last Post: 16th Aug 2011, 10:46
- 
  How to convert a trp type file to Mpeg2 type?By Jemes-bs in forum Video ConversionReplies: 2Last Post: 13th Oct 2010, 16:59
- 
  video file won't play. need to know what type it is - what codec?By chriscaton in forum Video ConversionReplies: 7Last Post: 12th Jan 2010, 09:20
- 
  ASF (wmv3 codec) converts without soundBy mehlkelm in forum ffmpegX general discussionReplies: 2Last Post: 9th Jan 2008, 11:05
- 
  Mencoder converts wmv blocky--how to fix?By kruuth in forum Newbie / General discussionsReplies: 4Last Post: 11th Dec 2007, 15:59


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

 Quote
 Quote