-
Notifications
You must be signed in to change notification settings - Fork 18
Cube
Ben Stabler edited this page Sep 22, 2017
·
8 revisions
A pre-release version of Cube reads and writes OMX format. Citilabs is in the process of finalizing it for release. In the meantime, use the Cube OMX Converter. The planned new Cube commands will be:
; Make sure copy OMXLib-x64.dll,OMXLib-x86.dll into C:\Program Files\Citilabs\CubeVoyager\
; Example call: "C:\Program Files\Citilabs\CubeVoyager\VOYAGER.EXE" convert_to_omx.s /start
; OMX to TPP
CONVERTMAT FROM="C:\example.omx" TO="C:\example.mat" FORMAT=TPP COMPRESSION=7
; TPP to OMX
CONVERTMAT FROM="C:\example.mat" TO="C:\example_fromcube.omx" FORMAT=OMX COMPRESSION=7