Commit Graph

1956 Commits

Author SHA1 Message Date
Brenno
9113153be8 Added properties to Tracker effects
(still needs some fine-tuning)
2020-11-12 21:35:47 -03:00
Brenno
940840c904 Solved FPS bug. 2020-11-12 21:33:53 -03:00
Brenno
34aabcc6e2 Removed Excess information from json. 2020-11-12 21:30:11 -03:00
Brenno
1215d042c7 Added scale factor to class to replace OpFPS. 2020-11-12 21:25:27 -03:00
Brenno
a4f4561d0a Merge branch 'opencv' into keyframe-refactor 2020-11-09 21:48:53 -03:00
Brenno
2d181430e7 Applied code review suggestions 2020-11-05 22:05:34 -03:00
Brenno
3ef94f4fa7 Merge branch 'opencv-code-review' into opencv 2020-11-05 12:28:06 -03:00
Brenno
111883e23e Applied code review suggestions 2020-11-05 12:27:11 -03:00
Brenno
2bd6bd4456 Improved error handling for effect pre-processing 2020-11-05 11:17:03 -03:00
Brenno
0bdc6483fc Fixed CVTracker test 2020-11-03 19:45:17 -03:00
Brenno
3f63b2c638 Added error message handling for ClipProcessingJob 2020-11-01 20:02:46 -03:00
Jonathan Thomas
df154c3844 Fixing color format for opencv conversion 2020-10-30 18:23:45 -05:00
Jonathan Thomas
b74b3ea841 Merge branch 'develop' into opencv 2020-10-29 17:59:32 -05:00
Jonathan Thomas
896b307381 Merge pull request #422 from ferdnyc/debug-to-stderr
ZmqLogger: Add optional dumping to stderr
2020-10-29 17:49:49 -05:00
Jonathan Thomas
09df9e60bb Merge pull request #583 from OpenShot/caption-effect
New "Caption" Effect (Supports VTT and Subrip formats)
2020-10-29 02:56:15 -05:00
Brenno
5db1c0f453 Initial design of new keyframes specialized classes
The keyframe collections would better integrate with effects that uses bounding boxes, skeletons and facial points.
2020-10-29 00:34:31 -03:00
Brenno
b48025cd1f Apply suggestions from code review
Applying suggestions from @jonoomph
2020-10-29 00:21:28 -03:00
Brenno
01c9397b03 Merge remote-tracking branch 'origin/develop' into opencv 2020-10-27 21:30:24 -03:00
Brenno
4c6f9ff75b Fixed binding issues for opencv effects 2020-10-27 21:29:52 -03:00
Jonathan Thomas
8a331f6921 Merge pull request #584 from OpenShot/fix-stale
Fix string formatting on yml stale message
2020-10-27 17:54:51 -05:00
Jonathan Thomas
f00fc4699c Fix stale yml string to be a literal string (instead of folded) 2020-10-27 17:43:47 -05:00
Jonathan Thomas
a3c20c8f44 Fixed a few codacy issues 2020-10-27 02:50:02 -05:00
Jonathan Thomas
def8d9dd7b Updating method docs 2020-10-27 02:13:57 -05:00
Jonathan Thomas
8b4d5683f5 Merge pull request #571 from OpenShot/clip-refactor-keyframes
WIP: Clip Refactor (move Timeline Drawing code to Clip)
2020-10-27 02:04:49 -05:00
Jonathan Thomas
172348417c Improvement to video caching thread, to recover from the separation of cache vs display frame #. Also found a mutex that was needed, to prevent crashing when the video thread calls timeline::GetFrame at certain times... colliding with another thread (and independent of OpenMP). 2020-10-23 17:52:20 -05:00