Mercurial > cortex
comparison 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 |
comparison
equal
deleted
inserted
replaced
311:7f3b77238045 | 312:e0e1561cbd22 |
---|---|
691 cd /home/r/proj/cortex/render/hand | 691 cd /home/r/proj/cortex/render/hand |
692 | 692 |
693 sox --ignore-length main.wav main-delayed.wav delay 24 | 693 sox --ignore-length main.wav main-delayed.wav delay 24 |
694 | 694 |
695 mogrify -resize 755x final/* | 695 mogrify -resize 755x final/* |
696 #+end_src | |
697 | |
698 #+begin_src sh :results silent | |
699 cd /home/r/proj/cortex/render/hand | |
696 | 700 |
697 ffmpeg -r 60 -i final/%07d.png -i main-delayed.wav -b:a 128k \ | 701 ffmpeg -r 60 -i final/%07d.png -i main-delayed.wav -b:a 128k \ |
698 -b:v 9000k -c:a libvorbis -c:v libtheora hand.ogg | 702 -b:v 9000k -c:a libvorbis -c:v libtheora hand.ogg |
699 #+end_src | 703 #+end_src |
700 | |
701 | 704 |
702 * Source Listing | 705 * Source Listing |
703 - [[../src/cortex/test/integration.clj][cortex.test.integration]] | 706 - [[../src/cortex/test/integration.clj][cortex.test.integration]] |
704 - [[../src/cortex/video/magick8.clj][cortex.video.magick8]] | 707 - [[../src/cortex/video/magick8.clj][cortex.video.magick8]] |
705 - [[../assets/Models/subtitles/hand.blend][subtitles/hand.blend]] | 708 - [[../assets/Models/subtitles/hand.blend][subtitles/hand.blend]] |