How-to guides¶
Goal-oriented recipes for specific problems.
- Build from source — the clean-room Docker build (LGPL or GPL, the
wasmmodule or thenativedriver). - Choose & verify a variant — pick the right artifact and check its checksum.
From Go (via afmpeg):
- Consume a released module —
WithModuleURL(<release asset>, WithSHA256(…)). - Run a transcode entirely in memory — build a
CommandandRunJob; see the job-spec vocabulary for theprocess/probeshapes.
When a job fails¶
- Read the stderr line first — it names the cause. Errors & exit codes maps every message to what to change.
- Check the capability is in your profile — most "unknown encoder" and "bad filtergraph"
failures are a
leanmodule being asked for something inintermediate. See codecs, filters and containers. - Check it is supported at all — limits lists what no build does.