comparison DOCS/tech/formats.txt @ 6051:e8f013ef61fd

ssm supported, dvdnav
author arpi
date Sun, 12 May 2002 00:47:19 +0000
parents 72c750bbc249
children 6e1c3a66d554
comparison
equal deleted inserted replaced
6050:de28fffadb2e 6051:e8f013ef61fd
1 1. Input layer, supported devices, methods: 1 1. Input layer, supported devices, methods:
2 - plain file, with seeking 2 - plain file, with seeking
3 - STDIN, without seeking backward 3 - STDIN, without seeking backward
4 - network streaming (currently plain wget-like HTTP, no MMS support yet) 4 - network streaming (currently plain wget-like HTTP and MMS (.asx))
5 - VCD (Video CD) track, by direct CDROM device access (not requires mounting disc) 5 - VCD (Video CD) track, by direct CDROM device access (not requires mounting disc)
6 - DVD titles using .IFO structure, by direct DVD device access (not requires mounting disc) 6 - DVD titles using .IFO structure, by direct DVD device access (not requires mounting disc)
7 - DVD titles using menu navigation (experimental/alpha, not yet finished)
7 8
8 2. Demuxer/parser layer, supported file/media formats: 9 2. Demuxer/parser layer, supported file/media formats:
9 10
10 - MPEG streams (ES,PES,PS. no TS support yet) 11 - MPEG streams (ES,PES,PS. no TS support yet)
11 note: mpeg demuxer silently ignore non-mpeg content, and find mpeg packets 12 note: mpeg demuxer silently ignore non-mpeg content, and find mpeg packets