Changes

Raspberry Pi - Week 4

1 byte added, 15:04, 26 April 2013
Video Playback
**omxplayer comes pre-installed on our raspbian distribution.
*Try it out.
*Copy a movie file to your raspberry pi using scp. The movie needs to be .mp4 format.
**you can transcode with ffmpeg:
**<code>ffmpeg -i mouse_brain.wmv mouse_brain.mp4</code>