[FFmpeg-devel] I've written a filter in Rust
martin schitter
ms+git at mur.at
Wed Feb 26 18:25:50 EET 2025
On 2/26/25 17:03, Zhao Zhili wrote:
> Plugin interface can be abused, but at the same time, they can fulfill many legitimate
> user needs. Not everyone can write a program based on libavcodec/libavformat/libavfilter,
> and get the same function as fftools. They can write a filter plugin, and let ffmpeg cmd to
> do the heavy lifting.
Perhaps it could make sense to also consider the benefits of WASM based
platform independent extensions in this debate. Right now that's often
handled by help of extism (https://extism.org/) but WASIp3 will be very
soon another interesting more standardized option for this kind of
modular components and software extensibility.
Martin
More information about the ffmpeg-devel
mailing list