Tutorials¶
Learning-oriented, start-to-finish walkthroughs.
- Build ffmpeg-wasi and run it — build current FFmpeg into a single
.wasmand watch it run under a pure-Go runtime. The "it really works" tour.
Transcoding works today
The engine does real in-memory transcodes now (probe + the full filter_complex
process op). Drive it from Go via afmpeg's
RunJob / Command.JobSpec(); the job shapes are in
the job-spec reference.