Mercurial > cortex
diff 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 |
line wrap: on
line diff
1.1 --- a/org/hearing.org Sat Feb 18 11:51:45 2012 -0700 1.2 +++ b/org/hearing.org Tue Feb 21 14:56:33 2012 -0700 1.3 @@ -1122,11 +1122,11 @@ 1.4 background main-view hearing targets)))) 1.5 #+end_src 1.6 1.7 -#+begin_src sh 1.8 +#+begin_src sh :results silent 1.9 cd /home/r/proj/cortex/render/worm-audio 1.10 ffmpeg -r 60 -i out/%07d.png -i audio.wav \ 1.11 -b:a 128k -b:v 9001k \ 1.12 - -c:a libvorbis -c:v libtheora worm-hearing.ogg 1.13 + -c:a libvorbis -c:v -g 60 libtheora worm-hearing.ogg 1.14 #+end_src 1.15 1.16 * Headers