From e4341f2611ded70aa4dcff76f3a8bcafd3ce8a43 Mon Sep 17 00:00:00 2001
From: gabucino
Date: Sun, 6 Apr 2003 16:58:07 +0000
Subject: sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9862 b3059339-0415-0410-9bf9-f77b7e298cf2
---
DOCS/hu/codecs.html | 27 +++++++++++++++++++++++++++
DOCS/hu/documentation.html | 1 +
2 files changed, 28 insertions(+)
(limited to 'DOCS/hu')
diff --git a/DOCS/hu/codecs.html b/DOCS/hu/codecs.html
index 283b2fb06f..eb2f306fc8 100644
--- a/DOCS/hu/codecs.html
+++ b/DOCS/hu/codecs.html
@@ -435,8 +435,35 @@ Az MPlayer a RealVideo
fejezetben található.
+
+
+Az AAC (Advanced Audio Coding) egy MOV illetve MP4 file-okban előforduló
+ audio codec. A FAAD nevű nyílt forráskódú dekóder az
+ AudioCoding.com címről tölthető le.
+ A második generációs FAAD2 codec a
+ letöltési lapon
+ található. Sajnos a FAAD2 1.1 nem fordul le Linux alatt, így a CVS verziót
+ kell használni. Íme ennek útmutatója:
+
+
+ - cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
+ - cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2
+ - cd faad2/
+ - chmod +x bootstrap
+ - ./bootstrap
+ - make
+ - make install
+
+
+Az audiocoding.com címen nem fogsz találni binárisokat. Debian csomagok
+ Christian Marillat honlapján,
+ Mandrake RPM-ek pedig a
+ P.L.F lapján találhatók.
+
+
+
VfW (Video for Windows) a régi Video API Windowshoz. A codec-jei .DLL vagy
diff --git a/DOCS/hu/documentation.html b/DOCS/hu/documentation.html
index e37ef17429..7023de7d11 100644
--- a/DOCS/hu/documentation.html
+++ b/DOCS/hu/documentation.html
@@ -100,6 +100,7 @@
2.2.2.5 RealAudio
2.2.2.6 QDesign codec-ek
2.2.2.7 Qualcomm codec-ek
+ 2.2.2.8 AAC codec
2.2.3 Hogyan használj ismeretlen Win32 codec-et