ittybit step ingest
Download a media file
Synopsis
Section titled “Synopsis”Download a media file to a local scratch directory.
Input must be a JSON ExternalFile object: ittybit step ingest -i ’{“object”:“external_file”,“url”:“https://example.com/video.mp4”}’
The input must already have been probed (use ittybit step probe first). Outputs the downloaded file info to stdout.
ittybit step ingest [flags]Options
Section titled “Options” -h, --help help for ingest -i, --input string Input as JSON ExternalFile object (or - for stdin)Options 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