I build mlt framework on windows following the official guide http://www.mltframework.org/bin/view/MLT/WindowsBuild and the solution of Error building MLT framework on Windows for the errors.
But when I call the command melt
it doesn't work correctly. (melt noise
does work)
Using melt -query "video_codecs"
I get # No video codecs - failed to load avformat consumer
.
So it cannot load ffmpeg. Is there a problem with the compilation or is something related to Windows?