视频编辑软件pitivi基本功之安装篇
台式机的系统是openSUSE-Leap-15.5-DVD-x86_64
应用程序——工具——终端,切换到root用户
ruhong@localhost:~> su -
密码:
localhost:~ # zypper search pitivi
localhost:~ # zypper install pitivi
ruhong@localhost:~> pitivi
缺少的可选依赖:
- cvtracker GStreamer element not found on the system
-> enables object tracking
缺少的可选依赖: - librosa 没有在该系统上发现
-> 启用节拍检测功能
正常安装pitivi后运行报错缺少cvtracker和librosa,尝试过都不能成功安装cvtracker,根据官网提示可以通过flatpak来安装pitivi
先卸载之前安装过的pitivi
localhost:~ # zypper remove pitivi
localhost:~ # zypper install flatpak
localhost:~ # flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
localhost:~ # flatpak remote-modify flathub --url=https://mirror.sjtu.edu.cn/flathub
参考上海交通大学软件源镜像服务https://mirrors.sjtug.sjtu.edu.cn/docs/flathub
使用flathub.org网站下载是非常缓慢的,改成使用mirror.sjtu.edu.cn/flathub就非常快速了,大约耗时15分钟左右
localhost:~ # flatpak install flathub org.pitivi.Pitivi
Looking for matches…
Required runtime for org.pitivi.Pitivi/x86_64/stable (runtime/org.gnome.Platform/x86_64/44) found in remote flathub
Do you want to install it? [Y/n]: Y
org.pitivi.Pitivi permissions:
ipc fallback-x11 pulseaudio wayland x11 dri
file access [1] dbus access [2]
[1] host
[2] org.freedesktop.NotificationsID Branch Op Remote Download
- [✓] org.freedesktop.Platform.GL.default 22.08 i flathub 131.5 MB / 148.2 MB
- [✓] org.freedesktop.Platform.GL.default 22.08-extra i flathub 18.5 MB / 148.2 MB
- [✓] org.freedesktop.Platform.openh264 2.2.0 i flathub 1.2 MB / 944.3 kB
- [✓] org.gnome.Platform.Locale 44 i flathub 6.5 MB / 340.9 MB
- [✓] org.gnome.Platform 44 i flathub 360.9 MB / 321.4 MB
- [✓] org.pitivi.Pitivi.Codecs stable i flathub 9.7 MB / 9.3 MB
- [✓] org.pitivi.Pitivi.Locale stable i flathub 100.5 kB / 1.9 MB
- [✓] org.pitivi.Pitivi stable i flathub 170.7 MB / 158.0 MB
Warning: Removing magic mime rule from exports
Warning: Removing magic mime rule from exports
Installation complete.
必须要以普通用户ruhong启动pitivi
ruhong@localhost:~> flatpak run org.pitivi.Pitivi
Gtk-Message: 22:52:21.711: Failed to load module “lunar-calendar-module”
Gtk-Message: 22:52:21.711: Failed to load module “canberra-gtk-module”
** (gst-plugin-scanner:3): CRITICAL **: 22:52:25.530: Couldn’t g_module_open libpython. Reason: /usr/lib/x86_64-linux-gnu/libpython3.10.so: cannot open shared object file: No such file or directory
Matplotlib is building the font cache; this may take a moment.
Gtk-Message: 22:52:59.894: Failed to load module “canberra-gtk-module”
报错缺少libpython3.10.so,补安装python3-devel就可以了
localhost:~ # zypper install python3-devel
Loading repository data…
Reading installed packages…
Resolving package dependencies…
The following NEW package is going to be installed:
python3-devel
1 new package to install.
Overall download size: 232.8 KiB. Already cached: 0 B. After the operation, additional 790.0 KiB will be used.
Continue? [y/n/v/…? shows all options] (y): y
Retrieving: python3-devel-3.6.15-150300.10.45.1.x86_64 (Main Repository) (1/1), 232.8 KiB
Retrieving: python3-devel-3.6.15-150300.10.45.1.x86_64.rpm …[done (104.0 KiB/s)]
Checking for file conflicts: …[done]
(1/1) Installing: python3-devel-3.6.15-150300.10.45.1.x86_64 …[done]
ruhong@localhost:~> flatpak run org.pitivi.Pitivi
Gtk-Message: 23:04:07.111: Failed to load module “lunar-calendar-module”
Gtk-Message: 23:04:07.112: Failed to load module “canberra-gtk-module”
Gtk-Message: 23:04:14.517: Failed to load module “canberra-gtk-module”
这时可以点击鼠标启动,应用程序——影音——pitivi——右上角三根横线——AboutPitivi——版本是2023.03
官方支持以下媒体容器和格式:
容器:MJPEG,Matroska,Ogg,QuickTime,WebM
音频格式:FLAC、MPEG、Raw、Vorbis、WAV
视频格式:H.264、JPEG、Raw、Theora、VP8
大多数时候不受支持的媒体仍然可以播放,Pitivi允许将不支持的媒体转码为支持的格式。
import
导入
add media files to your project
将媒体文件添加到项目中
remove selectd clips from the project
从项目中删除选定的剪辑
clip properties
剪辑属性
show tags associated with selected clips
显示与选定剪辑关联的标记
insert the selected clips at the end of the timeline
在时间线的末尾插入选定的剪辑
save as
另存为
export as archive
导出为存档
export current frame
导出当前帧的单个图片
project settings
项目设置
preferences
偏好
keyboard shortcut
键盘快捷键
user manual
用户手册
请到https://www.pitivi.org/manual/这个网页看用户手册
about pitivi
关于
split clips at play head position
在播放头位置拆分剪辑
delete clips
删除剪辑
group clips
分组剪辑
ungroup clips
取消组合剪辑
cut clips
剪切剪辑
copy clips
复制剪辑
paste clips
粘贴剪辑
align clips based on their sound tracks
根据音轨对齐剪辑
《光影助手:开源视频编辑软件Pitivi入门教程》
https://www.mintos.org/soft/pitivi-manual.html