GNOME Bugzilla – Bug 635291
x264enc: "vbv-buf-capacity" property should have minimum value of 0
Last modified: 2010-12-29 18:33:54 UTC
Created attachment 174869 [details] [review] patch to lower the minimum Since x264 clips its value internally, it would be nice if users could specify a lower minimum for vbv-buf-capacity than 300 ms.
Looks OK and valid to me.
commit 71567bb0f92364964a6b223b949f3c0c869b4784 Author: Tristan Matthews <tristan@sat.qc.ca> Date: Fri Nov 19 13:01:35 2010 -0500 x264: vbv-buf-capacity should have a minimum of 0 x264 will clip this value internally, and users should be allowed to specify a lower value than 300 ms. https://bugzilla.gnome.org/show_bug.cgi?id=635291
Comment on attachment 174869 [details] [review] patch to lower the minimum Pushed, thanks for the patch!