GithubHelp home page GithubHelp logo

ektagarg / merlin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from attron/merlin

0.0 1.0 0.0 5.77 MB

Linux Video Auto Encoder For Handbrake. Drop files into watch directory and Merlin will automatically begin converting them to specified format

License: MIT License

Makefile 10.66% Go 89.34%

merlin's Introduction

Merlin Go Report Card

Merlin is a video encoder that automatically monitors for new video files and begins converting them via the HandBrakeCLI

Setup

Currently this project only supports Linux as it uses the inotify API for file system monitoring

  • Pull latest release or clone repo

    • git clone https://github.com/attron/merlin.git
    • wget https://github.com/ATTron/merlin/releases/download/1.x.x/merlin-linux.tar.gz
  • Install HandBrakeCLI

  • Install and setup default configuration

    sudo make install

You can find a generated config.json in /etc/merlin/

The config.json file takes the following arguments:

   WatchDir  <- The directory for Merlin to watch
   OutputDir <- Directory that Merlin will store output files
   Encoder   <- The chosen encoder format (run HandBrakeCLI --help to see list of available encoder formats)
   Preset    <- The HandBrakeCLI presets (run HandBrakeCLI -z to see available video presets)
   Format    <- The output format for the encoded files (av_mp4, av_mkv, av_webm)
   make start 

Building for development

In order to accurately test the functionality of merlin you will need to run it on a LINUX machine

    make development

Contributing

Contributions welcome. If interested,fork this repo and send submit a PR.

License

MIT License, see LICENSE

merlin's People

Contributors

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