mltframework / mlt

MLT Multimedia Framework
https://www.mltframework.org
GNU Lesser General Public License v2.1
1.45k stars 311 forks source link

[producer_xml] failed to load filter "affine" #987

Open laimouren opened 2 months ago

laimouren commented 2 months ago

When I was parsing the MLT file, I encountered a problem where I couldn't import the filter affine. I'm not sure if it's because my MLT is missing some dependency libraries. How can I troubleshoot and solve this problem? Thank you for your answer.

laimouren commented 2 months ago
image
bmatherly commented 2 months ago

If you run

melt -query filters | grep affine

You should see a result:

- affine

If you do not see that result, then you have not built the affine filter or you are not linking to it for some reason.