1 Jan 2012 01:24
Re: [PATCH] waveform monitor filter
Nicolas George <nicolas.george <at> normalesup.org>
2012-01-01 00:24:39 GMT
2012-01-01 00:24:39 GMT
Le primidi 11 nivôse, an CCXX, Mark Himsley a écrit :
> This is quite an early/raw version of a luminance waveform monitor.
> I'd like to add to it with vector-scope, RGB parade, etc.
>
> At this stage I'm just looking for some comments from you experienced
> folks whether I'm doing something crazy.
>
> I've been testing this filter with this, to overlay the waveform
> monitor on top of the original video (thanks to Nicholas for the
> fifo workaround).
>
> ffmpeg -i input.mov -vf
> "split[one][two];[two]wfm_luma,scale=256:256[wfm];[one]fifo,[wfm]overlay=0:0"
> -aspect 16:9 -vcodec dvvideo -acodec pcm_s16le -ac 2 -y output.mov
I do not really know what a waveform monitor is, I can only comment on a few
points of detail.
Sounds interesting, though. I look forward to reading the docs.
> + * Copyright (c) 2011 Mark Himsley
Too late...
By the way, happy new year to everyone.
> +typedef struct
> +{
The convention is to put the brace on the same line, I believe.
(Continue reading)
RSS Feed