VSDC Free Video Editor (64-bit)

最新版本 Gradle 6.1.1

Gradle 6.1.1

Gradle 6.1.1
VSDC 免費視頻編輯器 64bit 是專為編輯各種格式的數字視頻和音頻文件,包括高清晰度和超高清分辨率,提供專業的後期製作效果,以及從屏幕捕獲視頻,錄製語音,刻錄將多媒體文件保存為多種支持的格式,並將其上傳到在線平台。該方案提供了豐富的功能,但有一個簡單而直觀的界面,可以用最少的努力創建視頻。免費視頻編輯器 64 位是一個免費的視頻編輯軟件,具有一套完整的視頻全面創建儀器!

VSDC 免費視頻編輯器功能:

非線性視頻編輯器
VSDC 免費視頻編輯器是一個非線性工具。這意味著與大多數其他編輯器不同的是,場景以線性順序和特定順序依次來到,這個軟件允許將對象放置在時間線上的任何位置並具有任意大小。此外,物體的各種參數,形狀和位置可以隨時間任意改變.

視覺和音頻效果
視頻可以應用各種視覺和音頻效果,以達到必要的效果。由於可用的視覺效果的數量非常高,為便於導航,它們被分成五類:色彩校正,對像變換,對象濾鏡,過渡效果和特殊的 fx.

Blending 模式和 Instagram 類似的濾鏡
改變外觀的更多方式您的視頻圖像根據您的喜好是顏色混合。使用各種可調參數,您可以將獨特的專業風格附加到您的視頻。想要節省時間的新手或者那些想要節省時間的人,可以從一次點擊中應用時髦的類似 Instagram 的過濾器中受益.

Masking
VSDC 免費視頻編輯器允許創建不同形狀的蒙版,以隱藏,模糊或突出顯示視頻中的某些元素。您可以使用它在遮罩區域內部或外部應用特效。掩蔽的最常見原因之一是模糊或像素化一張臉,以保護身份或使一個文本視頻內的效果。

亞像素精度
亞像素精度定位的場景中的對象,使動畫,旋轉,轉換和精確的相對定位的流暢.

支持流行的格式
我們的軟件幾乎支持所有的視頻,圖像和音頻格式和編解碼器。這就是為什麼你不需要任何額外的轉換工具來編輯你的文件,與其他程序經常是這樣.

為特定的多媒體設備創建視頻
由於大量預配置的配置文件,您可以輕鬆地為大多數流行的多媒體創建視頻如 DVD 播放器,iPod / iPhone / iPad,PSP,任何智能手機和普通手機,索尼 PlayStation,Xbox,Zune,愛可視,艾利和,Creative Zen,黑莓,MP4 播放器和其他許多設備。61213896
內置 DVD 刻錄工具
編輯附帶 DVD 刻錄工具,可以讓您輕鬆地將工作結果刻錄到光盤上。

視頻文件轉換器
該應用程序旨在將視頻文件從一種格式快速轉換為另一種格式。它具有編輯視頻的一些基本功能:刪除不需要的部分,將視頻分成幾部分,並將多個文件合併為一個.

桌面視頻捕捉
視頻編輯器具有桌面視頻捕捉實用程序,可將捕捉的素材保存到視頻文件以供後續處理編輯器.

視頻採集
我們編輯器的另一個特點是能夠從各種視頻調諧器,網絡攝像機,IP 攝像機採集視頻,並以任意格式將採集的素材保存在您的計算機上,以供後續編輯使用。

注意:未註冊版本中功能有限.

ScreenShot

軟體資訊
檔案版本 Gradle 6.1.1

檔案名稱 gradle-6.1.1-all.zip
檔案大小 132 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 未分類
作者 Flash-Integro LLC.
官網 http://www.videosoftdev.com/free-video-editor
更新日期 2020-01-25
更新日誌

What's new in this version:

Improvements for plugin authors:
- Finalize property value only when the value is queried
- In previous Gradle releases, certain Gradle types, such as Property or ConfigurableFileCollection, provided a finalizeValue() method that eagerly calculated the final value for a property and prevented further changes.
- When a task starts running, Gradle automatically finalizes task properties of these types, so that the same value is seen by the task's actions and Gradle's build caching/up-to-date checks. This also avoids calculating the property value multiple times, which can sometimes be expensive. Plugins can also use finalizeValue() to finalize other properties, such as a property of a project extension, just prior to querying the value.
- In this release, these types gain a new finalizeValueOnRead() method. This method is similar to finalizeValue(), except that the final value is calculated when the value is queried rather than immediately. Plugins can use this method when a property value may be expensive to calculate or when the value may not have been configured to ensure that all consumers of the property see the same, final, value from that point onwards
- Please see the user manual for more details

