UFMConverter.omx_to_ufm#
- UFMConverter.omx_to_ufm(omx, *, overwrite=False)[source]#
Convert a OMX file to a UFM file.
- Parameters:
- Returns:
Output UFM file, will be ‘{omx}.UFM’.
- Return type:
- Raises:
FileNotFoundError – If omx doesn’t exist or UFM file isn’t created.
FileExistsError – If overwrite is False and output UFM already exists.