Skip to content

A docker container to convert your `mkv` files to an `mp4` format which Plex is capable of direct streaming.

License

Notifications You must be signed in to change notification settings

PabloZaiden/docker-media-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

media-converter

A docker container to convert your mkv files to an mp4 format

How does it work?

It searches through a specified list of directories for all files ending with *.mkv and then uses the avconv tool to convert these files to the mp4 format.

Customization using environment variables

PRESERVE_DIR_STRUCTURE = if set to true, destination files end up in the same directory as the originals. DELETE_ORIGINAL_ON_SUCCESS = if set to true, the original file is deleted IF the conversion succeeds.

How do I use this?

You should be able to run the docker container using something along the lines of:

docker run --rm -ti -v `pwd`:/files pablozaiden/docker-media-converter

About

A docker container to convert your `mkv` files to an `mp4` format which Plex is capable of direct streaming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.8%
  • Dockerfile 29.2%