Quality target control
Set a VMAF target for jobs where visual quality matters more than a fixed bitrate recipe.
Quality optimization
Use VMAF-guided sample encoding to choose a better quality target before the final video encode, without manually testing bitrate settings.
VMAF helps teams avoid guessing. Convertrilo samples the source, scores candidate encodes, and uses the selected settings for one optimized final output.
await client.onDemandEncode({
sourceUrl: "https://example.com/lesson.mov",
codec: "h264",
resolution: "1080p",
quality: "better",
optimize: "vmaf",
vmafTarget: 93,
passes: 1
});Target perceptual quality instead of picking bitrate blindly.
Use one optimized final encode after VMAF sampling.
Keep requested and effective pass behavior clear in pricing.
Apply VMAF to API, SDK, and dashboard workflows.
How it works
These capability pages describe concrete job behavior: payload fields, worker choices, FFmpeg execution, and terminal output handling.
Submit a job with optimize set to vmaf and an optional target score.
The worker probes representative samples from the source.
Candidate encodes are scored and the best matching settings are selected.
The final output is encoded once with the chosen settings and uploaded.
Set a VMAF target for jobs where visual quality matters more than a fixed bitrate recipe.
VMAF uses sampling plus one final optimized encode, so pricing exposes requested versus effective pass behavior.
Use VMAF from API requests, SDK calls, folder workflows, and the Convertrilo CLI.
No. VMAF optimization samples and scores candidate outputs, then performs one optimized final encode. Classic two-pass is a software encoder rate-control workflow.
Use VMAF when you care about consistent perceived quality across varied source videos and do not want to hand-tune bitrate per file.
Yes. VMAF adds analysis work before the final encode, so it is best for premium, library, course, archive, and customer-facing assets.
Choose your codec, resolution, FPS, bitrate, quality, and optimization settings. Convertrilo shows the NEU estimate before credits are reserved, and failed jobs release reserved credits back to your balance.