Created
September 8, 2014 07:34
-
-
Save yukimya/75cfa4a4631e94776d94 to your computer and use it in GitHub Desktop.
shell script of a movie making for Distant Matrix (calcDisMat.py)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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