Download Latest Version v3.4.0 source code.tar.gz (132.0 MB)
Email in envelope

Get an email when there's a new version of OpenShot Video Editor

Home / v3.1.1
Name Modified Size InfoDownloads / Week
Parent folder
OpenShot-v3.1.1-x86_64.dmg.sha256sum.verify 2023-04-20 302 Bytes
OpenShot-v3.1.1-x86_64.dmg.torrent 2023-04-20 20.3 kB
OpenShot-v3.1.1-x86_64.dmg.sha256sum 2023-04-20 92 Bytes
OpenShot-v3.1.1-x86_64.dmg 2023-04-20 259.6 MB
OpenShot-v3.1.1-x86_64.AppImage.sha256sum.verify 2023-04-20 312 Bytes
OpenShot-v3.1.1-x86_64.AppImage.torrent 2023-04-20 18.8 kB
OpenShot-v3.1.1-x86_64.AppImage.sha256sum 2023-04-20 97 Bytes
OpenShot-v3.1.1-x86_64.AppImage 2023-04-20 239.9 MB
OpenShot-v3.1.1-x86_64.exe.sha256sum.verify 2023-04-20 302 Bytes
OpenShot-v3.1.1-x86_64.exe.torrent 2023-04-20 15.6 kB
OpenShot-v3.1.1-x86_64.exe.sha256sum 2023-04-20 92 Bytes
OpenShot-v3.1.1-x86_64.exe 2023-04-20 197.5 MB
OpenShot-v3.1.1-x86.exe.sha256sum.verify 2023-04-20 296 Bytes
OpenShot-v3.1.1-x86.exe.torrent 2023-04-20 15.5 kB
OpenShot-v3.1.1-x86.exe.sha256sum 2023-04-20 89 Bytes
OpenShot-v3.1.1-x86.exe 2023-04-20 196.2 MB
README.md 2023-04-20 7.4 kB
v3.1.1.tar.gz 2023-04-20 95.8 MB
v3.1.1.zip 2023-04-20 98.1 MB
Totals: 19 Items   1.1 GB 3

Highlights & Features:

  • Bumping version to 3.1.1, min libopenshot dependency to 0.3.2
  • Prevent freeze on launch (in Windows - when your sample-rate in OpenShot does not match the host OS sample-rate)
  • Fix duplicate Profile name bug (causing an issue when exporting and re-opening a project with specific profile names)
  • Adding Profile search button to Preferences (for easier filtering and searching for a default profile)
  • Protect timeline (webview) from receiving lots of unneeded messages from libopenshot
  • Large refactor for Tracker and Object Detection effects (allow property editing, prevent crashes, allow parent property to work)
  • Refactor of Parent property (simpler, a single 'None' option, thumbnail images)
  • Improved caching logic around Property Editor (better performance while adjusting clip properties)
  • Many small code refactors and fixes to prevent noisy errors (reported by Sentry.io)
  • Updated language translations
  • Updated credits and donors
  • Removed old GitHub Action builder for Ubuntu 18.04, and tweaked GitHub CI build scripts

