Re: [Mlt-devel] Need guidance in implementing mlt

2023-01-24 Thread Ashish Kumar
Sun, Jan 22, 2023 at 7:07 AM Ashish Kumar mailto:ash...@racloop.com>> wrote: See, what I have done the following steps on my macOS: -> brew install cmake -> brew install melt -> cloned this repository https://github.com/mltframework/mlt Now for these java bindings to work, should

[Mlt-devel] MLT integration with Java using SWIG

2023-01-22 Thread Ashish Kumar
HI there, I want to edit videos through MLT using Java. What are the prerequisites for it. I am using a Linux Ubuntu machine hosted on AWS. Steps I followed are: 1. Cloned the repo https://github.com/mltframework/mlt 2. Installed Cmake sudo apt-get -y install make 3. Installed melt sudo apt-get

Re: [Mlt-devel] Need guidance in implementing mlt

2023-01-22 Thread Ashish Kumar
Java application can use it. MLT already has Java bindings using SWIG: https://github.com/mltframework/mlt/tree/master/src/swig/java ~Brian On Sunday, January 22, 2023 at 07:27:47 AM CST, Ashish Kumar mailto:ash...@racloop.com>> wrote: Hi there, I want to implement this mlt framework i

[Mlt-devel] Need guidance in implementing mlt

2023-01-22 Thread Ashish Kumar
Hi there, I want to implement this mlt framework in java, for various video editing things. Can you guide me a way through it. Currently what I am thinking is of using swig for the code conversion that would change my java code to c/c++ code that mlt will use. Correct me if I am wrong. Can you