[FFmpeg-devel] Live streaming of VP8

James Zern jzern at google.com
Wed Jun 13 06:59:44 CEST 2012


On Mon, Jun 11, 2012 at 5:54 AM, Marcos Mello <marcosfrm at gmail.com> wrote:
>
> Thanks for both patches James. Can you please document the new options in
> doc/encoders.texi? It will help users (like me :-) a lot.
>
Thanks for the reminder, update attached.
-------------- next part --------------
From dd8b4e0edce8df6951ed50df0c2f3a5deb0d6fc4 Mon Sep 17 00:00:00 2001
From: James Zern <jzern at google.com>
Date: Tue, 12 Jun 2012 21:39:25 -0700
Subject: [PATCH] doc/encoders: update libvpxenc mappings

max-intra-rate / force_key_frames, forgotten in 695e85f, cb7f062.
---
 doc/encoders.texi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 65841ed..a7a2761 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -511,6 +511,12 @@ rc_2pass_vbr_minsection_pct
 @item slices
 @code{VP8E_SET_TOKEN_PARTITIONS}
 
+ at item max-intra-rate
+ at code{VP8E_SET_MAX_INTRA_BITRATE_PCT}
+
+ at item force_key_frames
+ at code{VPX_EFLAG_FORCE_KF}
+
 @item Alternate reference frame related
 @table @option
 @item vp8flags altref
-- 
1.7.7.3


More information about the ffmpeg-devel mailing list