New managed property types:
- Gradle 5.5 introduced the concept of a managed property for tasks and other types, where Gradle provides an implementation of the getter and setter for an abstract property defined on a task, project extension, or other custom type. This simplifies plugin implementations by removing a bunch of boilerplate.
- In this release, it is possible for a task or other custom type to have an abstract read-only property of type DomainObjectSet<T>.
- Please see the user manual for more details

New factory methods:
The ObjectFactory type, which plugins and other custom types use to create instances of various useful types, has several new factory methods to create certain Gradle types that could only be created using internal APIs in previous releases:
- The polymorphicDomainObjectContainer() method to create ExtensiblePolymorphicDomainObjectContainer<T> instances
- The namedDomainObjectSet() method to create NamedDomainObjectSet<T> instances
- The namedDomainObjectList() method to create NamedDomainObjectList<T> instances
- Please see the user manual for more details
- Improvements for Gradle tooling providers

Tooling API:
- TestLauncher can run specific Test task tests
- The TestLauncher interface in the Tooling API could already launch tests by specifying the name of the test classes or methods; however, if there are multiple Test tasks, then all Test tasks would be executed
- For IDEs, developers usually want to execute only one task at a time. Gradle 6.1 introduces a new API to execute tests with specific Test task using the withTaskAndTestClasses() and withTaskAndTestMethods() methods
- Fixed issues

4 issues have been fixed in Gradle 6.1.1:
- Gradle 6.1 generates an empty .gradle and gradle directories on each execution in subproject directories
- Memory regression when resolving large artifacts while computing checksums
- Missing fixed issues from Gradle 6.1 release notes
- Plugins using kotlin-dsl and compiled with 6.1 are incompatible with Gradle 6.0

Gradle 6.1.1 相關參考資料
Gradle 6.1.1 releases: automation building tools • InfoTech ...

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying&nbsp;...

https://meterpreter.org

Gradle 6.1.1 发布,修复6.1 问题-Linuxeden开源社区

18 小時前 - Gradle 6.1.1 发布了。Gradle 是一个基于 Apache Ant 和 Apache Maven 概念的项目自动化构建工具,支持依赖管理和多项目,类似 Maven,但比之&nbsp;...

http://www.linuxeden.com

Gradle Distributions

gradle-6.1.1-wrapper.jar.sha256 24-Jan-2020 23:43 +0100 64.00B &middot; gradle-6.1.1-docs.zip 24-Jan-2020 23:43 +0100 31.29M &middot; gradle-6.1.1-docs.zip.sha256&nbsp;...

https://services.gradle.org

Gradle DSL Version 6.1.1 - Gradle User Manual

Second, each Gradle script implements the Script interface. This interface defines a number of properties and methods which you can use in the script.

https://docs.gradle.org

Installation - Gradle

Installation. The current Gradle release is 6.1.1. You can download binaries and view docs for all Gradle versions from the releases page. Prerequisites&nbsp;...

https://gradle.org

Jar - Gradle DSL Version 6.1.1 - Gradle User Manual

More specifically, each file is transformed using Groovy&#39;s SimpleTemplateEngine . This means you can use simple property references, such as $property or&nbsp;...

https://docs.gradle.org

Project - Gradle DSL Version 6.1.1 - Gradle User Manual

This interface is the main API you use to interact with Gradle from your build file. From a Project , you have programmatic access to all of Gradle&#39;s features.

https://docs.gradle.org

Releases - Gradle

Find binaries and reference documentation for current and past versions of Gradle.

https://gradle.org

Releases · gradlegradle · GitHub

We recommend that you use Gradle 6.1.1 over the initial release of Gradle 6.1. ... See the Gradle 6.x upgrade guide to learn about deprecations, breaking&nbsp;...

https://github.com

Version 6.1.1 - Gradle User Manual

Run gradle wrapper --gradle-version 6.1.1 to update the project to 6.1.1. 4. Try to run the project and debug any errors using the Troubleshooting Guide.

https://docs.gradle.org