[MPlayer-dev-eng] More on timestamps in NUT

Ville Saari 114263 at foo.bar.org
Mon May 3 22:44:14 CEST 2004


On Mon, May 03, 2004 at 01:01:31AM -0400, D Richard Felker III wrote:
> For special
> applications where ultra-low overhead is needed (such as streaming
> vorbis audio at 8-24 kbit/sec), it is not unreasonable to expect the
> user to load a custom framecode table into the muxer to optimize the
> overhead.

Whenever the container is created as a file on disk, it can be optimized
afterwards. A tool could be written that reads a nut file and produces
another nut file with framecode table and timestamp deltas optimized
for that specific file. The only limitation is that the input file can
not be a pipe as it needs to be read twice.

The two-pass operation could also be an option in the muxer itself, but a
separate tool would be handier in some situations.

-- 
 Ville




More information about the MPlayer-dev-eng mailing list