Skip to main content
Skip table of contents

ConvertAudioFileJob

Converts an audio file.

VST3 filters can be also applied here.

Properties

Input

Name

Description

InputFilePathInput file path.
OutputFilePathOutput file path.
OutputFormat

Output format in Audio32 section string format, e.g.

CODE
[FILETYPE]RAW[FORMAT]MPEG-LAYER3[SAMPLERATE]48000[BITRATE]128[MODE]Stereo

All Audio32 section string tags are supported, e.g. add [RELAXED_ERROR_CHECK]1 for relaxed error check.

OutputMetadata

Optional. Some output formats support embedding metadata, e.g. MP3 and ID3 tags. The metadata can be specified here using section strings, e.g. 

CODE
[TITLE]My title[PERFORMER]My performer[ID3V2/TRCK]2[ID3V2/TPOS]1

Supported standard tags:

[TITLE], [PUBLISHER], [COMPOSER], [PRODUCER], [PERFORMER], [OWNER], [ALBUM], [REMARK], [DATE], [TIME], [LENGTH]

Any ID3 V2 tag can be set by using the syntax [ID3V2/...]

Also an image can be embedded as ID3V2 tag, [ID3V2/APIC03]...pathToImage...

Output

Name

Description

InputFormatOptionally you want to know the input format (in Audio32 section string format)
ResultFormatThe real and fully-qualified format written.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.