Sign inSign up

rupakg/docker-ffmpeg-thumb

By rupakg

Updated almost 8 years ago

Docker image for creating thumbnail images from a video file.

Image
4

10M+

rupakg/docker-ffmpeg-thumb repository overview

docker-ffmpeg-thumb

Derived from the base jrottenberg/ffmpeg docker image, this image encapsulates the creation of a thumbnail image from a video file.

Build image

docker build -t rupakg/docker-ffmpeg-thumb .

Run

docker run -v /local/path:/tmp/workdir \
    -e INPUT_VIDEO_FILE_URL='your-video-file-url' \
    -e POSITION_TIME_DURATION='position-of-frame-in-video' \
    -e OUTPUT_VIDEO_FILE_NAME='output.png' \
    rupakg/docker-ffmpeg-thumb

After running the above command, the thumbnail image output.png will be created in the mounted /local/path.

Tag summary

Content type

Image

Digest

Size

218.2 MB

Last updated

almost 8 years ago

docker pull rupakg/docker-ffmpeg-thumb