Skip to content

ittybit step ingest

Download a media file

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]
-h, --help help for ingest
-i, --input string Input as JSON ExternalFile object (or - for stdin)
--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 text