Skip to content

mrv2 v0.9.0

Choose a tag to compare

@ggarra13 ggarra13 released this 13 Nov 11:41
· 5817 commits to main since this release

v0.9.0

  • Fixed issues with python library dependencies not copying the dependant DSOs
    on Linux. This would lead to issues with libssl and libcrypto, for example.

  • Fixed cmake's function get_runtime_dependencies() and
    get_macos_runtime_dependencies() only working for one element instead of a
    list.

  • Created a python plug-in to automatically check the latest released version
    of mrv2 on github, allow to download it and install it, asking for a password
    if sudo permissions are needed.
    The plug-in is installed by default. In order to have mrv2 automatically
    check for updates on start-up, you must set Preferences->Behavior and select
    Check for Updates at start up.

  • Fixed a minor memory leak when saving movies with audio.

  • Made Saving Audio only pop up its own file requester window.

  • Thanks to the great Darby Johnston, it is now possible to edit the video and
    audio clips of an otio timeline in the timeline viewport.

  • Added Preferences->Timeline the options to start in editing mode and start
    with Edit Associated Clips.

  • Added the code and callback to edit the annotations when editing the clips.

  • Added Edit/Audio Gap/Insert and Edit/Audio Gap/Remove to insert or remove
    audio gaps matching the length of the video clip at the current time.

  • Fixed adding a clip without audio to a timeline with audio that ends before
    the video. Now a gap is added before the new clip.

  • Fixed changing of Timeline->Markers or Timeline->Transitions leaving too
    little or too much space.

  • mrv2 now supports audio fading of clips. Previously, only video would
    dissolve and audio would suddenly stop/start.

  • Thanks to Darby Johnston, we now support playing back non-streaming movies
    directly from the http:// and https::// protocols.

  • Fixed redraw issues under Wayland.

  • Fixed muting of audio not working.

  • It is now possible to change the font of the menus in:
    Preferences->User Interface->Fonts.

  • Fixed Wayland support on modern platforms like Ubuntu 22.04.3. Under Rocky
    Linux 8.1 builds, running with more modern distros under Wayland you may
    encounter an error about missing "antialising".

    To fix it:

$ sudo cp /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.bad
$ sudo nano /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
       	    (remove lines 19 and 20)
	 <   </schema>
	 <   <schema id="org.gnome.settings-daemon.plugins.xsettings.deprecated">
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas