Ticket #1624 (closed enhancement: fixed)
add waveform filter for video
| Reported by: | dericed | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avfilter |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
For video inspection it could be helpful to have a waveform filter for video. I can replicate this by using yuvdiag ( http://www.silicontrip.net/~mark/lavtools/yuvdiag.c) with mjpegtools and running:
ffmpeg -f lavfi -i mandelbrot -pix_fmt yuv420p -f yuv4mpegpipe - | ./yuvdiag -l | ffplay -i -
I'd recommend allowing options to select Y, U, and/or V individually to show either overlaid or in parade mode.
I uploaded an output of the above command here: www.youtube.com/watch?v=HXbLNbT8NRQ
Change History
comment:1 Changed 9 months ago by cehoyos
- Keywords avfilter removed
- Status changed from new to open
- Component changed from undetermined to avfilter
comment:2 Changed 3 months ago by richardpl
Implemented as histogram filter: "-vf histogram=mode=waveform:step=2:waveform_mode=column" gives same output as yuvdiag.
Do you really need u & v component in waveform mode? How should it be done?
comment:3 Changed 3 months ago by richardpl
Ignore, I found far more useful explanation here http://documentation.apple.com/en/color/usermanual/index.html#chapter=8%26section=3%26tasks=true
Some stuff is done slightly different and some others are missing.
I will work on missing stuff and than close this bug.


