diff org/integration.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 83dd76d9628e
line wrap: on
line diff
     1.1 --- a/org/integration.org	Tue Feb 21 14:56:33 2012 -0700
     1.2 +++ b/org/integration.org	Tue Feb 21 15:22:15 2012 -0700
     1.3 @@ -693,12 +693,15 @@
     1.4  sox --ignore-length main.wav main-delayed.wav delay 24 
     1.5  
     1.6  mogrify -resize 755x final/*
     1.7 +#+end_src
     1.8 +
     1.9 +#+begin_src sh :results silent
    1.10 +cd /home/r/proj/cortex/render/hand
    1.11  
    1.12  ffmpeg -r 60 -i final/%07d.png -i main-delayed.wav -b:a 128k \
    1.13           -b:v 9000k -c:a libvorbis -c:v libtheora hand.ogg 
    1.14  #+end_src
    1.15  
    1.16 -
    1.17  * Source Listing
    1.18    - [[../src/cortex/test/integration.clj][cortex.test.integration]]
    1.19    - [[../src/cortex/video/magick8.clj][cortex.video.magick8]]