Docker image to convert MKV Dolby Vision Files to TS/ISO in order to be compatible natively with TVs
1.4K
A repository for creating a docker container to convert MKV Dolby Vision Files to TS/ISO in order to be compatible natively with TVs and players that don't support MKV Dolby Vision.
Tested on Oppo M9201.
Latest versions:
You can invite me a beer if you want ;)
The container will execute a script that will convert the MKV files using two different approaches:
MKV file with Dolby Vision profile 5 or 8: Converts the file to TS format directly.
MKV file with Dolby Vision profile 7: Extract Dolby Vision Layers (BL and MEL/FEL) and converts them to BluRay ISO format.
Instructions:
/convert inside the container and execute the container to convert all the files.Sample run command:
docker run -d --rm --name=dvmkv2ts \
-v /volume1/MKVFilesToConvert:/convert \
romancin/dvmkv2ts:latest
| TAG | Description |
|---|---|
latest | Latest available version of dvmkv2ts |
develop | Used for develop purposes dvmkv2ts |
vX.X.X | Points directly to one of the dvmkv2ts versions available |
The following table describes data volumes used by the container. The mappings
are set via the -v parameter. Each mapping is specified with the following
format: <HOST_DIR>:<CONTAINER_DIR>[:PERMISSIONS].
| Container path | Permissions | Description |
|---|---|---|
/convert | rw | This is where the container will take the MKV files. IMPORTANT: All the files in this directory will be converted. |
Having troubles with the container or have questions? Please [create a new issue].
Content type
Image
Digest
sha256:06e87067f…
Size
490.8 MB
Last updated
over 3 years ago
docker pull romancin/dvmkv2ts