5,710
edits
Changes
→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>