summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-08 13:37:32 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-08 13:37:32 +0000
commit268cd697c76b12b4a2e522d7a3092b13924e30b4 (patch)
tree01da143edc188646c1e83619d14e9738ffa265f9 /DOCS
parent33d4bdc12d04bab47992af9e9fc278ca83fee806 (diff)
downloadmpv-268cd697c76b12b4a2e522d7a3092b13924e30b4.tar.bz2
mpv-268cd697c76b12b4a2e522d7a3092b13924e30b4.tar.xz
fixes suggested by atmos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2768 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/formats.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/tech/formats.txt b/DOCS/tech/formats.txt
index 15d3895e7b..687e356a1f 100644
--- a/DOCS/tech/formats.txt
+++ b/DOCS/tech/formats.txt
@@ -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 baed on bitrate/samplerate of video/audio steram.
+ - bps-based: it is based on bitrate/samplerate of video/audio steram.
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.
@@ -61,7 +61,7 @@
they have an INDEX block at the end of the file. It's optional, but
most files has such block, because it REQUIRES for seeking.
Btw usually it can be rebuild from file content, mplayer does it with
- the -idx switch. Mplayer can fix broken index blocks using -forceidx.
+ the -idx switch. Mplayer can recreate broken index blocks using -forceidx.
As AVI files needs index for random access, broken files with no index
are usually unplayable.
Of course, cutting/joining AVI files needs special programs.
@@ -90,7 +90,7 @@
Codecs: video is mostly microsoft's mpeg4 variants: MP42, MP43 (aka DivX),
WMV1 and WMV2. but any codecs allowed.
- audio is usually wma or voxware, but any codecs allowed.
+ audio is usually wma or voxware, sometimes mp3, but any codecs allowed.
FPS: no fixed fps, every video frame has an exact timestamp instead.
I've got stream with up to 3 sec frame display times.
@@ -98,7 +98,7 @@
- QuickTime / MOV files:
They come from Mac users, usually with .mov or .qt extension, but as
MPEG Group choose quicktime as recommended file format for MPEG4,
- sometimes you meet quicktime files with .mpg extension.
+ sometimes you meet quicktime files with .mpg or .mp4 extension.
At first look, it's a mixture of ASF and AVI.
It requires INDEX block for random access and seeking, and even for
@@ -110,9 +110,9 @@
Broken files are only playable if they have header at the beginning!
Codecs: any codecs allowed, both CBR and VBR.
- Note: most new mov files use Sorenson video and audio, they are
- patented, closed, secret, (TM)-ed etc formats, only Apple's quicktime
- player is able to playback these files (on win/mac only).
+ Note: most new mov files use Sorenson video and QDesign Music audio,
+ they are patented, closed, secret, (TM)-ed etc formats, only Apple's
+ quicktime player is able to playback these files (on win/mac only).
- VIVO files:
They are funny streams. They have a human-readable ascii header at