First grab one of the releases or build one yourself
Run java -jar kotlin-decoder.jar INPUT OUTPUT --option value
Options:
--frame-mode
enables frame mode, decodes fif as a sequence of frames and treats OUTPUT
as a folder instead
--zero-padding
sets amount of zeros to pad to frame sequence names. Default is 4
Building requires jdk 8 or higher installed on the machine
Build using ./gradlew build
Then grab the built jar from build/libs/kotlin-decoder.jar
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details