Files
platform/seed/tasks/convert-to-mp3/TASK.md
T
pastilhasandClaude Opus 4.6 f32f427972 script-mode task execution — database-backed tasks with direct script runner
Tasks now live in the database (mode: script or agentic). Script-mode tasks
bypass the agent entirely — the implementation is materialized to a temp file
and executed directly, with stdout/stderr streamed to the UI via WebSocket.

Includes convert-to-mp3 as the first native script task.

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

643 B

name, description, version, mode, language, triggers, inputs, args
name description version mode language triggers inputs args
Convert To MP3 Convert audio files to MP3 320kbps, preserving metadata. 1 script bash
type extensions
file
flac
wav
ogg
wma
aac
m4a
opus
aiff
aif
ape
wv
alac
dsf
dff
type
directory
file_path
type description
string Path to an audio file or directory to convert.
file_path

Convert To MP3

Convert audio files to MP3 320kbps using ffmpeg, preserving metadata. Supports single file conversion and batch directory conversion.