Software for video editing.
pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade poetry
poetry install
When an error occurs on Linux
sudo apt install git gcc make zlib1g-dev libffi-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev tk-dev python3-tk python3-distutils python3-pip ffmpeg
When an error occurs on Windows
- If you get an error when installing simpleaudio
- Install or update Microsoft C++ Build Tools
- Reboot the computer
Linux or MacOS
mkdir TestProject
poetry run python main.py
Windows 10 or 11
mkdir TestProject
poetry run python.exe main.py
poetry run pyinstaller main.spec
- Play the video
- Edit the video
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
NotoSansJP
SIL OPEN FONT LICENSE Version 1.1
├── resources
│ ├── fonts
│ │ ├── NotoSansJP-Medium.otf
│ │ └── OFL.txt