开源免费视频编辑器 OpenShot 中文版由大眼仔旭(www.dayanzai.me)整理发布。OpenShot Video Editor 是一款屡获殊荣的免费开源视频编辑器,适用于 Linux、Mac 和 Windows,致力于为全世界提供高质量的视频编辑和动画解决方案。OpenShot Video Editor 可让您创建和编辑可以以创造性和巧妙的方式分层、混合和排列的高清视频。OpenShot™创建于 2008 年,旨在为 Linux 构建一个免费简单的开源视频编辑器。它现在可以在 Linux,Mac 和 Windows 上使用,已被下载数百万次,并且作为一个项目继续发展!
OpenShot Video Editor 功能
跨平台
OpenShot 是跨平台的影片编辑器,支援 Linux, Mac 和 Windows。今天开始使用并下载我们的安装程式。
修剪与切片
快速修剪您的影片,找到完美的时刻。 OpenShot 有许多简单的方法来剪切您的影片。
动画 & 关键影格
使用我们强大的动画框架,您可以淡出、滑动、反弹和动画视频项目中的任何内容。
无限轨道
新增您需要的影音轨数给浮水印、背景影片、音轨和其它更多.
视频效果
使用我们的视讯效果引擎,从影片中删除背景、反转颜色、调整亮度等等。
音频波形
将您的音讯档案视觉化为波形,甚至可以将波形输出为影片的一部分。
标题编辑器
为您的影片加入字幕从未如此简单。您可以使用我们的模板之一,或者自己建立模板。
3D 动画
绘制漂亮的 3D 动画标题和效果,例如雪、镜头光晕或飞行文本。
慢镜头 & 时间效果
控制时间、倒回、减速和加速视频。使用预设或动画播放速度和方向。
编辑视频
从档案管理器拖放视讯、音讯或图片到 OpenShot 中。开始视讯编辑就是这么简单。
70+ 语言
OpenShot 有许多不同语言的版本,并且可以在线上翻译,使用 LaunchPad.
简易的用户界面
我们把 OpenShot 设计为最容易与最友善的影片编辑软体!试一试并且自己看一看。
OpenShot Video Editor 许可证
版权所有 (c) 2008-2021 OpenShot Studios, LLC。 该文件是 OpenShot Video Editor (https://www.openshot.org) 的一部分,OpenShot Video Editor 是一个开源项目,致力于为全世界提供高质量的视频编辑和动画解决方案。
OpenShot Video Editor 是免费软件:您可以根据自由软件基金会发布的 GNU 通用公共许可证(许可证的第 3 版或(由您选择)任何更高版本)的条款重新分发和/或修改它。
OpenShot Video Editor 是分发的,希望它有用,但没有任何保证; 甚至没有对适销性或针对特定目的的适用性的暗示保证。 有关更多详细信息,请参阅 GNU 通用公共许可证。
您应该已经收到一份 GNU 通用公共许可证和 OpenShot 库。 如果没有,请参阅 http://www.gnu.org/licenses/。
What’s new in OpenShot Video Editor 2.6.1
September 11, 2021
Highlights & Features:
Auto migration of Crop keyframes from 2.5.1 projects (adds a crop effect and sets the equivellent keyframes). 100% backwards compatibility.
Title Editor: TAB between fields
Fix Windows drive letter regression, where saving projects on a different drive than the assets would cause corruption. 2.6.1 will also repairs any corruption detected in *.osp project files.
Fix many broken language translations (pt_BR, sk, lt, ko)
Updating many language translations to 100%:
Afrikaans
Chinese (Simplified)
Danish
Dutch
English (United Kingdom)
Gaelic; Scottish
German
Japanese
Polish
Russian
Spanish
Chinese (Traditional)
Turkish
French
Improved language translation testing scripts, and adding automated tests to fail GitHub PRs loudly if translations are broken
Protection against many uninitialized variable errors, reported by Sentry.io
Silenced a loud thumbnail server warning
Prevent a divide by zero error on video preview resizing
Updated credits and contributors
Bumping version to 2.6.1 (minimum libopenshot 0.2.7, SO 21)
openshot-qt Changelog (Version: 2.6.1):
11f8e50 2021-09-04 Jonathan Thomas Bumping version to 2.6.1, min libopenshot version to 0.2.7 (SO 21) HEAD, origin/release-20210904
8ef4155 2021-09-04 Jonathan Thomas Merge pull request #4389 from OpenShot/language-update-sep-4-2021 origin/develop
1ab16fb 2021-09-04 Jonathan Thomas Updating contributors and supporters
a099889 2021-09-04 Jonathan Thomas Updating all language translations
16c8d8e 2021-09-03 Jonathan Thomas Merge pull request #4387 from OpenShot/auto-migrate-crop-properties
5deec3d 2021-09-03 Jonathan Thomas Auto migrate crop_x, crop_y, crop_width, and crop_height properties from OpenShot 2.5.1 projects into the new 2.6.x crop effect. This should restore cropping to 100% compatibility to OpenShot 2.5.1 projects.
443585a 2021-08-30 Jonathan Thomas Merge pull request #4373 from OpenShot/updating-translations-aug-30-2021
24ab71b 2021-08-30 Jonathan Thomas Updating translations
a94c526 2021-08-28 Jonathan Thomas Merge pull request #4367 from OpenShot/prevent-zero-division
bc8916f 2021-08-28 JacksonRG Merge pull request #4366 from OpenShot/repair-project-files
9a9c4ad 2021-08-28 Jonathan Thomas Fixing unused calculation origin/prevent-zero-division
b2d9585 2021-08-28 Jonathan Thomas Avoid dividing by zero when resizing app/video widget
3572449 2021-08-28 Jonathan Thomas Creating a backup of possible 2.6.0 windows drive letter corruption, compiling regex, and updating original file during the project open.
861a2b8 2021-08-27 Jackson Remove blank line
09951ec 2021-08-27 Jackson Moved regex to read file
4238b0a 2021-08-27 Jackson repair project files with invalid json for paths
1d8a8d7 2021-08-27 Jonathan Thomas Merge pull request #4365 from OpenShot/protect-export-screen
e4debc9 2021-08-27 Jonathan Thomas Fixing an uninitialized variable on export screen (caught using Sentry) origin/protect-export-screen
e87734d 2021-08-27 Jonathan Thomas Merge pull request #4364 from OpenShot/protect-recovery-process
f83109d 2021-08-27 Jonathan Thomas Also silencing the thumbnail 404 error logging (which currently is sent to Sentry for no real reason)
6a93b2f 2021-08-27 Jonathan Thomas Protect recovery process from missing project file (i.e. a user deletes the current project file in the file system… while the auto-save system is still running). Also reduce some logging in the asset folder detection.
c42d2f5 2021-08-27 Jonathan Thomas Merge pull request #4362 from OpenShot/protect-bounding-box
fc9af3b 2021-08-27 JacksonRG Merge pull request #4361 from OpenShot/fix-path-bug
8180f8e 2021-08-27 Jonathan Thomas Protect against invalid items passed into setBoundingBox
1c5dfe8 2021-08-27 Jackson save paths as valid json
4bd27e0 2021-08-27 Jonathan Thomas Merge pull request #4360 from OpenShot/fix-broken-languages
2c08a0a 2021-08-27 Jonathan Thomas Updating translation resource file, to actually fix the 4 broken languages
e1c4697 2021-08-26 Jonathan Thomas Merge pull request #4355 from OpenShot/translation-github-ci-adding
0d8cb10 2021-08-26 Jonathan Thomas Merge branch ‘develop’ into translation-github-ci-adding
3224f9b 2021-08-26 Jonathan Thomas Merge pull request #4354 from OpenShot/updating-broken-translations
34bfc7e 2021-08-26 Jonathan Thomas Adding translation testing to our GitHub actions CI… to make language translation failures more visible.
a38ff7e 2021-08-26 Jonathan Thomas Merge pull request #4353 from OpenShot/fix-translation-tests
4aae19e 2021-08-26 Jonathan Thomas Updating broken translation placeholders and updating translations since release of 2.6.0
2358119 2021-08-26 Jonathan Thomas Fix translation testing scripts to actually work! This caused our 2.6.0 branch to use invalid translations, oops.
466d311 2021-08-26 JacksonRG Merge pull request #4351 from OpenShot/title-editor-tab-switching
13c7b62 2021-08-26 Jackson Switch to next text field on tab press
5468a9a 2021-08-25 JacksonRG Merge pull request #4345 from OpenShot/merge-master-2.6.0
8403607 2021-08-25 Jackson Merge master 2.6.0 into develop
ee4e20c 2021-08-25 JacksonRG Merge pull request #4344 from OpenShot/release-20210819 origin/master
6e636e8 2021-08-25 Jonathan Thomas Fixing a max length error on deploy/publish script with GitHub API, and adding better errors for GitHub specific issues.
libopenshot Changelog (Version: 0.2.7, SO: 21):
5987878 2021-09-04 Jonathan Thomas Merge branch ‘release-20210904’ of github.com:OpenShot/libopenshot into release-20210904 HEAD, origin/release-20210904
4106f1f 2021-09-04 Jonathan Thomas Bumping version to 0.2.7, SO 21
82498b2 2021-09-04 Jonathan Thomas Bumping version to 0.2.7, SO 20
5a8ffe3 2021-09-03 Jonathan Thomas Merge pull request #724 from OpenShot/improved-crop-effect origin/develop
5f91ddc 2021-09-03 Jonathan Thomas Reversing y_offset direction to match previous OpenShot crop behavior
f9e5db6 2021-09-03 Jonathan Thomas Adding an X and Y offset to the current crop effect, to better support previous clip crop parameters (for migrating crop options from OpenShot 2.5.1 to OpenShot 2.6). Also refactoring the crop effect, to actually copy the pixels into a new image buffer.
d58febf 2021-08-26 JacksonRG Merge pull request #718 from OpenShot/default-crop-border-of-zero
fc05893 2021-08-25 JacksonRG Merge pull request #721 from OpenShot/merge-master-0.2.6
569b591 2021-08-25 Jackson Merge master 0.2.6 into develop
3275251 2021-08-25 JacksonRG Merge pull request #720 from OpenShot/release-20210819 origin/master
928c37b 2021-08-23 Jackson set default crop border to 0
libopenshot-audio Changelog (Version: 0.2.2, SO: 8):
d588dbd 2021-09-04 Jonathan Thomas Bump version to 0.2.2 (SO still 8) HEAD, origin/release-20210904
5ec3bc2 2021-08-25 JacksonRG Merge pull request #135 from OpenShot/merge-master-0.2.1 origin/develop
6225e19 2021-08-25 Jackson Merge branch ‘master’ into merge-master-0.2.1
a73ba47 2021-08-25 JacksonRG Merge pull request #134 from OpenShot/release-20210819 origin/master
af98548 2021-08-21 Frank Dana Merge pull request #131 from ferdnyc/fix-need-asio
66d707a 2021-08-18 FeRD (Frank Dana) Ensure NEED_ASIO is always set
资源:060×86.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:bm8d)
点击下载(提取码:536766)
点击下载(提取码:4upp)
点击下载(提取码:536766)
资源:060×64.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:bink)
点击下载(提取码:536766)
点击下载(提取码:v2yd)
点击下载(提取码:536766)
原创文章,作者:kirin,如若转载,请注明出处:https://blog.ytso.com/217756.html