Download Latest Version mrv2-beta-Linux-amd64.tar.gz (155.1 MB)
Email in envelope

Get an email when there's a new version of mrv2

Home / archive / v1.3.1
Name Modified Size InfoDownloads / Week
Parent folder
mrv2 v1.3.1 source code.tar.gz 2025-01-30 35.6 MB
mrv2 v1.3.1 source code.zip 2025-01-30 36.3 MB
README.md 2025-01-30 3.0 kB
mrv2-v1.3.1-Linux-amd64.deb 2025-01-30 154.1 MB
mrv2-v1.3.1-Linux-amd64.rpm 2025-01-30 122.4 MB
mrv2-v1.3.1-Linux-amd64.tar.gz 2025-01-30 160.3 MB
mrv2-v1.3.1-Darwin-arm64.dmg 2025-01-30 87.3 MB
mrv2-v1.3.1-Darwin-amd64.dmg 2025-01-30 95.0 MB
mrv2-v1.3.1-Windows-amd64.zip 2025-01-30 147.7 MB
mrv2-v1.3.1-Windows-amd64.exe 2025-01-30 97.0 MB
Totals: 10 Items   935.7 MB 0

v1.3.1

  • Updated docs.
  • Fixed Image/Version/Next and Image/Version/Previous always going to the last clips. The routines are also faster now.
  • Fixed Image/Version menu not appearing when some directories had dashes and numbers in them.
  • Made versioning regex get escaped, like Python's re.escape() function.
  • Added support for version switching of clips in .otio timeline. You need to be stopped at a certain clip with a proper version name to change it.
  • Fixed showing of timelines that had the "enabled" set to false on them.
  • Added 'm' hotkey to mark the in and out points of a clip in the .otio timeline.
  • Added toggling visible state of tracks in Timeline Viewport.
  • Upgraded to OpenEXR v3.3.2.
  • Added OpenEXR's headers Compression, Compression Num. Scanlines, and Is Deep, Is Lossy.
  • Added support for Flame's .otio files using OTIO's SerializableContainer in them.
  • Updated libvpx compilation to MSVC2022.
  • Updated to FLTK's release 1.4.1.
  • Updated pyFTLK to official 1.4 release.

** COMPATIBILITY NOTE **

Note that this pyFLTK update changes the namespace from fltk14 to fltk. If you are using:

from fltk14 import *

in your scripts, you will need to change it to:

from fltk import *

  • Improved build reporting swig version used.
  • Made tlRender compile after FLTK so that preferences can be read from tlRender.
  • Made Path Mappings to work on .otio files. If building from source, you may need to do a:

    $ runme.sh clean

  • Added displaying of clip names in the otio files in the HUD.

  • Improved performance of Data Window and Display Window when reading multipart OpenEXRs.
  • Fixed crashes of PlaylistButton when there were no tracks or stack.
  • Updated AI translations.
  • Fixed opening of sequences with Open Directory or dragging an actual directory to mrv2.
  • Updated pyFLTK to use Git in sourceforge.
  • Fixed Python compilation on new macOS that is no longer passing neither DYLD_LIBRARY_PATH nor DYLD_FALLBACK_LIBRARY_PATH to subshells.
  • Fixed "Always Save on Exit" getting confused about the monitor where to open the window.
  • Fixed libplacebo compilation linking in unneeded libshaderc.dylib.
  • Added support for .m4a audio files used in Quicktime.
  • Sped up building by removing yasm dependency.
  • Added Preferences->Timeline->Video Start Frame to set the start frame of video files. By default it is 0. This setting does not effect sequences nor .otio timelines.
  • Fixed thumbnails of movie files not showing the right frame when Video Start Frame was different than 0.
  • Added "File/Save Audio" to save only the audio track disregarding video.
  • Constrained Save Audio Formats/Containers to those supported by LGPL mrv2.
  • Fixed File/Save Audio for 48KHZ audios.
  • Fixed pixel aspect ratio reading from movie files.
  • Added changing pixel aspect ratio interactively from the Media Information Panel.
  • Added comparison modes with their possible shortcuts to mrv2's View/Compare menu.
Source: README.md, updated 2025-01-30