Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jobs/ffmpeg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Every command is validated before it runs, then executed in an isolated, network
- **Path containment.** Inputs are limited to the files you provide. Path traversal and access to system paths are rejected.
- **Sandboxed execution.** Each job runs in an isolated container with a clean environment, restricted I/O, and no ambient network access.

## Cost & timeout
## What does it cost and when does it time out?

Priced per compute second from your [credit balance](/concepts/credits), the wall-clock time FFmpeg ran, excluding file transfer.

Expand Down
Loading