Linux command
openshot 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start OpenShot
openshot-qt
Open a project file
openshot-qt [project.osp]
Open with a media file
openshot-qt [video.mp4]
Run with debug logging
openshot-qt --debug
说明
openshot-qt launches the OpenShot Video Editor, a free, cross-platform non-linear video editor built on Qt and the libopenshot rendering library. The application supports multi-track timeline editing, transitions, animated titles, key-frame animation, and a wide range of audio/video codecs through FFmpeg. Project files use the .osp extension and store JSON-serialized clip and timeline metadata.
参数
- -h, --help
- Display help information.
- -V, --version
- Display version.
- --debug
- Enable verbose debug logging to stdout.
- --lang _CODE_
- Force the user-interface language (e.g., `en_US`, `de_DE`).
- --list-languages
- List available interface languages.
FAQ
What is the openshot command used for?
openshot-qt launches the OpenShot Video Editor, a free, cross-platform non-linear video editor built on Qt and the libopenshot rendering library. The application supports multi-track timeline editing, transitions, animated titles, key-frame animation, and a wide range of audio/video codecs through FFmpeg. Project files use the .osp extension and store JSON-serialized clip and timeline metadata.
How do I run a basic openshot example?
Run `openshot-qt` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in openshot?
Display help information.