view transcoding.txt @ 43:2f129118e2d6

removed old files and moved natives unpacking to the AudioRenderer
author Robert McIntyre <rlm@mit.edu>
date Wed, 30 Nov 2011 06:32:36 -0700
parents
children df4a2d12ea13
line wrap: on
line source
1 ffmpeg -r 60 -b 5000k -i out/%07d.png out.ogg
5 # this is wrong. Why is is wrong!@
6 # ffmpeg -i main.wav -acodec libvorbis -i out.ogg -vcodec copy final.ogg
9 # it's wrong because the inputs need to come first?
10 ffmpeg -i main.wav -i out.ogg -sameq -acodec libvorbis -vcodec copy final.ogg
11 # apparently