Use this command to install OpenShot Video Editor:
winget install --id=OpenShot.OpenShot -e
OpenShot Video Editor is an award-winning, open-source video editor, available on Linux, Mac, Chrome OS, and Windows. OpenShot can create stunning videos, films, and animations with an easy-to-use interface and rich set of features.
OpenShot Video Editor is a powerful, award-winning video editing tool designed to help users create professional-grade videos, films, and animations with ease. This cross-platform solution supports Linux, Mac, and Windows, offering an intuitive interface for seamless content creation.
Key Features:
Timeline Editing: Precisely edit clips, adjust timings, and synchronize audio tracks with a user-friendly timeline.
Effects & Transitions: Enhance videos with built-in effects, filters, and smooth transitions to bring creativity to life.
README
OpenShot Video Editor is an award-winning free and open-source video editor
for Linux, Mac, and Windows, and is dedicated to delivering high quality
video editing and animation solutions to the world.
Build Status
Features
Cross-platform (Linux, Mac, and Windows)
Support for many video, audio, and image formats (based on FFmpeg)
Powerful curve-based Key frame animations
Desktop integration (drag and drop support)
Unlimited tracks / layers
Clip resizing, scaling, trimming, snapping, rotation, and cutting
Video transitions with real-time previews
Compositing, image overlays, watermarks
Title templates, title creation, sub-titles
2D animation support (image sequences)
3D animated titles (and effects)
SVG friendly, to create and include vector titles and credits
Render videos in many codecs and formats (based on FFmpeg)
Getting Started
The quickest way to get started using OpenShot is to download one of
our pre-built installers. On our download page, click the Daily Builds
button to view the latest, experimental builds, which are created for each
new commit to this repo.
Title Tools: Design custom titles and text overlays using advanced typography controls for polished results.
Multi-Format Support: Work with various media formats, including HD video and high-quality audio files.
Audience & Benefit:
Ideal for content creators, educators, and professionals seeking a reliable tool to produce engaging videos without the need for expensive software. OpenShot empowers users to craft stunning visual stories efficiently and effectively.
Available via winget installation, OpenShot is an accessible choice for anyone looking to elevate their video production capabilities.
Are you interested in becoming more involved in the development of
OpenShot? Build exciting new features, fix bugs, make friends, and become a hero!
Please read the step-by-step
instructions for getting source code, configuring dependencies, and building OpenShot.
Documentation
Beautiful HTML documentation can be generated using Sphinx.
cd doc
make html
The documentation for the most recent release can be viewed online at openshot.org/user-guide.
Report a bug
Please report bugs using the official Report a Bug
feature on our website. This walks you through the bug reporting process, and helps
to create a high-quality bug report for the OpenShot community.
Translating OpenShot into other languages is very easy! Please read the step-by-step instructions or login to LaunchPad and get started.
All you need is a web browser.
Although installers are much easier to use, if you must build from
source, here are some tips:
OpenShot is programmed in Python (version 3+), and thus does not need
to be compiled to run. However, be sure you have the following
dependencies in order to run OpenShot successfully:
To run OpenShot from the command line with an installed libopenshot,
use the following syntax:
(be sure the change the path to match the install or repo location
of openshot-qt)
cd [openshot-qt folder]
python3 src/launch.py
To run with a version of libopenshot built from source but not installed,
set PYTHONPATH to the location of the compiled Python bindings. e.g.:
cd [libopenshot folder]
cmake -B build -S . [options]
cmake --build build
cd [openshot-qt folder]
PYTHONPATH=[libopenshot folder]/build/bindings/python \
python3 src/launch.py
Copyright (c) 2008-2021 OpenShot Studios, LLC. This file is part of
OpenShot Video Editor (https://www.openshot.org), an open-source project
dedicated to delivering high quality video editing and animation solutions
to the world.
OpenShot Video Editor is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenShot Video Editor is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with OpenShot Library. If not, see .