-
mcopy 1.7.0 Stable
released this
2022-05-01 00:01:30 +00:00 | 479 commits to main since this releaseAdd option to use Processing with a server as a capture method triggered by the camera.
Downloads
-
mcopy 1.6.9 Stable
released this
2021-03-18 15:28:46 +00:00 | 498 commits to main since this release- 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
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
mcopy-app_1.6.9.dmg
238 MiB
-
mcopy-app_1.6.9_amd64.deb
179 MiB
-
mcopy_1.6.9.msi
210 MiB
-
mcopy 1.6.4 Stable
released this
2021-02-22 18:40:44 +00:00 | 512 commits to main since this releaseNew 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.
Downloads
-
mcopy 1.6.7 Stable
released this
2021-02-22 18:40:44 +00:00 | 512 commits to main since this releaseUpdated to latest electron. Fixed issue with still images not replacing others in filmout feature.
Downloads
-
mcopy 1.6.2 Stable
released this
2020-04-25 02:26:00 +00:00 | 588 commits to main since this releaseApp 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.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
mcopy-app_1.6.2.dmg
204 MiB
-
mcopy-app_1.6.2.msi
204 MiB
-
mcopy-app_1.6.2_amd64.deb
160 MiB
-
mcopy 1.6.1 Stable
released this
2020-02-21 18:34:22 +00:00 | 601 commits to main since this release- 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.
Downloads
-
mcopy 1.5.1 Stable
released this
2020-01-20 16:51:15 +00:00 | 605 commits to main since this releaseAdded ffprobe as a static binary.
Downloads
-
mcopy 1.5.2 Stable
released this
2020-01-20 16:51:15 +00:00 | 605 commits to main since this releaseAdded consistent usage of ffprobe-static
Downloads
-
mcopy 1.5.0 Stable
released this
2020-01-20 06:37:38 +00:00 | 606 commits to main since this releaseNew feature:
- Filmout UI for using a still image, video or animated gif as an image source.
Downloads
-
mcopy 1.4.9 Stable
released this
2019-05-28 18:10:00 +00:00 | 726 commits to main since this releaseSkipped 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.
Downloads