diff --git a/DOCS/Hungarian/codecs.html b/DOCS/Hungarian/codecs.html index 47e58f5d55..207b2d8c6e 100644 --- a/DOCS/Hungarian/codecs.html +++ b/DOCS/Hungarian/codecs.html @@ -16,6 +16,7 @@
  • ASF/WMV 1.0 formátum
  • file olvasása, stdin-ről is, továbbá hálózatról, HTTP-n keresztül
  • QT/MOV file-ok olvasása, tömörített/len fejlécekkel is +
  • VIVO formátum (.viv file-ok)

    Megj.: realmediával kapcsolatban lásd a FAQ-t !

    @@ -29,10 +30,11 @@ gener

    A legfontosabb video codecek:

    A legfontosabb audio codecek:
    diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html index d9e92f8087..48835df60f 100644 --- a/DOCS/Hungarian/documentation.html +++ b/DOCS/Hungarian/documentation.html @@ -145,9 +145,8 @@

    Az MPlayer egy LINUXON működő videolejátszó (fut sok más Unix-on és akár nem-x86 processzorokon is. Lásd a 6-os fejezetet). - Le tudja játszani a legtöbb MPEG, AVI és ASF/WMV file-t (néhány QT/MOV file-t - is, leginkább a CVID vagy VP31 video fileokat, tömörítetlen audioval), - valamint felsorakoztat jónéhány natív, XAnim, és Win32 codecet. Nézhetsz vele + Le tudja játszani a legtöbb MPEG, VOB, AVI, VIVO, ASF/WMV, QT/MOV file-t, + és ezekhez felsorakoztat jónéhány natív, XAnim, és Win32 codecet. Nézhetsz vele VideoCD-t, SVCD-t, DVD-t, 3ivx-et, és még DivX-et is (ezutóbbihoz egyáltalán nincs szükség az avifile csomagra!). A másik óriási tulajdonsága az MPlayernek a megjelenítési módok széles választéka. Működik diff --git a/DOCS/codecs.html b/DOCS/codecs.html index d38e52152c..27ed9dc721 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -16,7 +16,7 @@

  • RIFF AVI file format
  • ASF/WMV 1.0 file format
  • QT/MOV file format with (un)compressed headers - +
  • VIVO format (.viv files)
  • supports reading from file, stdin, or network via HTTP

    @@ -31,10 +31,11 @@ daily generated list!!!

    The most important video codecs:

    The most important audio codecs:
    diff --git a/DOCS/documentation.html b/DOCS/documentation.html index ded81a3aa0..1ef02a6774 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -145,18 +145,18 @@

    1.1. Overview

    MPlayer is a movie player for LINUX (runs on many other Unices, and -non-x86 CPUs, see section 6). It plays most MPEG, AVI -and ASF/WMV files (also some QT/MOV files, with CVID, VP31 video, and raw -audio), supported by many native, XAnim, and Win32 DLL codecs. You can watch -VideoCD, SVCD, DVD, 3ivx, and even DivX movies too (and -you don't need the avifile library at all!). The another big feature of mplayer -is the wide range of supported output drivers. It works with X11, Xv, DGA, -OpenGL, SVGAlib, fbdev, AAlib, but you can use SDL (and this way all drivers of -SDL) and some lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon) too! -Most of them supports software or hardware scaling, so you can enjoy movies in -fullscreen. And what about the nice big antialiased shaded subtitles (9 -supported types!!!) with european/ISO 8859-1,2 (hungarian, english, czech, etc), cyrillic, -korean fonts, and OSD?

    +non-x86 CPUs, see section 6). It plays most MPEG, VOB, +AVI, VIVO, ASF/WMV, QT/MOV files, supported by many native, XAnim, and Win32 +DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, +and even DivX movies too (and you don't need the avifile library at +all!). The another big feature of mplayer is the wide range of supported output +drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can +use SDL (and this way all drivers of SDL) and some lowlevel card-specific +drivers (for Matrox, 3Dfx and Radeon) too! Most of them supports software or +hardware scaling, so you can enjoy movies in fullscreen. And what about the +nice big antialiased shaded subtitles (9 supported types!!!) with +european/ISO 8859-1,2 (hungarian, english, czech, etc), cyrillic, korean fonts, +and OSD?

    MPlayer is basically GPL, but contains some non-GPL code which is not allowed to be distributed in binary form, and also contains the OpenDivX @@ -778,6 +778,7 @@ Anyone has closer info?

  • ALSA output driver in libao2
  • vo_ggi output driver in libvo (www.ggi-project.org)
  • xanim codecs support (incomplete yet!)
  • +
  • VIVO files support
  • Andreas Ackermann (Acki)