Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbonamy/easy-chapters
MacOS application to edit chapters in a video file.
https://github.com/nbonamy/easy-chapters
chapters ffmpeg ffmpeg-gui macos-app macos-application video video-editing
Last synced: 23 days ago
JSON representation
MacOS application to edit chapters in a video file.
- Host: GitHub
- URL: https://github.com/nbonamy/easy-chapters
- Owner: nbonamy
- License: apache-2.0
- Created: 2024-01-29T13:34:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T16:31:03.000Z (10 months ago)
- Last Synced: 2024-10-03T21:50:49.115Z (about 1 month ago)
- Topics: chapters, ffmpeg, ffmpeg-gui, macos-app, macos-application, video, video-editing
- Language: Swift
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-chapters
MacOS application to edit chapters in a video file.
## Prequisites
Requires [ffmpeg](https://ffmpeg.org) to be installed. If it is not in shell-less PATH, following locations are checked (in that order):
- /opt/homebrew/bin/ffmpeg
- /opt/local/bin/ffmpeg
- /usr/local/bin/ffmpeg
- /usr/bin/ffmpegIf you installed ffmpeg with [Homebrew](https://brew.sh), that version should therefore be used.
## Screenshots