summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/formats.txt
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-12 17:30:49 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-12 17:30:49 +0000
commit88947731c24beb12e1a149bb41de0301b05c7ebc (patch)
tree539b91f61938fccc0bfbf3cd697ed3eeadbc5ffe /DOCS/tech/formats.txt
parented79f1f1dd21321f1edcb0a2372c6db05104aa24 (diff)
downloadmpv-88947731c24beb12e1a149bb41de0301b05c7ebc.tar.bz2
mpv-88947731c24beb12e1a149bb41de0301b05c7ebc.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2856 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/formats.txt')
-rw-r--r--DOCS/tech/formats.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech/formats.txt b/DOCS/tech/formats.txt
index 687e356a1f..03ac0b46e9 100644
--- a/DOCS/tech/formats.txt
+++ b/DOCS/tech/formats.txt
@@ -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