We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I tried to play avi video in Processing. When I run the sketch, the video displays upside down. The video plays perfectly fine on other video players. Why do this happen? Any way to fix this?
Thanks in advance.
Regards.
Answers
https://forum.processing.org/two/discussion/6069/draw-image-upside-down
Kf
It worked. Thanks a lot!
Also might be worth trying the beta of v2 of the video library https://github.com/processing/processing-video/releases using GStreamer 1.x. Vague recollections of an old GStreamer 0.10 bug with upside down AVI's. Specific to certain colour formats IIRC.
Thanks. Will try that out.