Hi, I am using the following command to overlay an image on video, i am successful in making it.
"ffmpeg -i " + video_path + " -i " + final_output_resized_image_path + " -preset ultrafast -strict -2 -filter_complex overlay=x=" + XX + ":y=" + YY + ":enable='between(t," + (min_seek/1000) + "," + (max_seek/1000) + ")' " + "/storage/emulated/0/video/" + "outputxy.mp4" I found an issue with the file size which results in output video sizes 13.82 MB as input video sizes 4.53 MB, image size is 10.81 KB. How to reduce the output video file size after overlay conversion using FFMPEG. Thanks in advance. -- With Regards, U.Rajasekhar Reddy _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
