Performance tips

edited February 2015 in Library Questions

Hi,

I am working in a project where I have to display several fullHD movies at the same time. I am working in a multi-screen environment and I am having serious issues when I need to display the movies - getting a real low fps when displaying both movies at the same time.

I am using the default movie class to play the files, and I pretty much put my movies inside a dragging container (using SMT zones) and use what's in the processing movie API - https://processing.org/reference/libraries/video/Movie.html .

Is there a faster way to process large videos ? Tried GSTREAMER but got worse performance.

Cheers!

Answers

  • multi thread?

  • Have to try that yet... I am wondering if there's a bottleneck when I try to load the videos, as the computer freezes for a while, but the machines are quite new and I find this loading process to slow, and when it's loaded the fps are really low (5-7 fps playing two full hd videos, using two ATI FIREPRO W600)

Sign In or Register to comment.