This is docker for alpine ffmpeg, it can be used as command line
Prepare your volume
Alise ffmpeg
alias myffmpeg="docker run --rm -t -v YOUR_VOLUME:/data/ playniuniu/ffmpeg ffmpeg"
Run it
myffmpeg -h
You can create thumbnail image with command line below:
myffmpeg -i http://www.example.com/hls.m3u8 -an -r 1 -vframes 1 -y thumbnail.jpg
Content type
Image
Digest
Size
20.5 MB
Last updated
almost 8 years ago
docker pull playniuniu/ffmpeg