comparison org/hearing.org @ 311:7f3b77238045

re-encoded hearing video with latest ffmpeg to fix broken keyframes
author Robert McIntyre <rlm@mit.edu>
date Tue, 21 Feb 2012 14:56:33 -0700
parents 5d448182c807
children 2c7fbcbd5ebb
comparison
equal deleted inserted replaced
310:71946ec07be9 311:7f3b77238045
1120 target)) 1120 target))
1121 (fn [& args] (map #(.getCanonicalPath %) args))) 1121 (fn [& args] (map #(.getCanonicalPath %) args)))
1122 background main-view hearing targets)))) 1122 background main-view hearing targets))))
1123 #+end_src 1123 #+end_src
1124 1124
1125 #+begin_src sh 1125 #+begin_src sh :results silent
1126 cd /home/r/proj/cortex/render/worm-audio 1126 cd /home/r/proj/cortex/render/worm-audio
1127 ffmpeg -r 60 -i out/%07d.png -i audio.wav \ 1127 ffmpeg -r 60 -i out/%07d.png -i audio.wav \
1128 -b:a 128k -b:v 9001k \ 1128 -b:a 128k -b:v 9001k \
1129 -c:a libvorbis -c:v libtheora worm-hearing.ogg 1129 -c:a libvorbis -c:v -g 60 libtheora worm-hearing.ogg
1130 #+end_src 1130 #+end_src
1131 1131
1132 * Headers 1132 * Headers
1133 1133
1134 #+name: hearing-header 1134 #+name: hearing-header