diff options
author | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-16 09:56:13 +0000 |
---|---|---|
committer | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-16 09:56:13 +0000 |
commit | b7a8d7f8ba1f3157824d1277b3bdf9741e2d2a01 (patch) | |
tree | 55ae948a3945bd806e9f954c564e9fff5e7e115c /DOCS | |
parent | 6f7916cae6314888bf8997c5c7cc8824e3c94cd9 (diff) |
v4l - dimensions in the example were not multiple of 16
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8475 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 88e9ca0175..aebcf925ab 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1160,7 +1160,7 @@ on:driver=v4l:width=640:height=480 -vo xv</CODE><BR> -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 \<BR> -oac mp3lame -lameopts cbr:br=64 \<BR> -vop - pp=lb,crop=720:540:24:18 -o output.avi </CODE><BR> + pp=lb,crop=720:544:24:16 -o output.avi </CODE><BR> <BR> This will additionally rescale the image to 384x288 and compresses |