diff options
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> |