Opened 9 years ago
Closed 9 years ago
#4724 closed enhancement (fixed)
support reporting on max variation in astats
Reported by: | dave rice | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avfilter |
Version: | git-master | Keywords: | astats |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
I suggest adding a metadata value to the astats output to record the maximum variance in audio samples. The maximum variance would be the maximum absolute value of sample n minus sample n-1. This information could be useful to discover spikes, audio errors, edits, etc.
Imagined use:
ffprobe -f lavfi movie=movie.mov:s=a,astats=metadata=1 -show_entries frame_tags=lavfi.astats.1.Max_variance
Change History (1)
comment:1 by , 9 years ago
Component: | undetermined → avfilter |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Done in 59a9998908d89a88f05409b441a4be04c3327fdd. Its called Max_difference and not Max_variance.