Changes

Video Tools

143 bytes added, 15:34, 14 February 2014
TIMELAPSE
</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>