Mercurial > cortex
comparison org/integration.org @ 301:4203c2140b95
added source listing
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 17 Feb 2012 11:10:55 -0700 |
parents | c78917fb0615 |
children | 7e3938f40c52 |
comparison
equal
deleted
inserted
replaced
300:c78917fb0615 | 301:4203c2140b95 |
---|---|
694 mogrify -resize 755x final/* | 694 mogrify -resize 755x final/* |
695 | 695 |
696 ffmpeg -r 60 -i final/%07d.png -i main-delayed.wav -b:a 128k \ | 696 ffmpeg -r 60 -i final/%07d.png -i main-delayed.wav -b:a 128k \ |
697 -b:v 9000k -c:a libvorbis -c:v libtheora hand.ogg | 697 -b:v 9000k -c:a libvorbis -c:v libtheora hand.ogg |
698 #+end_src | 698 #+end_src |
699 | |
700 | |
701 * Source Listing | |
702 - [[../src/cortex/test/integration.clj][cortex.test.integration]] | |
703 - [[../src/cortex/video/magick2.clj][cortex.video.magick2]] | |
704 - [[../assets/Models/subtitles/hand.blend][subtitles/hand.blend]] | |
705 #+html: <ul> <li> <a href="../org/integration.org">This org file</a> </li> </ul> | |
706 - [[http://hg.bortreb.com ][source-repository]] | |
707 | |
699 | 708 |
700 * COMMENT purgatory | 709 * COMMENT purgatory |
701 #+begin_src clojure | 710 #+begin_src clojure |
702 (defn bullet-trans* [] | 711 (defn bullet-trans* [] |
703 (let [obj-a (box 1.5 0.5 0.5 :color ColorRGBA/Red | 712 (let [obj-a (box 1.5 0.5 0.5 :color ColorRGBA/Red |
865 #+end_src | 874 #+end_src |
866 | 875 |
867 #+begin_src clojure :tangle ../src/cortex/video/magick8.clj | 876 #+begin_src clojure :tangle ../src/cortex/video/magick8.clj |
868 <<magick-8>> | 877 <<magick-8>> |
869 #+end_src | 878 #+end_src |
870 | |
871 | |
872 | |
873 |