[FFmpeg-devel] avfilter/showvolume : add new options and minor clean

Martin Vignali martin.vignali at gmail.com
Wed Apr 11 12:04:31 EEST 2018


Hello,

Thanks for the comments.

New patchs in attach :

001 : Add display_scale volume
Change since prev patch :
- use enum for the value
- move the max_draw calc part to an inline func (avoid code duplication).

002 : Add Persistent max display
Change since prev patch
- Use only one param (dm_duration), if set to 0. (the default), disabled
display and calc
- move some part in inline func, to reduce code duplication
- offset line draw by 1 pixel (and use FFMAX to clip to 0). Fix display max
line, when max is 0db in horizontal mode
- add doc

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfilter-showvolume-add-display-scale-option.patch
Type: application/octet-stream
Size: 4545 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180411/59471441/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-avfilter-showvolume-add-persistent-max-display.patch
Type: application/octet-stream
Size: 5438 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180411/59471441/attachment-0001.obj>


More information about the ffmpeg-devel mailing list