java - FFMPEG overlay transparent background -


i new integrating ffmpeg android , able achieve creating video static images problem overlay of 2nd video showing black background. credit:[ffmpegcontroller] https://github.com/guardianproject/android-ffmpeg-java/blob/master/src/org/ffmpeg/android/ffmpegcontroller.java

this code

ffmpeg -y, -i, mov.mp4, -filter_complex, [1]scale=iw+200:ih+200 [pip]; [0][pip] overlay=main_w-overlay_w-100:main_h-overlay_h-200, -i, ffmpeg , -vf, zoompan=d=25+'50*eq(in,3)'+'100*eq(in,5)', -strict, -2, -vcodec, mpeg4, -t, 6, -c:v, libx264, -pix_fmt, yuv420p,mov2.mp4 

need transparent background 1st video visible clearly...thanks in advance.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -