I am trying to use the ffmpeg binary with command line access for a while and not getting anywhere (using runtime.exec) It seems that the only way I can get it to work is to use the C shell to access the ffmpeg built-in libraries using JNI ... The main problem: I have not coded C for more than a decade and a half and did not know where to start ...
I just need 3 operations, I need to add audio to the video file, I need to combine the two video files, and if possible I need to rotate the clip 90 degrees (but I could do without it) ...
Does anyone have some sample code that might work for me, or some good places to start (I've already exhausted most of the first pages of various Google results to no avail) ...
Any help would be greatly appreciated!
source share