You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-01 22:41:47 +02:00
update ffmpeg
This commit is contained in:
@@ -3,12 +3,20 @@ ffmpeg
|
||||
|
||||

|
||||
|
||||
[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/
|
||||
|
||||
Reference in New Issue
Block a user