libopenshot:develop

Last commit made on 2024-03-26
Get this branch:
git clone -b develop https://git.launchpad.net/libopenshot
Members of OpenShot Code can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
develop
Repository:
lp:libopenshot

Recent commits

a9e34a9... by Jonathan Thomas

Merge pull request #950 from OpenShot/invalid-tracker-region

Improved Tracker & Object Detector Effects (Faster Drawing, Corner Radius, New Style)

5a0a6a6... by Jonathan Thomas

Add new "Display All Boxes" Object Detector property, since it can be difficult to turn off each individual box. Made "visible" property read-only on Tracker & Object Detector effects. Improve Keyframe::SetJsonValue method to accept an object or a float.

ffb63f5... by Jonathan Thomas

Fixing aspect ratio of tracked objects, since the tracked object often is of varying aspect ratios (since the parent clip and tracked object can change over time). Clips which are parented to tracked objects now respect the scale_type (i.e. best fit, stretch, etc...).

8b47373... by Jonathan Thomas

Fix race condition causing clip to clip parents not to work. Adding a late-bound check, to ensure we have attached the clip on first call.

620e894... by Jonathan Thomas

Fixing parentClipObject and parentTrackedObject transform, so the parent clip can be scaled and moved without breaking the tracking. Also refactoring out unneeded complex code left over.

3351b52... by Jonathan Thomas

Clear previous parent selection, when switching between Clip and Tracked object

698e6f4... by Jonathan Thomas

Fix bug with 'Display Box Text' logic being flipped (yes was no, no was yes)

07e4458... by Jonathan Thomas

Removing "ChildClipId" property, no longer used for attaching clips to tracker or object detection effects: Use clip->Parent to attach clips to tracked objects now.

f15c91d... by Jonathan Thomas

Change Object Detector to display the `class name: object id`, instead of the confidence score. This is way more useful, so you can find the object in the properties menu. Also, output the visible class names as well, so the property editor can display them in a context menu.

8f3c324... by Jonathan Thomas

Set range of background corner radius to 150.0 (which is essentially a circle in my testing). Also, ignoring case of class_filter on Object Detection effect.