Changes between Version 25 and Version 26 of FancyFilteringExamples
- Timestamp:
- Aug 30, 2015, 7:20:53 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FancyFilteringExamples
v25 v26 60 60 [[Image(waveform.jpg)]] 61 61 62 Split the waveform mode of the histogramfilter to show broadcast range of the waveform (y values between 16 and 235) in green and out of broadcast range in red.62 Split the waveform 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 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" … … 68 68 [[Image(waveforme.png)]] 69 69 70 Split the waveform mode of the histogramfilter to show broadcast range of the waveform (y values between 16 and 235) in green and out of broadcast range in red and also use envelope.70 Split the waveform filter to show broadcast range of the waveform (y values between 16 and 235) in green and out of broadcast range in red and also use envelope. 71 71 {{{ 72 72 ffplay ~/matrixbench_mpeg2.mpg -vf "split[a][b];[a]waveform=e=3,split=3[c][d][e];[e]crop=in_w:20:0:235,lutyuv=v=180[low];[c]crop=in_w:16:0:0,lutyuv=y=val:v=180[high];[d]crop=in_w:220:0:16,lutyuv=v=110[mid] ; [b][high][mid][low]vstack=4"
