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

Thilo Borgmann thilo.borgmann at mail.de
Mon Apr 23 00:16:28 EEST 2018


-Thilo
-------------- next part --------------
From 49c6fa2051f2c1d2955405df938d930313b8f2a2 Mon Sep 17 00:00:00 2001
From: Thilo Borgmann <thilo.borgmann at mail.de>
Date: Tue, 17 Apr 2018 22:55:29 +0200
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 7df4513..b740322 100644
--- a/Changelog
+++ b/Changelog
@@ -54,6 +54,8 @@ version <next>:
 - Haivision SRT protocol via libsrt
 - segafilm muxer
 - vfrdet filter
+- RMHD Muxer/Demuxer
+- RealVideo 11 support via librv11
 
 
 version 3.4:
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 7b09575..5818514 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1457,6 +1457,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 2583006..5af6585 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -263,6 +263,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
 
@@ -542,6 +548,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