Submit a new FFmpeg transcoding task
Bearer Token authentication, format: Bearer {token}
Task parameters
Request parameters for creating a transcoding task
FFmpeg command, supports full command or parameters only Full command: "ffmpeg -i https://xxx/a.mp4 -c:v libx264 output.mp4" Parameters only: "-i https://xxx/a.mp4 -c:v libx264 output.mp4" Multiple outputs: "-i https://xxx/a.mp4 -map 0:a audio.mp3 -map 0:v video.mp4"
"ffmpeg -i https://example.com/video.mp4 -c:v libx264 output.mp4"
Callback URL after task completion, will POST task details (same as GET /tasks/:id response)
"https://your-server.com/callback"
Whether to get output file metadata (via ffprobe), default false
Returns task ID
"550e8400-e29b-41d4-a716-446655440000"