From 933e314a2571f0e57ec078b87dc4990a4fe213f1 Mon Sep 17 00:00:00 2001 From: Thilo Borgmann <thilo.borgm...@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 +@section librv11 + +RealVideo 11 (RV60) codec wrapper. + +Requires the presence of the librv11 SDK headers and +libraries during configuration. The library is detected using +@command{pkg-config}. + +For more information about the library see +@url{http://www.rmhd.io/}. + +@subsection Options + +The following FFmpeg global options affect the configurations of the +librv11 encoder. + +@table @option +@item b +Set the bitrate (as a number of bits per second). + +@item is_lossprotect +Enable loss protection feature + +@item output_width +Video encoded frame output width + +@item output_height +Video encoded frame output height + +@item rc_strategy +Which ratecontrol method to be used (default: bitrate) + +@table @samp +@item bitrate +@item quality +@end table + +@item complexity +Encoding complexity (default: medium) + +@table @samp +@item verylow +@item low +@item medium +@item high +@end table + +@item framerate +Max frame rate value + +@item resize_quality +Video encoded frame resize quality (default: 1), + +@table @samp +@item high +@item fast +@end table + +@item video_mode +Motion quality (default: 50) + +@table @samp +@item normal +@item sharp +@item smooth +@end table + +@item max_keyint +Max keyframe interval (default: 5), + +@item max_latency +Max video latency on start (default: 4.0) + +@item vbrquality +Vbr quality value (default: 60) + +@item passlogfile +Filename for 2 pass encoding stats (default: rv11passstats.log) + +@item pon +Picture order number (default: 0) + +@item vbr_opt (default: false) +Vbr enabled + +@table @samp +@item true +@item false +@end table + +@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}. +@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 +@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
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel