Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mrv2 v1.0.5 source code.tar.gz | 2024-02-19 | 34.4 MB | |
mrv2 v1.0.5 source code.zip | 2024-02-19 | 35.0 MB | |
README.md | 2024-02-19 | 1.4 kB |
|
Totals: 3 Items | 69.4 MB | 0 |
v1.0.5
- Code clean up.
- Build system clean up and consolidation with environment variables.
- Fixed building pyFLTK on Linux which could fail if LD_LIBRARY_PATH was not set.
- Improved building speed on all platforms.
- Fixed Windows' Python compilation screwing up if some other Python version was installed.
- Fixed pyFLTK compilation on macOS and Linux having swig not use the right path includes.
- Fixed NDI compilation which had gotten broken.
- Fixed listing of movie files when they were named as sequences.
- Allowed saving movie files with the speed (FPS) as set in the playback toolbar as long as you are not saving audio.
- Updated version in web page docs.
- Added FFmpeg presets for saving codecs. Currently we ship mjpeg (none), h264, vp9 and av1 presets, but you are free to create your own.
- Switched to building with gcc-12 on Rocky Linux 8.9 (not in Dockerfile or Github builds).
- Fixed encoding of movie files' YUV conversion. Now the movie file is much more accurate.
- Added pixel formats currently supported for each codec.
- Added saving alpha channel in ProRes_4444 and ProRes_XQ when YUVA_4444P_16LE pixel format is selected.
- Added saving alpha channel in VP9 when YUVA_420P is selected and the container is a Matroska file.
- Added HISTORY.md file to the Web docs.