Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#8619 closed defect (invalid)

Not all Documented ebur128 Filter Flags Actually Work

Reported by: Josh Barnard Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
There are a number of documented (http://ffmpeg.org/ffmpeg-all.html#ebur128-1) ebur128 filter flags that don't appear to work, e.g. "scale," target," and "guage" all result in messages like:

[Parsed_ebur128_0 @ 0x7fffd66c6f20] Option 'target' not found
[AVFilterGraph @ 0x7fffd66f2120] Error initializing filter 'ebur128' with args 'video=1:target=-24LUFS'

How to reproduce:

% ffmpeg -i $SOURCE_FILE -filter_complex "ebur128=video=1:target=-24LUFS" -vcodec libx264 -acodec aac loudness.ts
3.4.6-0ubuntu0.18.04.1

Attaching a log of a run that failed like this.

Attachments (1)

ffmpeg-20200414-205630.log (4.1 KB ) - added by Josh Barnard 4 years ago.
Log output of a run that failed due to supposedly invalid option, "target"

Download all attachments as: .zip

Change History (3)

by Josh Barnard, 4 years ago

Attachment: ffmpeg-20200414-205630.log added

Log output of a run that failed due to supposedly invalid option, "target"

comment:1 by Josh Barnard, 4 years ago

Resolution: invalid
Status: newclosed

Resolving as it appears fixed in 4.2.2.

comment:2 by Carl Eugen Hoyos, 4 years ago

Component: avfilterundetermined
Keywords: ebur128 removed
Version: 3.4.6unspecified
Note: See TracTickets for help on using tickets.