[Mplayer-cvslog] CVS: main/DOCS/tech formats.txt,1.3,1.4

Winner of tha face compo gabucino at mplayer.dev.hu
Mon Nov 12 18:30:51 CET 2001


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mplayer:/var/tmp.root/cvs-serv6827/DOCS/tech

Modified Files:
	formats.txt 
Log Message:


Index: formats.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/formats.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- formats.txt	8 Nov 2001 13:37:32 -0000	1.3
+++ formats.txt	12 Nov 2001 17:30:49 -0000	1.4
@@ -35,7 +35,7 @@
 
   - AVI streams.
     Two kind of RIFF AVI files exists:
-    1. interleaved: audio and video content is interlaved. it's faster and
+    1. interleaved: audio and video content is interleaved. it's faster and
        requires only 1 reading thread, so it's recommended (and mostly used).
     2. non-interleaved: audio and video aren't interleaved, i mean first come
        whole video followed by whole audio. it requires 2 reading process or
@@ -46,7 +46,7 @@
        played as non-interleaved otherwise you get a-v desync or buffer overflow.
 
     MPlayer supports 2 kind of timing for AVI files:
-    - bps-based: it is based on bitrate/samplerate of video/audio steram.
+    - bps-based: it is based on bitrate/samplerate of video/audio stream.
       this method is used by most players, including avifile and wmp.
       files with broken headers, and files created with VBR audio but not
       vbr-compliant encoder will result a-v desync with this method.
@@ -73,7 +73,7 @@
     I also note, that most AVI encoders/multiplexers create bad files if
     using VBR audio. only 2 exception (known by me): NaNDub and MEncoder.
     
-    FPS: only constant framerate allowed, but it's possib;e to skip frames.
+    FPS: only constant framerate allowed, but it's possible to skip frames.
 
   - ASF streams:
     ASF (active streaming format) comes from Microsoft. they developed two




More information about the MPlayer-cvslog mailing list