typed-ffmpeg
typed-ffmpeg copied to clipboard
graph2dot
trafficstars
echo "nullsrc,scale=640:360,nullsink" | graph2dot -o graph.tmp dot -Tpng graph.tmp -o graph.png
I think I may use this function to implement #93
I can convert a filter to dot format with graph2dot than parse the dot file