Changes between Version 23 and Version 24 of FancyFilteringExamples
- Timestamp:
- Aug 30, 2015, 7:11:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FancyFilteringExamples
v23 v24 62 62 Split the waveform mode of the histogram filter to show broadcast range of the waveform (y values between 16 and 235) in green and out of broadcast range in red. 63 63 {{{ 64 ffplay -i http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi -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"64 ffplay -i http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi -vf "split[a][b];[a]format=gray,waveform,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" 65 65 }}} 66 66
