summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-06-30 14:42:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-30 15:00:38 +0200
commite97ec65630d10d8eeeacdd2399bf68ca34eacab5 (patch)
tree467ab93e73c0d3836de5635f3ba8b119985ed891 /doc/encoders.texi
parent8080688d0e3d771bb2930457cd64c0f01591e59b (diff)
doc: Add jpeg2000 encoder documentation.
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 8fed2fcea9..594664408f 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1342,6 +1342,21 @@ disabled
A description of some of the currently available video encoders
follows.
+@section jpeg2000
+
+The native jpeg 2000 encoder is lossy by default, the @code{-q:v}
+option can be used to set the encoding quality. Lossless encoding
+can be selected with @code{-pred 1}.
+
+@subsection Options
+
+@table @option
+@item format
+Can be set to either @code{j2k} or @code{jp2} (the default) that
+allows to store non-rgb pix_fmts.
+
+@end table
+
@section libtheora
libtheora Theora encoder wrapper.