[FFmpeg-cvslog] doc/encoders: Add all options for JPEG2000 encoder
Gautam Ramakrishnan
git at videolan.org
Mon Aug 17 13:02:43 EEST 2020
ffmpeg | branch: master | Gautam Ramakrishnan <gautamramk at gmail.com> | Mon Aug 10 22:32:00 2020 +0530| [642404f28d39cefb7857c0d77c3a4e5ac98e62c6] | committer: Gyan Doshi
doc/encoders: Add all options for JPEG2000 encoder
This patch updates the documentation by adding all options
for JPEG2000 encoder.
Revised-by: Gyan Doshi <ffmpeg at gyani.pro>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=642404f28d39cefb7857c0d77c3a4e5ac98e62c6
---
doc/encoders.texi | 34 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 13aa5dee41..fd9235a05a 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1365,10 +1365,42 @@ can be selected with @code{-pred 1}.
@subsection Options
@table @option
- at item format
+ at item format @var{integer}
Can be set to either @code{j2k} or @code{jp2} (the default) that
makes it possible to store non-rgb pix_fmts.
+ at item tile_width @var{integer}
+Sets tile width. Range is 1 to 1073741824. Default is 256.
+
+ at item tile_height @var{integer}
+Sets tile height. Range is 1 to 1073741824. Default is 256.
+
+ at item pred @var{integer}
+Allows setting the discrete wavelet transform (DWT) type
+ at table @option
+ at item dwt97int (Lossy)
+ at item dwt53 (Lossless)
+ at end table
+Default is @code{dwt97int}
+
+ at item sop @var{boolean}
+Enable this to add SOP marker at the start of each packet. Disabled by default.
+
+ at item eph @var{boolean}
+Enable this to add EPH marker at the end of each packet header. Disabled by default.
+
+ at item prog @var{integer}
+Sets the progression order to be used by the encoder.
+Possible values are:
+ at table @option
+ at item lrcp
+ at item rlcp
+ at item rpcl
+ at item pcrl
+ at item cprl
+ at end table
+Set to @code{lrcp} by default.
+
@end table
@section librav1e
More information about the ffmpeg-cvslog
mailing list