Sign inSign up

jedimonkey/avconv

By jedimonkey

Updated over 8 years ago

Image
2

2.1K

jedimonkey/avconv repository overview

Run AVConv / MKV tools from cli with Docker

Purpose

Allows you to run various AV Tools using a volume share and let it transcode/strip channels, etc.

Running

To run the container, fire up docker like so:

$ sudo docker run -i -t -v /path/to/files:/files -v /path/to/local/cache:/home/docker --rm=true -u="1000" jedimonkey/avconv avconv [options]

or 

$ sudo docker run -i -t -v /path/to/files:/files -v /path/to/local/cache:/home/docker --rm=true -u="1000" jedimonkey/avconv mkvmerge [options]

It's designed to run batch or interactively. The docker will remove it's active container once the running process has finished. This runs as a unprivileged user (1000), which you can map to your local user id as needed.

Tag summary

Content type

Image

Digest

sha256:84883ff4a

Size

170.8 MB

Last updated

over 8 years ago

docker pull jedimonkey/avconv