mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12f1e42196
and merge in (really dumb) things that I forgot to do. PR: 16500 Submitted by: Maxim Sobolev <sobomax@altavista.net>
15 lines
773 B
Plaintext
15 lines
773 B
Plaintext
SMPEG is a free MPEG1 video player library with sound support. Video playback
|
|
is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is
|
|
played through a slightly modified mpegsound library, part of Splay v0.8.2.
|
|
SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.
|
|
|
|
plaympeg, gtv, and glmovie are simple video players provided to test the
|
|
library. The C library interface is 'documented' in smpeg.h, and the C++
|
|
library interface is spread out over the MPEG*.h files.
|
|
|
|
This is a work in progress. Only 16 bit color depth is supported.
|
|
The player will dynamically conver to other color depths, but playback
|
|
will be much faster if your display is already set to 16 bit color depth.
|
|
|
|
WWW: http://www.lokigames.com/development/smpeg.php3
|