Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 539 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 539 Bytes

Ffcutter cuts mp4 or mp3 files into 30 second chunks.

In the case of mp4, right after the chunk creation, it converts it to mp3, so as to be given as an input audio to audiocraft. Then it deletes the intermediate file.

With every chunk it creates, it increases the counter of the chunked mp3 filename.

usage:

ffcutter filename start-time

start-time counts seconds from the start of the audio. e.g. 70 secs, 150 etc.

dependencies: ffmpeg

executable: ffcutter

build from source:

cargo build --release