1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-01 22:41:47 +02:00

update ffmpeg

This commit is contained in:
kev
2016-07-07 18:17:27 +08:00
parent 54f70c5dbe
commit 1b84e71180
3 changed files with 16 additions and 4 deletions

View File

@@ -3,12 +3,20 @@ ffmpeg
![](https://badge.imagelayers.io/vimagick/ffmpeg:latest.svg)
[FFmpeg][1] is a complete, cross-platform solution to record, convert and stream audio and video.
## Tutorial
```
# create an alias
```bash
# Create an alias
$ alias ffmpeg='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data vimagick/ffmpeg'
# do video transcoding
# Do video transcoding
$ ffmpeg -i video.mov video.mp4
```
## Todo List
- [ ] Re-compile with fontconfig/freetype enabled to support text overlay.
[1]: http://ffmpeg.org/