OpenSourcePhysics / tracker

Video analysis and modeling tool built on the Open Source Physics framework
GNU General Public License v3.0
206 stars 52 forks source link

Video File Size Limit #9

Open djlitvak opened 7 years ago

djlitvak commented 7 years ago

Is there a limit on the size of the video file? I often find a 3 minute video file to take a very long time and require large amounts of ram (>2GB). Do you have any recommendations?

dobrown commented 7 years ago

There is no defined limit but unlike video players Tracker has to convert the video frames to Java images to access the RGB data so long videos do need a lot of memory. Your best bet is to cut the videos into shorter clips and then combine the data.

Doug

On Feb 9, 2017, at 8:32 AM, djlitvak notifications@github.com wrote:

Is there a limit on the size of the video file? I often find a 3 minute video file to take a very long time and require large amounts of ram (>2GB). Do you have any recommendations?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.