Hello cats,
please do you know a plugin for VLC or other program that do Waveform/Vectorscope on a video file?
thanks
ps. this 2 files are bars from my camera in Hd mode:
https://dl.dropboxusercontent.com/u/39871584/barsHD.MXF
and SD mode:
https://dl.dropboxusercontent.com/u/39871584/barsSD.MXF
+ Reply to Thread
Results 1 to 6 of 6
-
-
Most decent NLE's will have them
vdub color tools plugin by trevlac
avisynth histogram , histogram("color")
ffmpeg/ffplay -vf histogram, either colors, waveform, levels modes
https://www.ffmpeg.org/ffmpeg-filters.html#histogram -
mm thanks, but how is the commandline to generate a video file with "overimpressed" vector/waveform?
-
Code:
ffplay -i "barsSD.MXF" -vf "split[a][b];[a]format=gray,histogram=mode=waveform:waveform_mode=column,vflip,split[c][d];[b]pad=iw:ih+256[padded];[c]geq=g=1:b=1[red];[d]geq=r=1:b=1,crop=in_w:220:0:16[mid];[red][mid]overlay=0:16[wave];[padded][wave]overlay=0:H-h"