SysAdmin's Journey

NOTE: This post was written before the migration of this blog to a new format. If anything in this post doesn't look formatted right, please leave a comment and I'll get it fixed up.

DVD to YouTube Using MEncoder

Just a quick note for myself. We have a Sony HandyCam that burns video to DVD’s. I recently needed to upload a video of my daughter to YouTube to share with relatives. After a few iterations, here’s what I settled on:

mencoder -ovc xvid -oac mp3lame -af resample=44100:0:0 -xvidencopts \
bitrate=2200 -o MyVideo.avi dvd://${TITLE} -chapter ${CHAPTER}

If anyone else has any settings that work better, please share!

Comments