# HG changeset patch # User gabucino # Date 1005157275 0 # Node ID d4a8894c4b441bf93aabfc3b13ce8af4c60a9b3f # Parent 24797a1d36d643cb4b812655145502d0477e18f8 half-translated yet diff -r 24797a1d36d6 -r d4a8894c4b44 DOCS/Hungarian/formats.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DOCS/Hungarian/formats.html Wed Nov 07 18:21:15 2001 +0000 @@ -0,0 +1,113 @@ + +
+ + + + + + +Az MPlayer a következő egységeket/formátumokat ismeri :
+
Megjegyzés: realmedia-val (.ra/.rm) kapcsolatban lásd a FAQ-t!
+ +Fontos tisztázni egy elterjedt tévhitet. Amikor az emberek egy .AVI +kiterjesztésű file-t látnak, azonnal azt mondják hogy az nem MPEG file. +Ez nem igaz. Legalábbis nem ebben a formában. Ha azt mondod nekik hogy ez +a file tartalmazhat MPEG videot is, kinevetnek. Nyugodtan verd bucira +a fejüket, és küldd el őket RTFM-be.
+ +Ugyanis, a codec nem egyenlő a file formátummal.
+A video codec-ek például a következők: MPEG1, MPEG2, DivX, Indeo5, 3ivx.
+És a video formátumok: MPG, VOB, AVI, ASF.
+
Elméletben nyugodt szívvel beletehetsz OpenDivX videot és MP3 audiot +egy .MPG formátumú file-ba. Annyi a probléma hogy a legtöbb lejátsz +nem fogja lejátszani, mert MPEG1 videot és MP2 audiot várnak (az .MPG-ben +nem lehet megadni hogy milyen formátumban van benne a video és audio, mint +például az .AVI-ban). Van tegyél MPEG1 videot .AVI-ba. Például az +ffmpeg tud ilyen fileokat +létrehozni.
+ +Audionál a codec és formátum gyakorlatilag ugyanazt +jelenti.
+ + + + + +2.1.1.1. MPG, VOB, DAT file-ok
+ ++
-vcd
option to play the VideoCD.One important feature for MPGs is that they have a field to describe +the aspect ratio of the video stream within. For example SVCDs have +480x480 resolution video, and in the header that field is set to 4:3, so +it's played at 640x480. AVI files don't have this field, so one has to +scale it during encoding.
+ + + + +Designed by Micro$oft, the AVI (Audio Video Interleaved) is a
+widespread multipurpose format, currently used mostly for DivX and DivX4
+videos. Has many known drawbacks, and inabilities (for example in streaming).
+Has support for one video stream, and 99 audio streams. Can be as big as
+2Gb. There exists an extension for it to be bigger, called OpenDMS.
+M$ currently strongly discourages its use and propagates ASF/WMV. Not if
+anybody cares.
+NOTE : DV cameras can create two types of AVI format, one is the usual and
+playable, the other is neither.
ASF is a new very undocumented fileformat from M$, and WMV is its +successor. They are very commercial, and anyone who writes an opensource +parser for them, soon meets certain doom. While creating the parser, it +was obvious to see how bulky, shit, and unusable they are. Not if anybody +would expect something else from M$. + + +
+ +They are Apple's formats. Not much to say, basically well designed, +multipurpose, streamable, many features etc. Kinda hard to find documentation, +but we think the parser is perfect. + +
+ +Hey this is new code in MPlayer, be gentle! Seeking is +currently nonexistent, audio too. TODO : complete this section.
+ + + + +Currently MPlayer is still a Movie and not a Media +player, thus the pure audio formats (for example MP3, WAV, audio ASF) are +unplayable. Use xmms, mpg123 +or whatever.
+ + +