Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. cd ffmpeg
  2. ./configure
  3. make
  4. make tools/graph2dot
  5.  
  6. echo "nullsrc,scale=640:360,nullsink" | tools/graph2dot -o graph.tmp
  7. dot -Tpng graph.tmp -o graph.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement