# HG changeset patch # User Robert McIntyre # Date 1363060459 0 # Node ID 44fe96a568b98cd4d646f248adb46706daaeca37 # Parent 2d8a8422ff591095e99f4c3189e911e46c95460a fixing video for gabor. diff -r 2d8a8422ff59 -r 44fe96a568b9 org/gabor.org --- a/org/gabor.org Sun Mar 10 18:17:53 2013 +0000 +++ b/org/gabor.org Tue Mar 12 03:54:19 2013 +0000 @@ -423,29 +423,28 @@ #+end_src -#+name: make-left-right -#+begin_src sh -#!/bin/sh -ffmpeg -framerate 60 -i ./left-right/%07d.png -b:v 9000k\ - -c:v mpeg4 -r 60 gabor-rotation.mp4 +#+name: make-videos +#+begin_src makefile +scale: + ffmpeg -framerate 60 -i ./big-small/%07d.png -b:v 9000k\ + -c:v theora -r 60 gabor-scale.ogg +rotation: + ffmpeg -framerate 60 -i ./left-right/%07d.png -b:v 9000k\ + -c:v theora -r 60 gabor-rotation.ogg + +all: rotation scale + +clean: + rm gabor-rotation.org gabor-scale.ogg #+end_src -#+name: make-big-small -#+begin_src sh -#!/bin/sh - -ffmpeg -framerate 60 -i ./big-small/%07d.png -b:v 9000k\ - -c:v mpeg4 -r 60 gabor-big-small.mp4 - -#+end_src - #+begin_html
-
YouTube @@ -458,8 +457,8 @@ #+begin_html
-
YouTube @@ -469,17 +468,12 @@ - * COMMENT Generate Source #+begin_src clojure :tangle ../src/cortex/gabor.clj <> <> #+end_src -#+begin_src clojure :tangle ../render/gabor-1/make-rotation.sh -<> -#+end_src - -#+begin_src clojure :tangle ../render/gabor-1/make-big-small.sh -<> -#+end_src +#+begin_src Makefile :tangle ../render/gabor-1/Makefile +<> +#+end_src \ No newline at end of file