adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
451 stars 239 forks source link

Fill or Stretch per video #157

Closed mortotem closed 2 years ago

mortotem commented 2 years ago

Is there a way to make each video have its own fill or stretch? for instance most of my videos are 4:3 and fit my screen easier using the 'fill' function. but some are 10:9, and the fill function is causing the top/bottom to be cut off. so the letterbox or stretch function might look better for these.

tofuSCHNITZEL commented 2 years ago

No, there is currently no way to do this. So I recommend you use an video editing software to place them and render them out at the same resolution.

mortotem commented 2 years ago

thank you for this.