Welcome, Guest. Please login or register.

Author Topic: SDL MPEG Player (SMPEG)  (Read 2366 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline dcr8520Topic starter

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 107
    • Show all replies
    • http://Amiga.SourceForge.net
SDL MPEG Player (SMPEG)
« on: October 27, 2002, 05:01:04 PM »
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



This library is distributed under the GNU Library Public License (LGPL  version 2. (and was compiled with: -m68020-60

 plaympeg are simple video player provided to test the library. (it requires the same for SDL library: CGX, AHI, etc) The C library interface is 'documented' in smpeg.h, and the C library interface is spread out over the MPEG*.h files.

Download it