You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dt>-f lavfi</dt><dd>tells ffplay to use the <ahref="http://ffmpeg.org/ffmpeg-devices.html#lavfi" target="_blank">Libavfilter</a> input virtual device</dd>
1907
+
<dt>life=s=300x200</dt><dd>use the life filter and set the size of the video to 300x200</dd>
1908
+
<dt>:</dt><dd>indicates there’s another parameter coming</dd>
1909
+
<dt>mold=10:r=60:ratio=0.1</dt><dd>sets up the rules of the game: cell mold speed, video rate, and random fill ratio</dd>
1910
+
<dt>:</dt><dd>indicates there’s another parameter coming</dd>
1911
+
<dt>death_color=#C83232:life_color=#00ff00</dt><dd>specifies color for cell death and cell life; mold_color can also be set</dd>
1912
+
<dt>,</dt><dd>comma signifies closing of video source assertion and ready for filter assertion</dd>
1913
+
<dt>scale=1200:800</dt><dd>scale to 1280 width and 800 height</dd>
1914
+
</dl>
1915
+
<imgsrc="img/life.gif" alt="GIF of above command">
1916
+
<p>To save a portion of the stream instead of playing it back infinitely, use the following command:</p>
0 commit comments