Skip to content

pramatias/ffcutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages