aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmovtar/pkg-descr
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-16 03:39:39 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-16 03:39:39 +0000
commit2f79220caf7a319d3c2c60cf3bb1ae55fee6215e (patch)
treeaf5585c4e309c39ccafa25a66c0fb682864cc61a /multimedia/libmovtar/pkg-descr
parent57eb3d104b17dfada8cbb1d01c346b1b6be044f8 (diff)
Notes
Diffstat (limited to 'multimedia/libmovtar/pkg-descr')
-rw-r--r--multimedia/libmovtar/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/libmovtar/pkg-descr b/multimedia/libmovtar/pkg-descr
new file mode 100644
index 000000000000..0eaf5911cf52
--- /dev/null
+++ b/multimedia/libmovtar/pkg-descr
@@ -0,0 +1,19 @@
+[ excerpt from developer's README ]
+
+libmovtar
+---------
+
+has been implemented according to the quicktime4linux API
+
+It supports reading and writing (read/write mode has been prepared,
+but is not implemented yet) of MJPEG video in YUV 4:2:2 JPEG with
+mono/stereo, 8/16-bit, any sample rate sound.
+
+It supports indexing files (always done when writing a new file,
+old (or manually created) movtar files without index are indexed
+internally during the opening process).
+
+You can freely jump forwards and backwards between the frames in
+an opened file.
+
+WWW: http://sourceforge.net/projects/mjpeg/