[FFmpeg-cvslog] doc: Add jpeg2000 encoder documentation.

Carl Eugen Hoyos git at videolan.org
Tue Jun 30 15:09:00 CEST 2015


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Jun 30 14:42:14 2015 +0200| [e97ec65630d10d8eeeacdd2399bf68ca34eacab5] | committer: Michael Niedermayer

doc: Add jpeg2000 encoder documentation.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e97ec65630d10d8eeeacdd2399bf68ca34eacab5
---

 doc/encoders.texi |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 8fed2fc..5946644 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.
 
+ at 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}.
+
+ at subsection Options
+
+ at table @option
+ at item format
+Can be set to either @code{j2k} or @code{jp2} (the default) that
+allows to store non-rgb pix_fmts.
+
+ at end table
+
 @section libtheora
 
 libtheora Theora encoder wrapper.



More information about the ffmpeg-cvslog mailing list