Skip to content

dustinrue/Dencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What Dencoder Is

Dencoder is a shared job queue that any number of clients can work from, a sort of distributed encoder. Clients take jobs from the queue and then start HandBrakeCLI with the parameters given. There is no limit to the number of clients that can be used. If you have five clients and five movies to encode then the five computers will work in parallel rather than one at a time. Given equally powerful clients the encoding work will be done in about 1/5th the time of using just one.

What Dencoder Is Not

Dencoder isn't able to take a single job and split it up between a number of computers. Dencoder doesn't aim to be that. It aims to provide a simple way to have a number of clients working from a shared job queue. 

See wiki for link to installation instructions - https://github.com/dustinrue/Dencoder/wiki






------
This file is part of Dencoder.

Dencoder is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Dencoder is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Dencoder.  If not, see <http://www.gnu.org/licenses/>.

About

Distributed encoder using HandBrakeCLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published