An open API service indexing awesome lists of open source software.

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

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