[FFmpeg-devel] [PATCH] lavfi/af_ebur128: update filter to use new ebur128 API

Kyle Swanson k at ylo.ph
Thu Nov 17 19:04:46 EET 2016


Hi,

Here's a couple of patches which update the ebur128 filter to use the
recently added ebur128 API. This updated filter allows fine-tuned
control over which EBU R128 parameters are measured, and provides
modest speed increases over the previous ebur128 filter. Also
noteworthy: this removes the video output option of the ebur128
filter. This is extraneous for an ebur128 measurement filter IMHO, but
if we wanted to keep similar functionality in FFmpeg, we'd be better
served by a new video source filter where custom meters could be
created via exported frame metadata.

The first patch adds true peak functionality to the ebur128 API using
swresample (this was already discussed a little bit:
http://ffmpeg.org/pipermail/ffmpeg-devel/2016-November/202583.html)
The second patch is an update to the ebur128 filter.

Kyle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-ebur128-add-ebur128_check_true_peak.patch
Type: application/octet-stream
Size: 11958 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161117/79eab172/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavfi-af_ebur128-update-filter-to-use-new-ebur128-AP.patch
Type: application/octet-stream
Size: 66792 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161117/79eab172/attachment-0001.obj>


More information about the ffmpeg-devel mailing list