GNOME Bugzilla – Bug 648276
[vp8enc] Allow changing bitrate and other parameters during encoding
Last modified: 2012-10-06 11:56:52 UTC
See summary, can be done the same way how the parameters are currently set, just in _set_property()
FWIW vpx_codec_enc_config_set() is what is to be used to update a configuration while the encoder is running.
commit 3e86ea8fb5cbca1900207c045dd60c3073a587a2 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Sep 17 09:40:41 2012 +0200 vp8enc: Allow changing bitrate and other parameters during playback Fixes bug #648276.