gacopl / dvmkv2mp4

Convert any Dolby Vision/HDR10+ MKV to DV MP4 that runs on many devices
198 stars 36 forks source link

Docker image #7

Closed szasza576 closed 2 years ago

szasza576 commented 2 years ago

I created a Dockerfile for the project based on the Installation steps. There are small changes to adapt to the docker best practises.

You can build the container and test without the PR merge with this command: docker build -t dvmkv2mp4 https://github.com/szasza576/dvmkv2mp4.git#docker -f docker/Dockerfile

The usage is the same as written in the Readme.

Note that the final image size is ~5.8GB where 5GB comes from the Tesseract OCR models. Otherwise I tried to keep the size minimal however there might be room for improvements.

I'm working on a Docker image for ARM64 (Raspberry PI4). It progress well but I'm fighting with Mediainfo where the ARM64 isn't in the repo yet. Once that is done then I make another PR.

gacopl commented 2 years ago

Wow thanks <3