mencoder -ovc help will give you a list of video codecs. Basically you have XviD, x264 and various lavc codecs that you can use with avi. x264 as well as some libavcodec encoders are/can be lossless which can be usefull for editing.
My advice would be to read the mencoder man pages.
Also, if this t@b app shows you the commandlines used, looking at them should help.
basically just: mencoder.exe -ovc [insert codec] -oac [insert codec] input -o output
There are also encoder settings that you can specify like: -xvidencopts pass=1:qpel=1, etc. or lameencopts preset=medium.
My advice would be to read the mencoder man pages.
Also, if this t@b app shows you the commandlines used, looking at them should help.
basically just: mencoder.exe -ovc [insert codec] -oac [insert codec] input -o output
There are also encoder settings that you can specify like: -xvidencopts pass=1:qpel=1, etc. or lameencopts preset=medium.
Comment