Code Monkey home page Code Monkey logo

any-to-mp3-daemon's Introduction

any-to-mp3 Daemon

This project acts as a daemon-style folder watcher for converting any (LEGALLY OBTAINED) videos to .mp3 format. The program is extension agnostic and takes arguments of the form:

./ffmpeg_proc <input_dir> <output_dir>

The program will keep track of the files in the input_dir, and save these files as .mp3 to the output_dir. This means files can be dragged and dropped into the input_dir and the program will automatically perform conversion.

Dependencies:

Elixir:

Install Elixir here: https://elixir-lang.org/install.html

ffmpeg:

ffmpeg must be installed either system-wide or downloaded to the directory where the program is run from. For system wide, simply do:

sudo apt-get install ffmpeg

Alternatively, your distribution of Linux may already have it installed.

Installation:

mix escript.build
./ffmpeg_proc <input_dir> <output_dir>

To run on the sample video provided, simply do:

./ffmpeg_proc videos/ out/

Where out/ can be replaced by a directory of your choice.

Royalty Free Video Attribution

This project comes with one youtube video as a sample in the videos directory.

Original sample video: https://www.youtube.com/watch?v=ZVrOUnWVZ6s

any-to-mp3-daemon's People

Contributors

w-garcia avatar

Watchers

 avatar  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.