Frontend Mach1 Transcode application that utilizes m1-transcode and other dependencies to prepare multichannel audio/video deliverables
First prepare your electron development environment:
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
- [macOS] Create a .env file in this directory and add the following with the vars filled in properly:
APPLEID=
APPLEIDPASS=
APPLE_TEAM_ID=
- [unix] Setup
./scripts/setup.sh # setup the dependencies- [win] Setup
./scripts/setup.bat # setup the dependencies- Install and build
cd to_m1transcoder_path
# Install dependencies
npm install
# package macOS app
npm run package-mac
# package windows app
npm run package-win