3122 Commits

Author SHA1 Message Date
Jonathan Thomas
88b7f8181e Updating git ignore rules, adding new 360 spherical property to profiles, and new unit tests for Profiles. 2025-05-20 16:07:24 -05:00
Jonathan Thomas
36e6ea34f0 Merge pull request #1003 from OpenShot/caption-miliseconds
Fix to Caption Rendering (off by 1 frame, and handle 2-3 digit milliseconds)
2025-05-10 21:53:15 -05:00
Jonathan Thomas
c2bd0f934d Fixing off by 1 error on caption rendering, and forcing milliseconds into 3 digits (for accurate time / frame calculations) 2025-05-10 18:22:01 -05:00
Jonathan Thomas
6722bc093e Merge pull request #1002 from OpenShot/python-path-sysconfig-fallback
Fix Python install path detection for compatibility with Python 3.12+
2025-05-05 21:38:07 -05:00
Jonathan Thomas
cecebf4deb Allow continued build even if coverage fails 2025-05-05 21:02:16 -05:00
Jonathan Thomas
3adb928d74 Testing experimental install path for Github actions for python path installation (for python bindings) 2025-05-05 20:49:51 -05:00
Jonathan Thomas
189b753700 Removing --no-external arg from code coverage make target (getting errors on github actions) 2025-05-05 20:28:55 -05:00
Jonathan Thomas
23426f75fc Updating builders for ubuntu 20.04 (depreciated), to now build on 22.04 and 24.04 2025-05-05 20:12:05 -05:00
Jonathan Thomas
5c52be24c9 Fix Python install path detection for compatibility with Python 3.12+ 2025-05-05 20:08:58 -05:00
Jonathan Thomas
e76a3de4e0 Merge pull request #996 from OpenShot/outline-effect
Improvements to Outline Effect
2025-03-14 22:30:53 -05:00
Jonathan Thomas
7075534af5 Convert RGBA args to use a Color keyframe instead in the Outline effect. Simpler and better supported in the OpenShot UI. 2025-03-14 17:53:35 -05:00
Jonathan Thomas
344dc4a4b9 Protect sigma from widths that cause it to become 0 (make 1 the minimal sigma) 2025-03-13 13:25:27 -05:00
Jonathan Thomas
cd504394b6 Fixing flipped color space conversion issue. Scaler needed RGBA, not BGRA. Updating max width to 100 (for Outline effect) to prevent freezes in the UI. 2025-03-13 13:05:26 -05:00
Jonathan Thomas
a9de2320e7 Simplifying effect description 2025-03-12 16:55:06 -05:00
Jonathan Thomas
5cd91a9c97 Fixing a RGB to BGR color issue with the Outline effect, and adding in unit tests for the Outline effect. 2025-03-12 16:52:15 -05:00
Jonathan Thomas
8708302939 Merge pull request #982 from aperture147/develop
Add Outline effect class
2025-03-12 16:07:06 -05:00
Jonathan Thomas
030f692760 Merge pull request #995 from OpenShot/rotation
Improve "rotation" metadata to auto-rotate and auto-scale vertical videos
2025-03-12 14:01:32 -05:00
Jonathan Thomas
c608ef6918 Hiding nb_side_data depreciation warnings for now (but I added a TODO for a reminder) 2025-03-11 23:12:39 -05:00
Jonathan Thomas
4abe4cdab0 Add new side data rotation detection, used by modern cell phone video. Save "rotate" metadata as the inverse of the rotation (to correct it). 2025-03-11 18:29:22 -05:00
Jonathan Thomas
37bdcacddf Add initial rotation and scale_x, scale_y keyframes when adding a new clip for a file with "rotate" metadata. 2025-03-11 18:28:28 -05:00
Vũ Quang Hải
0bf53a2bb9 Merge branch 'OpenShot:develop' into develop 2025-03-11 10:42:53 +07:00
Jonathan Thomas
56974b33c1 Merge pull request #993 from OpenShot/alpha-color-picker
Adding alpha to JSON properties of wave_color
2025-03-10 17:49:37 -05:00
Jonathan Thomas
e81e7922b2 Adding alpha to JSON properties of wave_color (for the clip class). 2025-03-10 17:43:31 -05:00
Jonathan Thomas
66c85fce4b Merge pull request #992 from OpenShot/h265-apple-tag
Set libx265 hvc1 tag (for Apple playback compatibility). Apparently, …
2025-03-10 15:13:38 -05:00
Jonathan Thomas
c0c7da749d Set libx265 hvc1 tag (for Apple playback compatibility). Apparently, we can't just set this on the mux_dict, but rather set the tag on the video codec (libx265). 2025-03-10 14:46:00 -05:00