/MLV_app

PySide interface wrapping the MLV dump command line tool from Magic lantern.

Primary LanguagePython

MLV_app DNG to EXR exporter

Ubuntu 20.04.3 LTS

This is a very simple wrapper of the great mlv_dump tool made by the guys at magic lanter.

Make sure you update the constants.py file variable MLV to point to your mlv_dump file on disk

MLV = "./mlv/mlv_dump"

MLV Dump Window

Work in progress DNG to EXR

This tool converts DNG to EXR using the next command line tools

install dcraw by

sudo apt-get update -y
sudo apt-get install -y dcraw

install imagemagick by

sudo apt install imagemagick

DNG to EXR window