embARC is a new open source tool for metadata embedding and validation. Named embARC for Metadata Embedded for Archival Content, this beta release includes flexibility functionality for Digital Picture Exchange (DPX) files to support FADGI’s Guidelines for Embedded Metadata within DPX File Headers for Digitized Motion Picture Film as well as required SMPTE 268 metadata rules. embARC enables users to audit and correct internal metadata of both individual files or an entire DPX sequence while not impacting the image data.
Do the following three tasks first.
- Gradle Tasks -> build -> clean
- Gradle Tasks -> launch4j -> createExe
- Gradle Tasks -> macappbundle -> createApp
DMG
- Navigate to build/macApp
- Right click embARC.app, choose Show Package Contents, open Contents/Java
- Delete embARC-1.0.jar, leave this finder window open
- Open another Finder window, navigate to build/launch4j/lib
- Copy embARC.jar and paste it into the Contents/Java folder from step 5
- Run command “appdmg embARCdmg.json ~/Desktop/embARC.dmg”
EXE ~ You will need Inno Setup Compiler installed on Windows
- In Windows, open a file explorer, navigate to MAC side build/launch4j
- Create a folder on your Windows desktop called “embARC-prebuild“ and copy the exe and lib folder from step 1 and place them in the new folder.
- Create an empty folder on your Windows desktop entitled “Output”
- Open embARC_exe_installer.iss and update MyAppVersion appropriately and run the iss script
- App exe will now be in the Output folder you created on the Desktop