rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
371 stars 144 forks source link

Movie example #52

Closed thijstriemstra closed 7 years ago

thijstriemstra commented 7 years ago

It's very slow on this rpi zero, any suggestions for performance improvements are welcome. I guess converting the video to the exact screen size would help.

thijstriemstra commented 7 years ago

converting the video to the exact screen size would help

That definitely helped and it's now watchable.

# 5fps, no audio, 160x128
$ ffmpeg -i Pulp_Fiction-Pretty_Far_from_Okay.mp4 -an -r 5 -vf scale=160:128 pffo.mp4