• 1.7.0 22bed4632b

    mcopy 1.7.0 Stable

    mattmcw released this 2022-05-01 00:01:30 +00:00 | 410 commits to main since this release

    Add option to use Processing with a server as a capture method triggered by the camera.

    Downloads
  • 1.6.9 aac5e5d488

    mcopy 1.6.9 Stable

    sixteenmillimeter released this 2021-03-18 15:28:46 +00:00 | 429 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
  • 1.6.4 6473f388d8

    mcopy 1.6.4 Stable

    sixteenmillimeter released this 2021-02-22 18:40:44 +00:00 | 443 commits to main since this release

    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.

    Downloads
  • 1.6.7 6473f388d8

    mcopy 1.6.7 Stable

    sixteenmillimeter released this 2021-02-22 18:40:44 +00:00 | 443 commits to main since this release

    Updated to latest electron. Fixed issue with still images not replacing others in filmout feature.

    Downloads
  • 1.6.2 3fd2b04e75

    mcopy 1.6.2 Stable

    sixteenmillimeter released this 2020-04-25 02:26:00 +00:00 | 519 commits to main since this release

    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.

    Downloads
  • 1.6.1 d70de98256

    mcopy 1.6.1 Stable

    sixteenmillimeter released this 2020-02-21 18:34:22 +00:00 | 532 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
  • 1.5.1 8dc955a5e7

    mcopy 1.5.1 Stable

    sixteenmillimeter released this 2020-01-20 16:51:15 +00:00 | 536 commits to main since this release

    Added ffprobe as a static binary.

    Downloads
  • 1.5.2 8dc955a5e7

    mcopy 1.5.2 Stable

    sixteenmillimeter released this 2020-01-20 16:51:15 +00:00 | 536 commits to main since this release

    Added consistent usage of ffprobe-static

    Downloads
  • 1.5.0 ed75924e24

    mcopy 1.5.0 Stable

    sixteenmillimeter released this 2020-01-20 06:37:38 +00:00 | 537 commits to main since this release

    New feature:

    • Filmout UI for using a still image, video or animated gif as an image source.
    Downloads
  • 1.4.9 02ca59ea7e

    mcopy 1.4.9 Stable

    sixteenmillimeter released this 2019-05-28 18:10:00 +00:00 | 657 commits to main since this release

    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.
    Downloads