1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

add ffmpeg

This commit is contained in:
kev 2016-07-03 22:01:27 +08:00
parent 6d3d2f7843
commit a65f9abcd3
4 changed files with 36 additions and 7 deletions

@ -18,7 +18,6 @@ A collection of delicious docker recipes.
- [ ] cloudtunes
- [ ] dsniff
- [ ] ettercap
- [ ] ffmpeg
- [ ] firehol
- [ ] freegeoip
- [ ] freelan
@ -92,9 +91,12 @@ A collection of delicious docker recipes.
- [x] vsftpd
- [x] webhook
- [x] webkit :beetle:
- [x] youtube :beetle:
- [x] youtube-dl
- [x] youtube-worker
- [x] youtube-worker :beetle:
## Tool
- [x] ffmpeg
- [x] youtube-dl
## Web

13
ffmpeg/Dockerfile Normal file

@ -0,0 +1,13 @@
#
# Dockerfile for ffmpeg
#
FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN apk add --no-cache ffmpeg
WORKDIR /data
ENTRYPOINT ["ffmpeg"]
CMD ["--help"]

14
ffmpeg/README.md Normal file

@ -0,0 +1,14 @@
ffmpeg
======
![](https://badge.imagelayers.io/vimagick/ffmpeg:latest.svg)
## Tutorial
```
# create an alias
$ alias ffmpeg='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data vimagick/ffmpeg'
# do video transcoding
$ ffmpeg -i video.mov video.mp4
```

@ -6,9 +6,9 @@ youtube-dl
## Tutorial
```
# create a alias
$ alias yt='docker run --rm -u $(id -u):$(id -g) -v `pwd`:/data vimagick/youtube-dl'
```bash
# create an alias
$ alias yt='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data vimagick/youtube-dl'
# list all formats
$ yt -F nVjsGKrE6E8