Sign inSign up

playniuniu/ffmpeg

By playniuniu

Updated almost 8 years ago

Docker for alpine ffmpeg

Image
1

1.7K

playniuniu/ffmpeg repository overview

Docker for alpine ffmpeg

This is docker for alpine ffmpeg, it can be used as command line

RUN
  1. Prepare your volume

  2. Alise ffmpeg

    alias myffmpeg="docker run --rm -t -v YOUR_VOLUME:/data/ playniuniu/ffmpeg ffmpeg"
    
  3. Run it

    myffmpeg -h
    
Create a thumbnail image from hls video

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

More reference can found from here and here

Tag summary

Content type

Image

Digest

Size

20.5 MB

Last updated

almost 8 years ago

docker pull playniuniu/ffmpeg