#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)
Change History (3)
by , 5 years ago
Attachment: | ffmpeg-20200414-205630.log added |
---|
comment:1 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Resolving as it appears fixed in 4.2.2.
comment:2 by , 5 years ago
Component: | avfilter → undetermined |
---|---|
Keywords: | ebur128 removed |
Version: | 3.4.6 → unspecified |
Note:
See TracTickets
for help on using tickets.
Log output of a run that failed due to supposedly invalid option, "target"