diff --git a/DOCS/Hungarian/codecs.html b/DOCS/Hungarian/codecs.html index 937e6ef725..3b7d4af16f 100644 --- a/DOCS/Hungarian/codecs.html +++ b/DOCS/Hungarian/codecs.html @@ -15,9 +15,10 @@
  • RIFF AVI formátum
  • 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

    -

    Megj.: quicktime-vel és realmedia-val kapcsolatban lásd a FAQ-t !

    +

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

    2.1.2. Támogatott audio és video codec-ek

    @@ -29,8 +30,7 @@ gener

    diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html index 3a5d95fa6c..c774fb8ad3 100644 --- a/DOCS/Hungarian/documentation.html +++ b/DOCS/Hungarian/documentation.html @@ -120,8 +120,9 @@

    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, valamint - felsorakoztat jónéhány natív és Win32 codecet. Nézhetsz vele + 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 és Win32 codecet. Nézhetsz vele VideoCD-t, SVCD-t, DVD-t, é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/Hungarian/faq.html b/DOCS/Hungarian/faq.html index 297c40a009..91a7416eec 100644 --- a/DOCS/Hungarian/faq.html +++ b/DOCS/Hungarian/faq.html @@ -491,15 +491,12 @@ Eegen. Az nvidia kijav   Q: - Hogyan játszhatok le QuickTime és RealMedia file-okat MPlayer-rel? +Hogyan játszhatok le RealMedia file-okat MPlayer-rel? A: - Nem lehetséges. A legjobb az lenne ha lángok nyelnék el ezeket a - formátumokat. Elméletileg visszafejthetők a Linuxos Real codec-ek - (.so file-ként tárolódnak), de gyakorlatban ez nagyon nehéz feladat, még - akkor is az, ha tudnád hogy miként lett fordítva. A régebbi QuickTime - formátumok lejátszhatóak, és hamarosan az MPlayer-ben is lesz ilyen funkció, - de az újabb filmek Sorenson-nal vannak tömörítve és ez a codec mélyen bele - van ágyazva a QT programba, ergo lehetetlen felhasználni. +Nem lehetséges. A legjobb az lenne ha lángok nyelnék el ezeket a +formátumokat. Elméletileg visszafejthetők a Linuxos Real codec-ek +(.so file-ként tárolódnak), de gyakorlatban ez nagyon nehéz feladat, még +akkor is az, ha tudnád hogy miként lett fordítva.   Q: diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 48b596a63e..01c3f5e10e 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -15,10 +15,12 @@ formats

  • RIFF AVI file format
  • ASF/WMV 1.0 file format +
  • QT/MOV file format with (un)compressed headers (INCOMPLETE!) +
  • supports reading from file, stdin, or network via HTTP

    -

    Note: about quicktime (.mov/.qt) and realmedia (.ra/.rm) support read the FAQ!

    +

    Note: about realmedia (.ra/.rm) support read the FAQ!

    2.1.2. Supported audio & video codecs

    diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 6372c7031a..bc7e93c2c4 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -119,7 +119,8 @@

    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, supported by many native and Win32 DLL codecs. You can watch +and ASF/WMV files (also some QT/MOV files, with CVID, VP31 video, and raw +audio), supported by many native and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD 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, @@ -646,6 +647,7 @@ all data is accessed modulo 4GB

  • Makefile improvements
  • prelimenary DVD support
  • various X11 cleanups and fixes +
  • HTMLization of documentation
  • Gábor Bérczi (Gabucino): <gabucino@k2.jozsef.kando.hu> diff --git a/DOCS/faq.html b/DOCS/faq.html index 9b25218843..56ba407f7c 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -523,16 +523,12 @@ congratule them.   Q: -Is there a hint on how to watch QuickTime and RealMedia movies in MPlayer? +Is there a hint on how to watch RealMedia movies in MPlayer? A: -There's no way to do it. Therefore these formats deserve to die in flames. +There's no way to do it. Therefore this format deserves to die in flames. Theoretically you can reverse engineer Real codecs built for Linux (they are available as .so files), but in practice that's really difficult, even if you know how the compiler used by Real is making assembler code. -As for QuickTime, it's possible to play some old movies and this -capability will be added to mplayer soon, but newer clips are all Sorenson -encoded, and that codec is built-in deep in the QT executable, there's -no way to use it.   Q: