# HG changeset patch # User Robert McIntyre # Date 1329862935 25200 # Node ID e0e1561cbd220e8439b8ba39fbbfeff6b6d10c9a # Parent 7f3b772380458f632f6e2185d2a6190cd3a46292 re-encoded all videos and fixed all bad keyframes diff -r 7f3b77238045 -r e0e1561cbd22 org/integration.org --- a/org/integration.org Tue Feb 21 14:56:33 2012 -0700 +++ b/org/integration.org Tue Feb 21 15:22:15 2012 -0700 @@ -693,12 +693,15 @@ sox --ignore-length main.wav main-delayed.wav delay 24 mogrify -resize 755x final/* +#+end_src + +#+begin_src sh :results silent +cd /home/r/proj/cortex/render/hand ffmpeg -r 60 -i final/%07d.png -i main-delayed.wav -b:a 128k \ -b:v 9000k -c:a libvorbis -c:v libtheora hand.ogg #+end_src - * Source Listing - [[../src/cortex/test/integration.clj][cortex.test.integration]] - [[../src/cortex/video/magick8.clj][cortex.video.magick8]] diff -r 7f3b77238045 -r e0e1561cbd22 org/touch.org --- a/org/touch.org Tue Feb 21 14:56:33 2012 -0700 +++ b/org/touch.org Tue Feb 21 15:22:15 2012 -0700 @@ -615,10 +615,16 @@ #+end_src #+begin_src sh :results silent -cd /home/r/proj/cortex/render/touch-cube/ +cd ~/proj/cortex/render/touch-cube/ ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora basic-touch.ogg #+end_src +#+begin_src sh :results silent +cd ~/proj/cortex/render/touch-cube/ +ffmpeg -r 30 -i blender-intro/%07d.png -b:v 9000k -c:v libtheora touch-cube.ogg +#+end_src + + * Adding Touch to the Worm #+name: test-touch-2 @@ -699,6 +705,12 @@ main-view touch targets)))) #+end_src +#+begin_src sh :results silent +cd ~/proj/cortex/render/worm-touch +ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora worm-touch.ogg +#+end_src + + * Headers #+name: touch-header