Replies: 2 comments 3 replies
-
You are probably missing the avformat module. A good way to check is to use the melt command line application that comes with the MLT framework. Run this: Do you see the avformat producer in the list? |
Beta Was this translation helpful? Give feedback.
2 replies
-
You should read the output of the MLT configure and build steps to see if the modes that you need are being compiled. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I follow the build steps to generate mlt files successfully and install them in C:\Program Files (x86)\MLT, then I create an example following https://github.com/mltframework/mlt/blob/master/src/examples/play.cpp, the play.exe is created successfully, but when I check the Producer.is_valid(), it is always false.
I debug into the source code and find the mlt_repository_create return null. why?
any help will be very appreciated!
Note: I set argv[1] as /home/James/one.mp4 which is a valid mp4 file.
Beta Was this translation helpful? Give feedback.
All reactions