Generating EBUcore from FITS
Step-by-step guide
- Download the latest version of FITS from the Harvard FITS website
- Unzip FITS zip package to a directory of your choice
- Run fits against a video file using the following command:
On windows: fits.bat -x -i /file.mov -o /file.xml
On Mac: ./fits.sh -x -i /file.mov -o /file.xml NOTE: video file and output file should have the same filename:
e.g. file.mov => output to file.xml for EBUcore
Related articles