# HG changeset patch # User Robert McIntyre # Date 1329861393 25200 # Node ID 7f3b772380458f632f6e2185d2a6190cd3a46292 # Parent 71946ec07be92d4d2e4e78fc231acfea7a4ce5dd re-encoded hearing video with latest ffmpeg to fix broken keyframes diff -r 71946ec07be9 -r 7f3b77238045 org/hearing.org --- a/org/hearing.org Sat Feb 18 11:51:45 2012 -0700 +++ b/org/hearing.org Tue Feb 21 14:56:33 2012 -0700 @@ -1122,11 +1122,11 @@ background main-view hearing targets)))) #+end_src -#+begin_src sh +#+begin_src sh :results silent cd /home/r/proj/cortex/render/worm-audio ffmpeg -r 60 -i out/%07d.png -i audio.wav \ -b:a 128k -b:v 9001k \ - -c:a libvorbis -c:v libtheora worm-hearing.ogg + -c:a libvorbis -c:v -g 60 libtheora worm-hearing.ogg #+end_src * Headers