Tutorials¶
Learning-oriented, step-by-step walkthroughs that teach afmpeg by doing — each guaranteed to work from a clean start.
afmpeg is released. Until a dedicated start-to-finish tutorial lands, the how-to guides are the practical, working walkthroughs:
- Obtain a module — get a released ffmpeg-wasi engine (URL + SHA-256).
- Run over an in-memory filesystem — inputs into an
afero.MemMapFs, transcode, read the output back, all without touching disk. - Compose a command — assemble inputs / filtergraph / outputs and run it as a job over the ffmpeg-wasi engine.
If you just need to accomplish a specific task and already know the basics, see the how-to guides instead.