https://github.com/tuvimen/ffsplit
A shell script for splitting albums
https://github.com/tuvimen/ffsplit
shell
Last synced: 16 days ago
JSON representation
A shell script for splitting albums
- Host: GitHub
- URL: https://github.com/tuvimen/ffsplit
- Owner: TUVIMEN
- License: gpl-3.0
- Created: 2022-02-06T17:37:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T17:10:49.000Z (about 1 year ago)
- Last Synced: 2025-10-28T05:43:59.551Z (8 months ago)
- Topics: shell
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffsplit
A shell script for splitting albums.
## Requirements
- ffmpeg
## Example
ffsplit album.webm artist album 2010 ogg -c:a libopus -b:a 64k
inside $EDITOR:
00:00:00 First track
00:03:02 Second track
00:08:24 Third track
00:13:33 Fourth track
00:16:53 fifth track
created files:
01-first-track.ogg
02-second-track.ogg
03-third-track.ogg
04-fourth-track.ogg
05-fifth-track.ogg
## Installation
install -m 755 ffsplit /usr/bin