Changes

Raspberry Pi

124 bytes added, 15:04, 22 May 2014
Take a video
*faster photo: https://bitbucket.org/niklas_rother/rasperry-pi-userland/raw/master/host_applications/linux/apps/raspicam/raspifastcamd_scripts
===Take a video===
*take a video
<syntaxhighlight lang="bash">
raspivid -o video.h264
</syntaxhighlight>
*Convert to mp4
<syntaxhighlight lang="bash">
ffmpeg -i video.h264 -vcodec copy video.mp4
</syntaxhighlight>
 
===New Video Parameters===
*http://www.raspberrypi.org/new-camera-mode-released/