Mercurial > cortex
diff 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 |
line wrap: on
line diff
1.1 --- a/org/touch.org Tue Feb 21 14:56:33 2012 -0700 1.2 +++ b/org/touch.org Tue Feb 21 15:22:15 2012 -0700 1.3 @@ -615,10 +615,16 @@ 1.4 #+end_src 1.5 1.6 #+begin_src sh :results silent 1.7 -cd /home/r/proj/cortex/render/touch-cube/ 1.8 +cd ~/proj/cortex/render/touch-cube/ 1.9 ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora basic-touch.ogg 1.10 #+end_src 1.11 1.12 +#+begin_src sh :results silent 1.13 +cd ~/proj/cortex/render/touch-cube/ 1.14 +ffmpeg -r 30 -i blender-intro/%07d.png -b:v 9000k -c:v libtheora touch-cube.ogg 1.15 +#+end_src 1.16 + 1.17 + 1.18 * Adding Touch to the Worm 1.19 1.20 #+name: test-touch-2 1.21 @@ -699,6 +705,12 @@ 1.22 main-view touch targets)))) 1.23 #+end_src 1.24 1.25 +#+begin_src sh :results silent 1.26 +cd ~/proj/cortex/render/worm-touch 1.27 +ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora worm-touch.ogg 1.28 +#+end_src 1.29 + 1.30 + 1.31 * Headers 1.32 1.33 #+name: touch-header