Changes between Version 3 and Version 4 of FancyFilteringExamples
- Timestamp:
- 05/30/2012 01:19:52 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FancyFilteringExamples
v3 v4 5 5 == Video == 6 6 7 === mandelbrot ===8 {{{9 ffplay -f lavfi -i mandelbrot10 ffmpeg -f lavfi -i mandelbrot -t 10 output.mkv11 }}}12 13 7 === cellauto === 8 [[Image(http://lrcd.com/temp/ffmpeg/cellauto.png)]] 14 9 {{{ 15 10 ffplay -f lavfi -i cellauto … … 18 13 19 14 === life === 15 [[Image(http://lrcd.com/temp/ffmpeg/life.png)]] 20 16 {{{ 21 17 ffplay -f lavfi life=s=640x480:mold=10:r=100:ratio=0.1:death_color=blue:life_color=#00ff00,boxblur=2:2 18 }}} 19 20 === mandelbrot === 21 [[Image(http://lrcd.com/temp/ffmpeg/mandelbrot.png)]] 22 {{{ 23 ffplay -f lavfi -i mandelbrot 24 ffmpeg -f lavfi -i mandelbrot -t 10 output.mkv 22 25 }}} 23 26


