Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 05/15/2001 02:09:48
Module Name:	doc
Committed By:	hubertf
Date:		Mon May 14 23:09:48 UTC 2001

Modified Files:
	doc: pkg-CHANGES

Log Message:
Add mpeg_encode-1.5b: The Parallel Berkeley MPEG Encoder

The primary focus of MPEG encoding algorithms is 1) To create fast
and efficient motion vector search techniques and 2) To find "good"
encoding parameters that provide a balance of encoding speed,
compression and quality.

The Berkeley encoder accelerates the process by parallelizing in
the temporal direction. The overall organization of the encoder is
shown in Figure 2. The Master server is the overall coordinator.
It allocates groups of frames to the Slave servers for encoding.
The sharing of the files is achieved best, if the directories
containing the video files are NFS mounted and accessible uniformly
to all processors (alternatively they can be sent out though sockets
by the Master). The various activities are managed by inter process
communication through sockets.


To generate a diff of this commit:
cvs rdiff -r1.4305 -r1.4306 doc/pkg-CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.