视频编辑

关注公众号 jb51net

关闭
kdenlive for mac(mac视频剪辑软件) v26.04.1 苹果电脑Intel版

kdenlive for mac(mac视频剪辑软件) v26.04.1 苹果电脑Intel版

热门排行

简介

kdenlive for mac(mac视频剪辑软件) v26.04.1 苹果电脑Intel版

Kdenlive mac版是一款功能强大的开源视频编辑软件,提供剪辑视频等功能操作。作为一款功能强大的视频编辑工具,Kdenlive提供了丰富的功能,满足从基础剪辑到高级视频制作的各种需求。无论是个人用户、视频创作者,还是小型制作团队,Kdenlive都是一个理想的选择,因其稳定性和灵活性,成为了开源视频编辑工具中的佼佼者。

下载适合你Mac的Kdenlive版本

针对采用Intel芯片的Mac电脑和采用Apple芯片的Mac电脑都进行了优化,请确保你使用了正确版本。

如何确认电脑芯片类型?

1、点击左上角苹果菜单,选择「关于本机」

2、找到「处理器」或「芯片」一栏,查看芯片类型是「Intel」还是「Apple」,并选择下载对应的版本

软件特点

多轨视频编辑

Kdenlive 允许您使用和安排多个音频和视频轨道,每个轨道都可以锁定或静音以方便您。

使用任何音频/视频格式

基于强大的 FFmpeg 库,Kdenlive 可以直接使用几乎任何音频和视频格式,而无需转换或重新编码您的剪辑。

可配置的界面和快捷方式

您可以安排和保存自定义界面布局以适应您的工作流程。

还可以配置键盘快捷键以匹配您的偏好。

许多效果和过渡

提供了数十种效果,从色彩校正到音频调整,以及所有标准变换选项。

代理编辑

Kdenlive 可以自动创建源剪辑的低分辨率副本,让您可以在任何计算机上进行编辑,然后使用全分辨率渲染。

自动备份

您的项目文件每隔几分钟就会自动备份一次,并且还会保留旧版本的项目文件,以防您需要回滚到以前的版本。

在线资源

直接从界面下载渲染配置文件、划像和标题模板。

时间线预览

有时在使用高分辨率素材或复杂效果时,无法进行实时播放。时间线预览允许您预渲染时间线的某些部分以获得完美流畅的播放。

关键帧效果

大多数效果都可以设置关键帧,允许您随时间更改参数,使用线性或平滑曲线来实现您想要的结果。

主题化界面

灵活的主题引擎,能够处理各种明暗主题。

软件功能

Kdenlive提供的特效:

由于Kdenlive是基于ffmpeg的,所以你想要的各种视频特效都可以轻松获得。

1、图像调整。包括:边缘发光、淡入、淡出、方框模糊、镜头变形、镜头校正、镜像、老照片、模糊、锐化、水波纹扭曲、随机粒子、炭笔画、像素画等。

2、颜色。包括:白平衡、饱和度、对比度、贝塞尔曲线、负片、伽玛、亮度、色阶等。

3、音频校正。包括:淡入、淡出、归一化、静音、增益、左右声道平衡等。

4、alpha/变化。包括:边角、变换、裁切、透明渐变、旋转、晕映特效等。

使用技巧

用键盘快捷键进行三点编辑

Source (left image):在轨道头的左边,绿色垂直线( V1 或 A2)。绿线连接到项目框中的源剪辑,只有在项目框中选择剪辑时,才会根据剪辑的类型( A/V 剪辑、图片/标题/彩色剪辑、音频剪辑)显示绿线。

Target (right image):在轨道头部,目标 V1 或 A1 在黄色时处于活动状态。即使源不是活动的,活动目标跟踪也会对编辑操作做出反应,比如插入剪辑。

使用 Shift + 调整大小独立地调整 A V 剪辑

以仅调整剪辑的音频或视频部分的大小。Meta/Windows-key+在时间线中的 Move 允许将音频或视频部分独立地移动到另一条轨道。

通过按 CTRL+ 时间线中的 dragging a clip 来调整剪辑的速度。

按住 shift 键,在 Project Bin 上查找它们。

此版本可以在音频捕获设置中选择频道数和采样率。

更新日志

v26.04.1

Full Changelog

Try to fix MacOS app permissions. Commit.

Fix minimum MacOS supported version in Info.plist. Commit.

Ensure we don't try to access uninitialized media recorder. Commit.

Ensure we don't try to access audio device before permission confirmed. Commit.

Warn user on invalid preset on document open. Commit.

Fix Clip Monitor position stuck when switch clip. Commit. Fixes issue #2177

Fix otiotest. Commit.

Fix nonstop message asking to confirm sequence resize. Commit. Fixes bug #518990

MacOS: explicitely request mic permission. Commit. See bug #509281

Fix tab order in create color clip dialog. Commit.

Fix plist typo. Commit.

Update Mac plist. Commit. See bug #509281

Fix dropping sequence without audio in timeline. Commit. Fixes bug #519583

Fix clip monitor playhead remains the same when switching clips. Commit. See issue #2177

Fix welcome screen recent profile opening incorrect project profile. Commit.

Fix archiving of title files with images. Commit. See bug #518992

Fix crash cutting subtitle on layer > 0. Commit. Fixes bug #519505

Switch transition preview to gif format since most of our binaries don't encode webp. Commit.

Fix transition preview generation. Commit.

Fix crash switching multiple times between icon and list view in transitions list. Commit.

Fix trying to access uninitialized core profile on document open. Commit.

Fix render test suite crash on unknown render profile. Commit.

Sanitize proxy parameters. Commit.

Limit the number of supported layers in subtitles. Commit.

Always adjust composition duration on drop if there are clips above and below. Commit.

Fix missing Q_EMIT keyword. Commit.

Only show transition preview action if python is found. Commit.

Fix freeze canceling project recovery. Commit.

Fix playlist with different profile always have audio + video. Commit. Fixes bug #497943

Fix proxying playlist clip always adds audio. Commit. See bug #497943

MacOS: fix monitor offset with transform on zoom. Commit.

Bin icon mode: show folder indicator when item has zones, double click a sequence will expand/colapse it as well as open the sequence in timeline. Commit. Fixes bug #518857

Ensure double click opens sequence even when it has subclips. Commit. Fixes bug #518857

Cleanup audio level code, fix possible crash when adding first clip. Commit.

Transitions preview: script should only generate previews for custom lumas for now. Commit.

Don't show incorrect transition preview. Commit.

Fix crash closing app through welcomne screen close button. Commit.

大家还下载了