<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Přiznám se, že videu rozumím jako koza petrželi, ale můj oblíbený
mplayer/mencoder má v dokumentaci:<br>
<p>A more sophisticated example. This makes <span class="application">MEncoder</span>
capture the full PAL image, crop the margins, and deinterlace the
picture
using a linear blend algorithm. Audio is compressed with a constant
bitrate
of 64kbps, using LAME codec. This setup is suitable for capturing
movies.
</p>
<pre class="screen">     mencoder -tv driver=v4l:width=768:height=576 \
     -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 \
     -oac mp3lame -lameopts cbr:br=64 \
     -vf crop=720:544:24:16,pp=lb -o <i><tt>output.avi</tt></i> tv://
</pre>
Nevyhovovalo by vám to? Driver asi nebude v4l, ale něco wokenního.<br>
La'd"a<br>
<br>
<br>
</body>
</html>