Opened 14 hours ago

Last modified 26 minutes ago

#11281 new defect

ffmpeg create waveform overview with short audiofiles doesn't work

Reported by: Danny Weijermans Owned by:
Priority: normal Component: ffmpeg
Version: unspecified Keywords: waveform creation short audio
Cc: MasterQuestionable Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

ffmpeg is great for creating waveform overviews.
however, it doesn't work with very short - < 200msec - soundfiles.
could this be fixed?

Attachments (1)

s.wav (6.0 KB ) - added by Danny Weijermans 29 minutes ago.
very short <200ms wav soundfile

Download all attachments as: .zip

Change History (3)

comment:1 by MasterQuestionable, 9 hours ago

Cc: MasterQuestionable added
Keywords: audio added; ffmpeg soundfiles removed

͏    Probably relevant:
͏    https://trac.ffmpeg.org/ticket/11018#comment:2

͏    What's the command line?

by Danny Weijermans, 29 minutes ago

Attachment: s.wav added

very short <200ms wav soundfile

comment:2 by Danny Weijermans, 26 minutes ago

thanks for your relevant link!
yes, but I'm not using a 'lossy' audio fileformat.
it's a 'firm' wav file, I have put an very short wav file (s.wav) example as an attachment.
my command line (which works on longer wav files) for example:
ffmpeg -i /Users/disjt/Desktop/s.wav -filter_complex "showwavespic=s=640x120" -frames:v 1 output.png
if /Users/disjt/Desktop/s.wav points to a longer wav file it's working perfectly.
if it's a shorter than 200msec it's not working..

Note: See TracTickets for help on using tickets.