diff --git a/knowledge base/agg.md b/knowledge base/agg.md index 6f371a0..12293e8 100644 --- a/knowledge base/agg.md +++ b/knowledge base/agg.md @@ -15,6 +15,7 @@ brew install agg # Convert asciicast files from Asciinema. agg 'path/to/file.cast' 'path/to/file.gif' +agg --rows '48' --speed '1.25' --renderer resvg --no-loop 'in.cast' 'out.gif' ``` ## Further readings