Changes between Version 8 and Version 9 of FancyFilteringExamples
- Timestamp:
- 06/25/2012 09:43:04 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FancyFilteringExamples
v8 v9 8 8 [[Image(cellauto.png)]] 9 9 {{{ 10 ffplay -f lavfi -i cellauto 11 ffmpeg -f lavfi -i cellauto -t 10 output.mkv 10 ffplay -f lavfi -i cellauto=rule=110 12 11 }}} 13 12 Other interesting cellauto rule values: 9, 18, 22, 26, 30, 41, 45, 50, 54, 60, 62, 73, 75, 77, 82, 86, 89, 90, 97, 99, 101, 102, 105, 107, 109, [http://en.wikipedia.org/wiki/Rule_110 110] (default), 124, 126, 129, 131, 133, 135, 137, 145, 146, 149, 150, 151, 153, 154, 161, 167, 169, 181, 182, 183, 193, 195, 210, 218, 225. 14 13 === life === 15 14 [[Image(life.png)]] … … 26 25 {{{ 27 26 ffplay -f lavfi -i mandelbrot 28 ffmpeg -f lavfi -i mandelbrot -t 10 output.mkv29 27 }}} 30 28


