diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-30 16:43:09 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-30 16:43:09 +0000 |
commit | aa703fb92cc3858ca74a4c4ff67ef86849d374cb (patch) | |
tree | 0b48646ca975478fefc18e56090cb17f9f48858f /DOCS | |
parent | a58594276abcba524a66a46e0f27507c7d230fc2 (diff) |
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3899 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/Hungarian/documentation.html | 2 | ||||
-rw-r--r-- | DOCS/documentation.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html index 1e75fa00a0..539673f2d0 100644 --- a/DOCS/Hungarian/documentation.html +++ b/DOCS/Hungarian/documentation.html @@ -793,7 +793,7 @@ Teszt kimenet, AAlib-re :)<BR> <CODE> mplayer -tv on:driver=dummy:width=640:height=480 -vo aa</CODE><BR> <BR> Szabványos V4L-ről bemenet<BR> -<CODE> mplayer -tv on:driver=v4l:width=800:height=600:device=/dev/video0:input=television:outfmt=yv12 -vo xv</CODE><BR> +<CODE> mplayer -tv on:driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv</CODE><BR> </P> diff --git a/DOCS/documentation.html b/DOCS/documentation.html index dfa85943de..1f47210e18 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -764,7 +764,7 @@ Dummy output, to AAlib :)<BR> <CODE> mplayer -tv on:driver=dummy:width=640:height=480 -vo aa</CODE><BR> <BR> Input from standard V4L<BR> -<CODE> mplayer -tv on:driver=v4l:width=800:height=600:device=/dev/video0:input=television:outfmt=yv12 -vo xv</CODE><BR> +<CODE> mplayer -tv on:driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv</CODE><BR> </P> |