ittybit step audio
Extract or convert audio
Synopsis
Section titled “Synopsis”Extract or convert audio from a source object.
Input must be a JSON source object (from probe or ingest output): ittybit step audio -i ’{“object”:“source”,“kind”:“audio”,“url”:”…”,“duration”:120,…}’ -o output.mp3
Input URL can be a local path, HTTP/HTTPS URL, or S3 URI.
Requires -o (output path).
ittybit step audio [flags]Options
Section titled “Options” --end float Trim end time in seconds --format string Output format: mp3, aac, ogg, opus, wav, flac -h, --help help for audio -i, --input string Input as JSON source object (or - for stdin) --quality string Output quality: very_low, low, medium, high, very_high --start float Trim start time in secondsOptions inherited from parent commands
Section titled “Options inherited from parent commands” --cloud Run on Ittybit cloud infrastructure instead of locally --connection string Connection name to use --debug Show debug output including ffmpeg commands and stderr --json Output as JSON -o, --output string Output file path --tty Output as human-readable textSEE ALSO
Section titled “SEE ALSO”- ittybit step - Run individual processing steps