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
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
Jonathan Thomas
e556d0fded
Added 2 new unit tests for Clip's with a Timeline associated with them, and FFmpegReaders with a Clip/Timeline associated with them.
2020-10-23 01:35:46 -05:00
Jonathan Thomas
bba126019b
Added 2 FrameMapper unit tests which verify resampled audio data has no gaps/pops, and offset FrameMapper clips don't use the wrong # of audio samples
2020-10-23 00:02:52 -05:00
Jonathan Thomas
9495d1d729
Removing invalid ICC sRGB color profile from these PNG used in unit tests (which throw warnings)
2020-10-23 00:02:04 -05:00
Jonathan Thomas
54a070438a
- Added default caption value, for demonstration purposes (to help users see a valid example)
...
- Append some newlines onto the end of any caption text... needed by the regex for some reason
- Updated font name and caption text to be a new type (font and caption), and we have corresponding UI changes for those on openshot-qt
2020-10-22 01:32:33 -05:00
Jonathan Thomas
07a10e3bf6
- Added word-wrap (using adjustable left, top, and right side keyframes)
...
- Added background color and alpha
- Added font color alpha
- Added fade in / out logic
- Added background padding & rounded corners
- Added adjustable font name
2020-10-21 01:27:49 -05:00
Jonathan Thomas
eb2e787537
Merge branch 'clip-refactor-keyframes' into caption-effect
...
# Conflicts:
# src/effects/Caption.h
2020-10-20 13:18:12 -05:00
Jonathan Thomas
e5d5d82050
- Simplifying the FrameMapper Clip::AdjustFrameNumber method
...
- Removing transformed == true boolean (Qt should be smart enough to optimize for blank transforms)
- Fixing regression from TimelineBase import
2020-10-20 13:03:10 -05:00