GNOME Bugzilla – Bug 725051
x264enc: allow lossless compression (qp=0)
Last modified: 2014-02-26 08:18:51 UTC
Created attachment 270105 [details] [review] Proposed patch As described on the ffmpeg x264 encoding guide [1], lossless compression in h264 is possible by setting qp to zero in constant quantizer mode. With x264enc, this is not possible since the properties 'quantizer', 'qp-min', 'qp-max', and 'qp-step' cannot be set to zero. This patch addresses this by changing the minimum value from 1 to 0. [1]: http://trac.ffmpeg.org/wiki/x264EncodingGuide#LosslessH.264
*** Bug 725033 has been marked as a duplicate of this bug. ***
Looks fine to me, though is that a new feature in recent x264 ?
commit e15eb270f92d68a842fc814084a6d62f7e795eca Author: Dirk Van Haerenborgh <vhdirk@gmail.com> Date: Mon Feb 24 11:42:00 2014 +0100 x264enc: allow lossless compression (qp=0) https://bugzilla.gnome.org/show_bug.cgi?id=725051