balintlaczko / VideoAnalysis

Non-realtime video analysis, exporting motiongrams and various quantitative features of movement in the video file.
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/VideoAnalysis/
1 stars 0 forks source link

Ensure correct scheduling when exporting #61

Closed aleksati closed 4 years ago

aleksati commented 4 years ago

The only issue I´ve encountered with this is getting the correct croppings when batch-exporting. Therefore, I think the issue is in the relationship between the [umenu] and the [jit.qt.movie]. What is called first, and so on. I will test to see if this corrects the error and ensures propper cropping when batch-exporting.

aleksati commented 4 years ago

After some probing, I discovered that a few [deferlow]´s in key places and some "streamlining" from the [umenu] to the [jit.qt] etc., seemed to do the trick. At least on Mac. Tested it with files and batch-exporting with 6 videos. Worked like a charm every time. Even the artifacts cause by [jit.mean] seem to have disappeared. We should probe and test more tomorrow and make it even better, but this seems very promising.

Changes are made to the main file (VideoAnalysis_with_abs) and some abstractions. The changes/added objects are coloured in red, @balintlaczko .

balintlaczko commented 4 years ago

That sounds terrific!!