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