Skip to content

Commit

Permalink
more setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
juandjara committed May 11, 2020
1 parent 405b911 commit 62ee90e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Run `docker-compose build` once to build the docker images and then run `docker-

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 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'

0 comments on commit 62ee90e

Please sign in to comment.