Description
Download from: http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 Then convert to png frames with: mkdir big-buck-bunny && ffmpeg -i ~/Downloads/BigBuckBunny.mp4 -vf "fps=10,scale=320:320:force_original_aspect_ratio=decrease,pad=320:320:(ow-iw)/2:(oh-ih)/2" big-buck-bunny/frame_%04d.png Tthen convert to .bin using the png2fb.py script in tools: python png2fb.py <folder> --8bit Then rename to `big-buck-bunny.bin` and copy to the root of your SD card
File Structure
picoware/apps/screensavers/big-buck-bunny.mpy