Currently I have a java application that calls ffmpeg process with parameters.
This works fine under Windows because I just run another process.
I want to call the same method in ffmpeg api under android os.
What should I do in order to have minimal change in code and transform the same thing to android?
How can I call, using java, a specific method in ffmpeg api under the android os.
thank you!
No comments:
Post a Comment