Files
platform/seed/tasks/convert-audio/TASK.md
T
pastilhasandClaude Opus 4.6 2caccc183c generalize convert-to-mp3 into convert-audio with selectable target format
- rename task to convert-audio, support mp3/flac/wav/ogg/aac/opus targets
- add options input type with selectable pill buttons in UI
- extend seed script parser to handle YAML list properties (options)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 16:42:44 +00:00

944 B

name, description, version, mode, language, triggers, inputs, args
name description version mode language triggers inputs args
Convert Audio Convert audio files between formats, preserving metadata. 1 script bash
type extensions
file
mp3
flac
wav
ogg
wma
aac
m4a
opus
aiff
aif
ape
wv
alac
dsf
dff
type
directory
file_path target_format delete_source
type description
string Path to an audio file or directory to convert.
type description default options
string Target format mp3
mp3
flac
wav
ogg
aac
opus
type description default
boolean Delete source files after successful conversion. false
file_path

Convert Audio

Convert audio files between formats using ffmpeg, preserving metadata. Supports single file conversion and batch directory conversion.