gacopl / dvmkv2mp4

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

Window 11 run #37

Closed pozso1234 closed 1 year ago

pozso1234 commented 1 year ago

How to run on windows 11 command prompt?

gacopl commented 1 year ago

it's designed only for Linux/MacOS you can try to run it through WSL2 maybe it will work

aienabled commented 2 months ago

FYI, it works perfectly with Docker Desktop. I needed only some very minor changes to the CMD commands to make it work:

docker pull ghcr.io/gacopl/dvmkv2mp4:main

docker run -it --rm -v "PATH_TO_YOUR_DIRECTORY":/convert ghcr.io/gacopl/dvmkv2mp4:main

Don't forget to specify the actual path to your directory that contains MKV video files which you want to convert. The path should be specified as a regular Windows path (so you can just copy-paste it from Windows Explorer as is).

Regards!