Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeifAndersen/74a0eeff053ee6f425a3c87b681c73ed to your computer and use it in GitHub Desktop.
Save LeifAndersen/74a0eeff053ee6f425a3c87b681c73ed to your computer and use it in GitHub Desktop.
$ racket -l errortrace -t render.rkt
digraph G {
node0 [label="#<sink-node>\n"];
node1 [label="#<source-node>\n"];
subgraph U {
edge [dir=none];
}
subgraph D {
node1 -> node0 [label="1"];
}
}
[audio2]afifo,atrim=start=10:end=30[audio0];[video3]fifo,trim=start=10:end=30[video1]
EOF!
EOF!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment