[MEncoder-users] Converting vob to avi

Alex Samad alex at samad.com.au
Wed Mar 5 07:17:15 CET 2008


On Tue, Mar 04, 2008 at 07:49:34PM -0700, Mike Adolf wrote:
> Greetings,
> 
> I just had some 8mm film converted to dvd. I want to edit this video 
> after converting to avi. I thought it would be easy.  To a 
> video-beginner it seems very difficult. I tried to pull it from the 
> documentation but got lost. All I want to do is convert vob (no audio) 
> to avi (no audio).  Has anyone done this and can help. I am running 
> Ubuntu 7.10 and using MEncoder 2:1.0~rc1-0ubuntu13.1.
quick stab

mencode -ovc lavc -lavcopts
vcodec=mpeg4:threads=2:aspect=16/9:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:predia=2:dia=2:vmax_b_frames=2:vb_strategy=1:precmp=3:cmp=3:subcmp=3:preme=2:qns=2:dc=10:vbitrate=$VBITRATE:cbp -oac mp3lame -lameopts preset=standard <infile> -o <outfile>

so the simple of this is ovc = what to do with the video use lavc. the
-lavcopts tell lavc what are the options the first being mpeg4 (this is
encoding to divx.  The -oac is what to do with the audio, converts it to
mp3


> 
> Mike
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
> 

-- 
purpitation, n.:
	To take something off the grocery shelf, decide you
	don't want it, and then put it in another section.
		-- "Sniglets", Rich Hall & Friends
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mencoder-users/attachments/20080305/9e6e9c41/attachment.pgp>


More information about the MEncoder-users mailing list