[FFmpeg-devel] [PATCH 3/3] Add docs and Changelog

Thilo Borgmann thilo.borgmann at mail.de
Thu Jan 18 20:38:18 EET 2018


-------------- next part --------------
From 933e314a2571f0e57ec078b87dc4990a4fe213f1 Mon Sep 17 00:00:00 2001
From: Thilo Borgmann <thilo.borgmann at mail.de>
Date: Wed, 17 Jan 2018 23:14:16 +0100
Subject: [PATCH 3/3] Add docs and Changelog

---
 Changelog         |  2 ++
 doc/encoders.texi | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/general.texi  |  7 +++++
 3 files changed, 101 insertions(+)

diff --git a/Changelog b/Changelog
index 61075b3..7eebf5f 100644
--- a/Changelog
+++ b/Changelog
@@ -38,6 +38,8 @@ version <next>:
 - Removed the ffserver program
 - Removed the ffmenc and ffmdec muxer and demuxer
 - VideoToolbox HEVC encoder and hwaccel
+- RMHD Muxer/Demuxer
+- RealVideo 11 support via librv11
 
 
 version 3.4:
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 6a410a8..ccdaba5 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1452,6 +1452,98 @@ Set maximum NAL size in bytes.
 Allow skipping frames to hit the target bitrate if set to 1.
 @end table
 
+ at section librv11
+
+RealVideo 11 (RV60) codec wrapper.
+
+Requires the presence of the librv11 SDK headers and
+libraries during configuration. The library is detected using
+ at command{pkg-config}.
+
+For more information about the library see
+ at url{http://www.rmhd.io/}.
+
+ at subsection Options
+
+The following FFmpeg global options affect the configurations of the
+librv11 encoder.
+
+ at table @option
+ at item b
+Set the bitrate (as a number of bits per second).
+
+ at item is_lossprotect
+Enable loss protection feature
+
+ at item output_width
+Video encoded frame output width
+
+ at item output_height
+Video encoded frame output height
+
+ at item rc_strategy
+Which ratecontrol method to be used (default: bitrate)
+
+ at table @samp
+ at item bitrate
+ at item quality
+ at end table
+
+ at item complexity
+Encoding complexity (default: medium)
+
+ at table @samp
+ at item verylow
+ at item low
+ at item medium
+ at item high
+ at end table
+
+ at item framerate
+Max frame rate value
+
+ at item resize_quality
+Video encoded frame resize quality (default: 1),
+
+ at table @samp
+ at item high
+ at item fast
+ at end table
+
+ at item video_mode
+Motion quality (default: 50)
+
+ at table @samp
+ at item normal
+ at item sharp
+ at item smooth
+ at end table
+
+ at item max_keyint
+Max keyframe interval (default: 5),
+
+ at item max_latency
+Max video latency on start (default: 4.0)
+
+ at item vbrquality
+Vbr quality value (default: 60)
+
+ at item passlogfile
+Filename for 2 pass encoding stats (default: rv11passstats.log)
+
+ at item pon
+Picture order number (default: 0)
+
+ at item vbr_opt (default: false)
+Vbr enabled
+
+ at table @samp
+ at item true
+ at item false
+ at end table
+
+ at end table
+
 @section libtheora
 
 libtheora Theora encoder wrapper.
diff --git a/doc/general.texi b/doc/general.texi
index 3b73e31..a5b7aa9 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -237,6 +237,12 @@ Create an @code{AMF/} directory in the system include path.
 Copy the contents of @code{AMF/amf/public/include/} into that directory.
 Then configure FFmpeg with @code{--enable-amf}.
 
+ at section RealVideo11 (RV60)
+
+FFmpeg can make use of the RV11 codec libraries for encoding and decoding.
+
+Go to @url{http://www.rmhd.io/} and download the SDK installer.
+
 
 @chapter Supported File Formats, Codecs or Features
 
@@ -510,6 +516,7 @@ library:
 @item REDCODE R3D               @tab   @tab X
     @tab File format used by RED Digital cameras, contains JPEG 2000 frames and PCM audio.
 @item RealMedia                 @tab X @tab X
+ at item RealMedia HD              @tab X @tab X
 @item Redirector                @tab   @tab X
 @item RedSpark                  @tab   @tab X
 @item Renderware TeXture Dictionary @tab   @tab X
-- 
2.9.3



More information about the ffmpeg-devel mailing list