It creates this out.ogv file and I started out converting it for youtube with
Code: Select all
ffmpeg -i out.ogv out.avi The quality was nothing to cheer for so I installed mencoder. And the last decent result i got was when i converted it like this:
Code: Select all
mencoder -idx out.ogv -ovc lavc -oac mp3lame -o out.aviHer is the output of mencoder -ovc help
Code: Select all
mencoder -ovc help
MEncoder SVN-r31774-4.5.0 (C) 2000-2010 MPlayer Team
158 audio & 340 video codecs
Available codecs:
copy - frame copy, without re-encoding. Doesn't work with filters.
frameno - special audio-only file for 3-pass encoding, see DOCS.
raw - uncompressed video. Use fourcc option to set format explicitly.
lavc - libavcodec codecs - best quality!
vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html.
qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.
xvid - XviD encoding
x264 - H.264 encoding
Is this the top of the pyramid , the top of the pops?
I doubt it - so please help me wizards:
How do you do it?