openshot-qt Changelog (Version: 3.1.1)

  • 5416a16b 2023-04-20 Jonathan Thomas Adding back in "layers", "markers" to webview changes - since we accidentally filtered them out. HEAD, origin/release-20230417
  • 1ee5f7b3 2023-04-19 Jonathan Thomas Allow "duration" to be sent to the webview, to allow auto-increase project duration / auto resize the timeline
  • 0979288d 2023-04-18 Jonathan Thomas Protect setWindowTitle from being called by a different thread (preview_thread - if sample_rate is updated). Protect preview_thread::update() method from triggering with 'sample_rate' update.
  • 91b19e54 2023-04-17 Jonathan Thomas Protecting timeline webview from unrelated changes - which can sometimes happen prior to the webview being fully loaded (causing a freeze on launch of OpenShot)
  • 967a429b 2023-04-17 Jonathan Thomas On launch of OpenShot, convert float sample_rate into Integer (if needed), and update settings::sample_rate if needed. This causes our audio device to freeze
  • 6736aa6a 2023-04-17 Jonathan Thomas Bumping version to 3.1.1, min libopenshot dependency to 0.3.2
  • 52f54317 2023-04-17 Jonathan Thomas Merge pull request [#5212] from OpenShot/update-translations-credits-apr-6-2023 origin/develop
  • 14c4260d 2023-04-17 Jonathan Thomas Merge pull request [#5211] from OpenShot/protect-waveform-from-null-clip
  • 2c493118 2023-04-17 Jonathan Thomas Merge pull request [#5210] from OpenShot/project-data-parsing-error
  • f8282e7f 2023-04-16 Jonathan Thomas Updating donors and supporters
  • 43cf54e4 2023-04-16 Jonathan Thomas Updating translations for 3.1.1 release
  • 150689fd 2023-04-16 Jonathan Thomas Protect from generating a waveform for a NULL clip (we should skip clips that we can't find or query). Reported in Sentry: OPENSHOT-1WJ5
  • 8d896e84 2023-04-16 Jonathan Thomas Show friendly error to user when Export dialog fails to parse project JSON data: Reported in Sentry: OPENSHOT-6X
  • 266092e5 2023-04-16 Jonathan Thomas Merge pull request [#5205] from OpenShot/sentry-invalid-property-data
  • e0af3c5f 2023-04-16 Jonathan Thomas Refactor some logic in Parent / Child property context menus - to be simpler, and more efficient. This solves a bug on Windows also, where file paths were not matching correctly.
  • 954d8685 2023-04-16 Jonathan Thomas Adding debug logs to property widget context menus
  • 92cf3d40 2023-04-13 Jonathan Thomas Removing items from "Parent" and "Child Clip ID" and "Parent Effect" context menus in the Property dialog - for example, clips with no effects, or clips with no tracking data, etc... Also, making things more consistent with parent folders in context menus (None, Clips, Tracked Objects)
  • 3b260d73 2023-04-13 Jonathan Thomas Fix object detector and tracker effects when using context menus, color pickers, and other property dialog editors - to correctly update the JSON without destroying certain data or "objects"
  • bb85b5be 2023-04-13 Jonathan Thomas Allow clearing the "Parent" and "Child Clip ID" properties of a clip / effect, and allow setting of the initial value to work correctly.
  • d37894ca 2023-04-13 Jonathan Thomas Extending objects protections to color_update and remove_keyframe methods - to ignore when an object_id is not found, or a clip has no 'objects' dict
  • 36d9b361 2023-04-13 Jonathan Thomas Updating timeline changed callback to always reset the current value of ENABLE_PLAYBACK_CACHING. For example, sometimes we have already disabled this setting before changing the timeline data - and we would like it to stay disabled until further notice. This method was accidentally re-enabling the caching when we were not expecting it to.
  • 788266e5 2023-04-13 Jonathan Thomas Protecting property widget exception when a label returns an invalid data tuple for the current selected property label: Sentry reported this error: OPENSHOT-43. This also fixes a regression related to updating ObjectDetector and Tracker objects.
  • 8ff253e3 2023-04-13 Jonathan Thomas Protecting property widget exception when a label returns an invalid data tuple for the current selected property label: Setnry reported this error: OPENSHOT-43.
  • 1e07ee30 2023-04-13 Jonathan Thomas Merge pull request [#5202] from OpenShot/protect-timeline-args origin/audio-background-transparent
  • db2e8e85 2023-04-12 Jonathan Thomas Merge pull request [#5201] from OpenShot/edit-title-error
  • c05a3c9f 2023-04-12 Jonathan Thomas Merge pull request [#5200] from OpenShot/fix-duplicate-profile-names
  • a284f227 2023-04-12 Jonathan Thomas Protecting timeline args from non-Integer values. Detected on Sentry: OPENSHOT-245G
  • 6ff1dbea 2023-04-12 Jonathan Thomas Fix for editing a title and trying to update a thumbnail on the timeline - was missing a required arg
  • eed7a2c7 2023-04-12 Jonathan Thomas Removing freeze from github actions - too difficult to maintain compatibility with all the different builders
  • 877b0fd1 2023-04-12 Jonathan Thomas Fixing issue where we still had many duplicate profile descriptions causing issues. Adding - width x height | DAR suffix for only the duplicate ones.
  • e7252465 2023-04-12 Jonathan Thomas Removing old ubuntu 18.04 github builder, adding 22.04
  • b2702756 2023-04-12 Jonathan Thomas Ignore profile folders on Export dialog init - removes warning log about "failed to process" profile folder
  • 4c7af055 2023-04-12 Jonathan Thomas Adding Profile search button to Preferences for easier filtering and searching for a default profile
  • c95e9a99 2023-04-12 Jonathan Thomas Updating duplicate profile names to use unique name (with DAR appended onto the end)
  • ebe2ad37 2023-04-07 Jonathan Thomas Merge pull request [#5178] from OpenShot/release-20230321

libopenshot Changelog (Version: 0.3.2, SO: 25)

https://github.com/OpenShot/libopenshot/releases/tag/v0.3.2

libopenshot-audio Changelog (Version: 0.3.2, SO: 9)

https://github.com/OpenShot/libopenshot-audio/releases/tag/v0.3.2

Source: README.md, updated 2023-04-20