-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 transcode is another utility (CLI) that does the same thing as mencoder.
Also, mencoder works just fine on Ubuntu for me. I have never bench marked it, but in terms of output quality, it works well. If you have a PATA drive you may need to adjust your hdparm settings for your hard drive. You can realize significant IO throughput improvements if the existing settings are not optimised. The point is that the bottleneck may not be mencoder. Recent versions of Ubuntu seem to have reasonable defaults, so the tweaking does not gain as much as in the old Debian (famous/notorious for it's conservative hardware config). Media production work usually benefits from such tuning. My experiences with Ubuntu, especially recently, are the exact opposite of Roy's. While I can never guarantee that your experience will be the same, I do not hesitate to recommend Ubuntu. Roy Souther wrote: > mencoder > > mencoder is great for doing this sort of work. It takes options to do > all sorts of video conversions and recordings including capturing from > TV and converting DVD videos. > > DO NOT USE UBUNTU! Like so many programs I have found in Ubuntu the > mencoder program is broken. The mencoder that comes on the KnoppMyth CD > out performs Ubuntu. The Ubuntu mencoder converts video at about 9fps on > my computer while the KnoppMyth version often hits 78fps. > > Here are some example commands for mencoder > > To convert a DVD > mencoder dvd:// -ovc xvid -xvidencopts bitrate=2000 -oac mp3lame > -lameopts vbr=3 -aid 128 -o output.avi > > To record TV > FRAME_SIZE="width=352:height=240" > BIT_RATE=2000 > TV_DEVICE="-tv > driver=v4l:device=/dev/video0:$FRAME_SIZE:fps=29.970:norm=ntsc:chanlist=us-cable:channel=$CHAN:saturation=-20:contrast=-20:audiorate=48000:immediatemode=0" > VIDEO_OPTIONS="-vf denoise3d" > AUDIO_CODEC="-oac mp3lame -lameopts fast:preset=medium" > #VIDEO_CODEC="-ovc lavc -lavcopts vcodec=mpeg4:vqscale=4:aspect=4/3 > -ffourcc DX50" > VIDEO_CODEC="-ovc xvid -xvidencopts bitrate=$BIT_RATE" > mencoder tv:// $TV_DEVICE $VIDEO_OPTIONS $AUDIO_CODEC $VIDEO_CODEC > -endpos $DURATION -o "$FNAME"_`date +%m%d`.avi -quiet > > > On Fri, 2007-06-08 at 09:42 -0600, peter wrote: >> <VIDEO-NEWB ALERT> >> >> I have a 10-minute video clip on DVD that I would like to convert to a small >> file that could be posted to the web (I have permission). >> >> Here's what I tried: I ripped the DVD with dvdrip, but I couldn't see any >> configuration options to resize and compress the file, so I ended up with a >> 720x486, 30 fps (682 MB) file. >> >> Then I tried to find a program to resize the image to 320x240, change the >> framerate to 10 fps, and the bitrate to something like 112 Kbps. I thought I >> would try cinellera, but haven't been able to get it to work. >> >> Would convert work? Is there another app that would work? Thanks. >> > > _Royce Souther <mailto:[EMAIL PROTECTED]>_ > _www.SiliconTao.com <http://www.SiliconTao.com>_ > Let Open Source help your business move beyond. > > For security this message is digitally authenticated by _GnuPG > <http://www.gnupg.org>_. > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > clug-talk mailing list > [email protected] > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGaYe2wRXgH3rKGfMRAhcQAKCJqZ1vxST46otrJrk6OfJGw0cIdACffbhB tjIXJPbDBLBhrjcfAmeZscs= =kjfD -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

