• v2.0.3 c3d3ddf748

    v2.0.3 Stable

    so-rose released this 2018-11-24 18:36:12 +01:00 | 0 commits to master since this release

    More fixes. The project is not dead, don't worry :) !

    As always, check the documentation PDF for installation instructions - it is also 100% up to date!

    • Fixed bug where split MLV files (M00, M01, etc.) would only develop the first file of video frames.
    • Fixed the color-ext LUTs with a new set. They're now Legal->Legal like color-core.
    • Fixed mlv2badpixels.sh; it depended on mlv_dump being on the PATH (and somehow I didn't notice). It requires a patched script; the patch is in the main repo, or you can download it as part of the tar below (as usual).
    • Added explicit line to README.md that symbolic linking support is required of the FS. It might work without, though, if you're not using DNGs - but no guarantees.

    Download a bundled tarball below. To use, simply extract, install dependencies, and run convmlv.sh. To update existing convmlv, simply extract over the old installation. Source code for included binaries is linked to in DEPENDENCIES.

    Note: You can check the integrity of the tarball using gpg --verify <release>.tar.gz.sig <release>.tar.gz

    NOTE: The Mac version is untested on an actual Mac, as I don't actually own a modern Mac!

    Downloads
     
  • v2.0.2 04c480a8fd

    v2.0.2 Stable

    so-rose released this 2017-12-03 23:29:17 +01:00 | 3 commits to master since this release

    A kind of fundamental set of fixes this time around. convmlv has also been tested with the new compressed MLVs.

    As always, check the documentation PDF for installation instructions - it is also 100% up to date!

    • Fixed some mlv_dump versions wouldn't detect # of frames.
    • Added set +f to ensure globbing is always enabled. Added a commented set -e to kill on error, which I intend to activate for 2.1.0.
    • Removed all for-loop globbing and replaced with 'find' subcommands. Should remove a class of 'set +f'-related bugs.
    • Added --relaxed to every mlv_dump invocation, so it won't freak out and develop nothing at the slightest touch of corruption.
    • Updated help page & PDF for clarity.
    • Fixed the LUTs - they were processing a too large (extended) range, at 0 benefit to color fidelity and to the detriment of output quality.
    • Clarified that convmlv's (really, dcraw's) XYZ output is a D65 space, not D50 as it's specced to.
    • We now depend specifically on (forum user) @bouncyball's mlv_dump, as that's the only one I can guarantee works with compressed footage.
    • Get the required mlv_dump here: https://www.magiclantern.fm/forum/index.php?topic=18975.0 .

    Download a bundled tarball below. To use, simply extract, install dependencies, and run convmlv.sh. To update existing convmlv, simply extract over the old installation. Source code for included binaries is linked to in DEPENDENCIES.

    Note: You can check the integrity of the tarball using gpg --verify <release>.tar.gz.sig <release>.tar.gz

    NOTE: The Mac version is untested on an actual Mac, as I don't actually own a modern Mac!

    Downloads
     
  • v2.0.1 9c54ba1a71

    v2.0.1 Stable

    so-rose released this 2016-11-30 06:40:52 +01:00 | 9 commits to master since this release

    Fresh new release! This is the first time there's a bundled tarball available. No need to mess around with non-distribution dependencies.

    The documentation pdf is also 100% up to date; it explains everything!

    • Added some Mac compatibility.
    • DNG sequences now use symlinks instead of copying.
    • Fixed DNG sequence bug.

    Download a bundled tarball below. To use, simply extract and run convmlv.sh. Source code for included binaries is linked to in DEPENDENCIES.

    Note: You can check the integrity of the tarball using gpg --verify <release>.tar.gz.sig <release>.tar.gz

    Added Mac tarball - it's one commit ahead of the tag, including some bugfixes.

    Downloads