Mercurial > cortex
comparison org/touch.org @ 312:e0e1561cbd22
re-encoded all videos and fixed all bad keyframes
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 21 Feb 2012 15:22:15 -0700 |
parents | 5d448182c807 |
children | 2c7fbcbd5ebb |
comparison
equal
deleted
inserted
replaced
311:7f3b77238045 | 312:e0e1561cbd22 |
---|---|
613 (fn [& args] (map #(.getCanonicalPath %) args))) | 613 (fn [& args] (map #(.getCanonicalPath %) args))) |
614 background main-view touch targets)))) | 614 background main-view touch targets)))) |
615 #+end_src | 615 #+end_src |
616 | 616 |
617 #+begin_src sh :results silent | 617 #+begin_src sh :results silent |
618 cd /home/r/proj/cortex/render/touch-cube/ | 618 cd ~/proj/cortex/render/touch-cube/ |
619 ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora basic-touch.ogg | 619 ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora basic-touch.ogg |
620 #+end_src | 620 #+end_src |
621 | |
622 #+begin_src sh :results silent | |
623 cd ~/proj/cortex/render/touch-cube/ | |
624 ffmpeg -r 30 -i blender-intro/%07d.png -b:v 9000k -c:v libtheora touch-cube.ogg | |
625 #+end_src | |
626 | |
621 | 627 |
622 * Adding Touch to the Worm | 628 * Adding Touch to the Worm |
623 | 629 |
624 #+name: test-touch-2 | 630 #+name: test-touch-2 |
625 #+begin_src clojure | 631 #+begin_src clojure |
697 target)) | 703 target)) |
698 (fn [& args] (map #(.getCanonicalPath %) args))) | 704 (fn [& args] (map #(.getCanonicalPath %) args))) |
699 main-view touch targets)))) | 705 main-view touch targets)))) |
700 #+end_src | 706 #+end_src |
701 | 707 |
708 #+begin_src sh :results silent | |
709 cd ~/proj/cortex/render/worm-touch | |
710 ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora worm-touch.ogg | |
711 #+end_src | |
712 | |
713 | |
702 * Headers | 714 * Headers |
703 | 715 |
704 #+name: touch-header | 716 #+name: touch-header |
705 #+begin_src clojure | 717 #+begin_src clojure |
706 (ns cortex.touch | 718 (ns cortex.touch |