Skip to content

Commit b10ad3b

Browse files
authored
Update README.md
1 parent 1a0bb06 commit b10ad3b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ A simple web UI for generating common FFmpeg encoding operations.
33

44
https://alfg.github.io/ffmpeg-commander/
55

6-
Check out [docker-ffmpeg](https://github.com/alfg/docker-ffmpeg) for a customized Docker build of FFmpeg.
7-
86
![github pages](https://github.com/alfg/ffmpeg-commander/workflows/github%20pages/badge.svg)
97
[![Build Status](https://travis-ci.org/alfg/ffmpeg-commander.svg?branch=master)](https://travis-ci.org/alfg/ffmpeg-commander)
108

9+
![screenshot](https://user-images.githubusercontent.com/702541/146104964-3aaccb1a-08c8-47df-b4b9-e21a6c8c80ab.png)
10+
11+
Read the blog post at: https://dev.to/alfg/ffmpeg-the-easy-way-4a0h
12+
13+
Check out [docker-ffmpeg](https://github.com/alfg/docker-ffmpeg) for a customized Docker build of FFmpeg.
14+
1115

1216
## Why?
1317
`FFmpeg` has many simple and complex options, which can be intimidating at first. I wanted to create a simple interface for generating common encoding operations for video and audio, inspired by [HandBrake](https://handbrake.fr/).
@@ -43,6 +47,12 @@ docker build -t ffmpeg-commander .
4347
docker run -it -p 8080:80 --rm ffmpeg-commander
4448
```
4549

50+
## `ffmpegd`
51+
`ffmpegd` is an optional companion application that connects `ffmpeg-commander` to `ffmpeg` by providing a websocket server to send encode tasks and receive realtime progress updates back to the browser. This allows using ffmpeg-commander as a GUI for ffmpeg.
52+
53+
See: https://github.com/alfg/ffmpegd
54+
55+
4656
### TODO
4757
* Support multiple inputs and map option
4858
* Expand on Filter options

0 commit comments

Comments
 (0)