Releases: sixteenmillimeter/mcopy
1.7.0
mcopy 1.6.9
- Added ability to support image sequences of .png, .jpeg and .gif (still)
- Improved video display output by respecting a video's pixel aspect ratio rather than assuming square pixels
mcopy 1.6.7
Updated to latest electron. Fixed issue with still images not replacing others in filmout feature.
mcopy 1.6.4
New release with minor bugs related to logging have been addressed. Also notifications on systems with no libnotify or equivalent will not throw as many errors during operation.
mcopy 1.6.2
App is now fully contained with no external dependencies. Removed convert requirement (replaced internally with Jimp). Shored up issues with ffmpeg-static and ffprobe-static that were breaking builds on Linux. By removing the asar packaging step the app now installs on Ubuntu without error. Logs are also writing to ~/Library/Logs/mcopy/mcopy.log when previously they were not.
mcopy 1.6.1
- Improve filmout features by allowing pre-exporting of all frames.
- Check if frames exist before re-exporting, which speeds up filmout of still images.
- Waits until frames are completely loaded in filmout webview before advancing to next step. This will prevent the camera from firing while image is still being loaded into the filmout webview.
mcopy 1.5.2
Added consistent usage of ffprobe-static
mcopy 1.5.1
Added ffprobe as a static binary.
mcopy 1.5.0
New feature:
- Filmout UI for using a still image, video or animated gif as an image source.
mcopy 1.4.9
Skipped a few versions between releases. Here's what happened:
- Refactored majority of the node.js code into Typescript
- Refactored important UI modules into Typescript
- Added features to support multiple projectors and multiple cameras
- Fixed bugs in UI
- Moved sequence logic to the node.js code, rather than driving sequences from the browser. This was for the purpose of writing a CLI app using a shared codebase. Also, there was a major memory leak in the original seq.js module due to (ab)use of callbacks.
- Uses async/await wherever refactors happened.