GithubHelp home page GithubHelp logo

juandjara / palomitas-transcoder Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 77.29 MB

Video Trasncoding Queue with Web UI. Currently it only tries to transcode every video to webm

License: The Unlicense

Dockerfile 1.79% JavaScript 88.17% Shell 0.19% HTML 4.60% CSS 5.25%
transcoder transcode-video node react job-queue

palomitas-transcoder's Introduction

palomitas-transcoder

This project uses Docker and docker-compose to manage the parts of the application.

Run docker-compose build once to build the docker images and then run docker-compose up to start the redis container and the node container.

You can start a development version that listens for changes in the files with the command docker-compose -f docker-compose.dev.yml. In order for this to work, a .env file must be located in the root of the project with at least the content of the .env.prod file.

This only starts the backend part of the project, listening on port 4000. To start the Web UI you nedd to cd into the www folder, run npm install (only once to create the node_modules folder) and run npm start. The web will be located on http://localhost:3000

transcoder details

It only transcodes to webm now, with a video bitrate of 1024k and an audio bitrate of 128k. However, it can run any ffmpeg command that is implemented. Other ffmpeg parameters used are '-crf 17', '-error-resilient 1', '-deadline good', '-cpu-used 2'

palomitas-transcoder's People

Contributors

juandjara avatar

Watchers

 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.