kleopatra999 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

vpx_codec_enc_config_set doesn't allow change of input resolution for VP9 #907

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Unlike VP8, where vpx_codec_enc_config_set() can be used to change input frame 
resolution on the fly, VP9 does not seem to allow this...  Do we have to 
destruct and reconstruct the encoder in VP9 in order to change input frame 
resolution on the fly?

Original issue reported on code.google.com by danny.s....@gmail.com on 7 Jan 2015 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 15 Jan 2015 at 1:56