diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-21 19:46:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-21 19:46:49 +0000 |
commit | 8cefe4530f909d61318705f0d08c92f8e19c6a4e (patch) | |
tree | 6cc560248572526c7228870365d001591e53daf7 /multimedia | |
parent | First working version of port. Needs testing and cleanup, probably move (diff) |
Add information on supported both streams and players
Submitted by: Joseph King <king@v2project.com>
Notes
Notes:
svn path=/head/; revision=68530
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ogmtools/pkg-descr | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/ogmtools/pkg-descr b/multimedia/ogmtools/pkg-descr index 4f44102a290a..9f56f9ca348a 100644 --- a/multimedia/ogmtools/pkg-descr +++ b/multimedia/ogmtools/pkg-descr @@ -1,7 +1,12 @@ -[ excerpt (with adaptations) from developer's website ] +[ excerpt (with adaptations) from developer's website with modifications ] These tools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams. Note that I'll use OGM for "OGG media streams". +Supported stream types include video streams from AVIs or Ogg files +and Vorbis audio from Ogg files. The resulting files can be played +back with mplayer or with the OggDS Direct Show filters under +Windows. + WWW: http://www.bunkus.org/videotools/ogmtools/ |