Skip to content

Instantly share code, notes, and snippets.

@yukimya
Created September 8, 2014 07:34
Show Gist options
  • Save yukimya/75cfa4a4631e94776d94 to your computer and use it in GitHub Desktop.
Save yukimya/75cfa4a4631e94776d94 to your computer and use it in GitHub Desktop.
shell script of a movie making for Distant Matrix (calcDisMat.py)
#!/bin/sh
#gnuplot -e "plot.gn"
mkdir tmp
gnuplot DisMatPlot.gn
ffmpeg -i "tmp/dd."%d".dis.jpeg" "tmp/dd.dis.movie.mpeg"
ffmpeg -i "tmp/dd."%d".dif.jpeg" "tmp/dd.dif.movie.mpeg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment