Kevin Saenz <[EMAIL PROTECTED]> uttered the following thing:
> I would like to shrink some movie files down to something more manageable.
> do I use mencode or transcode?

This will read almost any video format for input:

transcode -y divx5 -w <video_bitrate> -b <audio_bitrate> -i <input> \
          -o <output.avi>

It's a good idea to tweak the options for the best video, but the above
will work as a start.

I used to use mencoder but now find transcode tends to be much 
easier at converting.

> and what options do I use to convert vob files to divx or xvid?

I think transcode will do it also, but not sure. Google for 'linux dvd
ripping'.

BB

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to