{% extends "base.html" %} {% block title %}Effects - Art-DAG L1{% endblock %} {% block content %}
Effects are Python scripts that process video frames or whole videos. Each effect is stored in IPFS and can be referenced by CID in recipes.
{% if effects %}{{ meta.description }}
{% endif %}No effects uploaded yet.
Effects are Python files with @effect metadata in a docstring.