GithubHelp home page GithubHelp logo

matchane / audiobook-splitter Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 15 KB

A simple node.js app aimed to split long audiobooks to ease navigation on old devices (nokia s40...)

License: Apache License 2.0

JavaScript 100.00%
nodejs

audiobook-splitter's Introduction

Audiobook-Splitter

A simple node app aimed to split long audiobooks to ease navigation on old devices (nokia s40...)

This project was built with a lighter version of the existing mp3-split module, if you're interested in more features make sure to check it out https://github.com/skiptirengu/mp3-split

Requirements

ffmpeg is what does the heavy lifting so make sure you have it installed and added to your path.

Usage

Type node app.js -h to list all options and see an usage example.

Existing options:

  • -i input: the mp3 file path, Required.

  • -o output: a directory where the resulted parts will be stored (./ is the default value)

you should only use one of the next three options.

  • -n number: number of parts.

  • -l lenght: the desired lenght for each of the parts.

  • -t template: The template file format should be in the following format. For more info, checkout ffmpeg's duration syntax page.

[([hh:]mm:ss[.ms...])] Chapter_name

A template file usually looks like this:

[00:00:00] Chap01

[01:20:30] Chap02

[02:44:28] Chap03

[03:05:52] Chap04

[04:27:52] Chap05


@todo

frendlier options

support for other formats

audiobook-splitter's People

Contributors

matchane avatar

Stargazers

Jazmín Rocío avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.