comparison DOCS/tech/formats.txt @ 12228:7e22b762e1a8

typo fix: Mplayer --> MPlayer
author diego
date Sat, 17 Apr 2004 23:19:22 +0000
parents 6ecc0b5c08cb
children 42928a2e88fc
comparison
equal deleted inserted replaced
12227:aa01df570de0 12228:7e22b762e1a8
64 Headers: AVI files has a mandatory header at the begin of the file, 64 Headers: AVI files has a mandatory header at the begin of the file,
65 describing video parameters (resolution, fps) and codecs. Optionally 65 describing video parameters (resolution, fps) and codecs. Optionally
66 they have an INDEX block at the end of the file. It's optional, but 66 they have an INDEX block at the end of the file. It's optional, but
67 most files has such block, because it's REQUIRED for seeking. 67 most files has such block, because it's REQUIRED for seeking.
68 Btw usually it can be rebuilt from file content, mplayer does it with 68 Btw usually it can be rebuilt from file content, mplayer does it with
69 the -idx switch. Mplayer can recreate broken index blocks using -forceidx. 69 the -idx switch. MPlayer can recreate broken index blocks using -forceidx.
70 As AVI files needs index for random access, broken files with no index 70 As AVI files needs index for random access, broken files with no index
71 are usually unplayable. 71 are usually unplayable.
72 Of course, cutting/joining AVI files needs special programs. 72 Of course, cutting/joining AVI files needs special programs.
73 73
74 Codecs: any audio and video codecs allowed, but I note that VBR audio is 74 Codecs: any audio and video codecs allowed, but I note that VBR audio is