Changes

Raspberry Pi - Week 4

115 bytes removed, 15:06, 26 April 2013
Video Playback
**<code>ffmpeg -i mouse_brain.wmv mouse_brain.mp4</code>
*run omxplayer:
**<code>omxplayer ~/Movies/mouse_brain.mp4</code>
*You can control playback with a number of hotkeys:
**http://elinux.org/Omxplayer#Hotkeys
**Try these, and notice the responsiveness of the system. Is there any noticable delay?
*We can send hotkeys via STDIN in python:
**http://stackoverflow.com/questions/12755968/sending-arrow-keys-to-popen
===ffmpeg===