From e50b8b9dc7f352c713bdb948892654f017da1726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Sat, 5 May 2012 13:57:10 +0300 Subject: [PATCH] create_timelapse alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 1e39677..d804ac9 100644 --- a/.zshrc +++ b/.zshrc @@ -54,6 +54,7 @@ alias 'cljsc=/home/sinan/opt/clojurescript/bin/cljsc' alias 'resetcabal=rm -rf /home/sinan/.cabal && rm -rf /home/sinan/.ghc && cp -r /home/sinan/.cabal_yedek /home/sinan/.cabal && cp -r /home/sinan/.ghc_yedek /home/sinan/.ghc' +alias 'create_timelapse=ffmpeg -r 10 -f image2 -i %09d.jpg -vcodec mpeg4 -b:v 8000k timelapse.avi' export TERM=xterm-256color export PATH=/home/sinan/opt/apache-maven-3.0.4/bin:$PATH