changeset 3566:92b3028b10f3

err... minor fixes/additions
author gabucino
date Mon, 17 Dec 2001 18:51:24 +0000
parents 7f7991864b96
children 9e1e88b3ca18
files DOCS/Hungarian/codecs.html DOCS/Hungarian/mplayer.1 DOCS/codecs.html DOCS/mplayer.1
diffstat 4 files changed, 20 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/codecs.html	Mon Dec 17 17:21:50 2001 +0000
+++ b/DOCS/Hungarian/codecs.html	Mon Dec 17 18:51:24 2001 +0000
@@ -20,6 +20,7 @@
 <LI>MJPEG, ASV2 és más hardware formátumok
 <LI>XAnim codec-ek
 <LI>VIVO</LI>
+<LI>FLI</LI>
 </UL></P>
 
 <P>Ha van olyan codeced, ami nincs felsorolva vagy támogatva, olvasd el a
@@ -163,7 +164,7 @@
 
 <P>Az <B>MPlayer</B> képes lejátszani Vivo (1.0 és 2.0) file-okat. Az 1.0-ás
 fileokra a legmegfelelőbb az FFmpeg-beli H263 codec, amit a <CODE>-vc ffh263</CODE>
-opcióval lehet használni (új libavcodec szükséges !). A 2.0-ás fileokhoz
+opcióval lehet használni (alapértelmezett) (új libavcodec szükséges !). A 2.0-ás fileokhoz
 szedd le az <CODE>ivvideo.dll</CODE> Win32 DLL file-t <A
 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">innen</A>),
 és installáld a <CODE>/usr/lib/win32</CODE> könyvtárba, vagy ahol tárolod
@@ -209,6 +210,7 @@
 <LI>Ogg Vorbis audio codec (natív)
 <LI>VoxWare audio (DirectShow-os DLL használatával)
 <LI>alaw, msgsm, pcm és más régi formátumok
+<LI>VIVO audio (g723, Vivo Siren)</LI>
 </UL></P>
 
 
@@ -259,8 +261,8 @@
 
 <P>A VIVO file-okban használt audio codec milyensége attól függ hogy VIVO/1.0
 avagy VIVO/2.0 fileról beszélünk. Az 1.0-ás fileokban <B>g.723</B> audio van,
-a 2.0-ásokban pedig <B>Vivo Siren</B>. Jelenleg egyikük se támogatott,
-de a g.723 codec <A
+a 2.0-ásokban pedig <B>Vivo Siren</B>. Mindkettő támogatott.
+A g.723/Siren codec <A
 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">innen</A> letölthető.</P>
 
 
--- a/DOCS/Hungarian/mplayer.1	Mon Dec 17 17:21:50 2001 +0000
+++ b/DOCS/Hungarian/mplayer.1	Mon Dec 17 18:51:24 2001 +0000
@@ -83,6 +83,8 @@
 .RB [ \-bpp\ mélység ]
 .RB [ \-flip ]
 .RB [ \-playlist\ <file> ]
+.RB [ \-slave ]
+.RB [ \-loop\ <num> ]
 .I - vagy file vagy eszköz
 .PP
 .SH LEÍRÁS
@@ -263,7 +265,10 @@
 a stdin-ről jövő parancsokra fog reagálni a lejátszó. Lásd a
 .B SLAVE MODE PROTOCOL
 fejezetet.
-.IP
+.TP
+.B -loop\ <num>
+Többszörös lejátszás. A 0-ás érték végtelenített lejátszást eredményez.
+.TP
 .SH "HALADÓSZINTŰ OPCIÓK"
 .TP
 .I MEGJEGYZÉS
--- a/DOCS/codecs.html	Mon Dec 17 17:21:50 2001 +0000
+++ b/DOCS/codecs.html	Mon Dec 17 18:51:24 2001 +0000
@@ -20,6 +20,7 @@
 <LI>MJPEG, ASV2 and other hardware formats</LI>
 <LI>XAnim codecs</LI>
 <LI>VIVO</LI>
+<LI>FLI</LI>
 </UL></P>
 
 <P>If you have a Win32 codec not listed here, and not supported yet, just read the <A
@@ -160,7 +161,7 @@
 
 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec
 for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc
-ffh263</CODE> option (you'll need the newest libavcodec !). For 2.0 files, use
+ffh263</CODE> option (default) (you'll need the newest libavcodec !). For 2.0 files, use
 the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A
 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>),
 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the
@@ -204,6 +205,7 @@
 <LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI>
 <LI>Voxware audio (using DirectShow DLL)</LI>
 <LI>alaw, msgsm, pcm and other simple old audio formats</LI>
+<LI>VIVO audio (g723, Vivo Siren)</LI>
 </UL></P>
 
 
@@ -258,8 +260,8 @@
 
 <P>The audio codec used in VIVO files depends on whether it's a VIVO/1.0 or
 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files
-have <B>Vivo Siren</B>. Currently none of them is supported, but you can
-grab the g.723 codec from
+have <B>Vivo Siren</B>. Both is <U>supported</U>. You can grab the g.723/Siren
+Win32 DLL from
 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>,
 then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P>
 
--- a/DOCS/mplayer.1	Mon Dec 17 17:21:50 2001 +0000
+++ b/DOCS/mplayer.1	Mon Dec 17 18:51:24 2001 +0000
@@ -83,6 +83,7 @@
 .RB [ \-flip ]
 .RB [ \-playlist\ <filename> ]
 .RB [ \-slave ]
+.RB [ \-loop\ <num>]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -261,6 +262,9 @@
 See section
 .B SLAVE MODE PROTOCOL
 for the syntax.
+.TP
+.B \-loop\ <num>
+Loops movie playback <num> times. 0 means forever.
 .IP
 .SH "ADVANCED OPTIONS"
 .TP