Changes

Video Tools

299 bytes added, 15:34, 14 February 2014
TIMELAPSE
== Video Tools ==
===Record silence with ffmpeg===
*<code>ffmpeg -ar 48000 -t 60 -f s16le -acodec pcm_s16le -i /dev/zero -ab 64K -f mp2 -acodec mp2 -y silence.mp2</code>
**
=== Non-finalcut capture path===
* FireWireSDK capture utility to m2t file
</code>
=== Convex Mirror Time Lapse==
<syntaxhighlight lang="bash">
ffmpeg -r 5 -i frame%04d.jpg -r 30 -s 1440x1080 drawing05.mp4
</syntaxhighlight>
 
=== Add audio to image to make movie ===
<code>