#8052 closed defect (invalid)
Option 'pad_dur' not found
Reported by: | oskycar | 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:
I used brew to install ffmpeg 4.1.4 on mac ,and when run the fllowing command:
ffmpeg -report -loglevel 99 -i ~/Desktop/zz.wav -filter_complex '[0:0]adelay=1000|500[hp];[hp]apad=pad_dur=44100[out]' -map '[out]' s3.wav
I got an error the fllowing error
Parsed_apad_1 @ 0x7fddadd00cc0] Option 'pad_dur' not found
[AVFilterGraph @ 0x7fddadd016c0] Error initializing filter 'apad' with args 'pad_dur=44100'
How to reproduce:
% ffmpeg -report -loglevel 99 -i ~/Desktop/zz.wav -filter_complex '[0:0]adelay=1000|500[hp];[hp]apad=pad_dur=44100[out]' -map '[out]' s3.wav ffmpeg version 4.1.4 built on ...
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | ffmpeg-20190801-145636.log added |
---|
comment:1 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Component: | avfilter → undetermined |
---|---|
Keywords: | pad_dur removed |
Version: | 4.1 → unspecified |
Note:
See TracTickets
for help on using tickets.
It is available only in master, and coming 4.2 version.
Also pad_dur is in seconds not in samples.