mrv2 v1.2.8
v1.2.8
- Automated sourceforge OS automatic file selection for a release (default, the last git release).
- Gain, Saturation and Gamma now effect all videos in a comparison when in Compare Mode.
- A/B Wipe Comparison now properly follows the cursor when zoomed in.
- A/B Wipe Comparison now properly follows the cursor on Y (it was reversed previously).
- Fixed and simplified bakeOCIO.py demo script. Now, you can bake OCIO from the command-line by just doing something like:
Note that this script bakes without annotations support so if saving a float EXR to an 8 or 16-bit image, you will get banding.
mrv2 <INPUT_FILE> -ics ACEScg -od 'sRGB - Display' -pythonScript bakeOCIO.py -pythonArgs <BAKED.mov>
- Fixed changing displayOptions through python not reflecting the changes in the UI.
- Fixed cmd.compare() to refresh the comparison immediately.
- Fixed Python Output showing icorrectly in panels when loading a session from the command-line.
- Fixed ICS pulldown not showing None when switching to a clip with no Input Color Space stored.
- Fixed viewport/image rescaling calculation in Save Move/Save Single Frame.
- Fixed Save Resolution setting being set to Half Size when Save Annotations was on.
- Made Status Bar error/warnings remain longer (8 seconds instead of 5).
- Fixed a precision issue on Windows with arbitrary scalings like 115%.
- Added Image/Previous Limited and Image/Next Limited to go from previous to next images, without looping.
- Added "Image/Go to/" to switch from one clip to the next without having to bring up the Files Panel.
- Added "Image/Compare/" and "Image/Compare Mode" to compare images without bringing up the Compare Panel.
- Made UI at start up wider to account for new menus and new language translations.
- Added HDR metadata to Media Information Panel.
- Very minor playback improvement for non HDR videos.
- Made "Advanced Settings" in Save Movie options store its settings.
- Made tlRender FFmpeg's write always print out the color space, color TRC and color primaries used when saving.
- Preferences->Render->Video Levels had Full Range and Legal Range reversed.
- Added first pass at Russian AI translation.
- Added Edit/Audio Clip/Insert. It allows inserting an audio clip at the point in time for the video clip.
- Added Edit/Audio Clip/Remove. It allows removing audio clip(s) at the point in time for the video clip.
- Fixed potential export issues when using Save Movie not exporting from the first frame.
- Clarified the name of TV (Legal Range) and PC (Full Range) in Advanced Options of Save Movie Options.
- tlRender now skips video streams with AV_DISPOSITION_ATTACHED_PIC or AV_DISPOSITION_STILL_IMAGE.
- Fixed Darby tlRender's BT.2020 coefficients.