Hariom Maurya
Hariom Maurya
@dirklu @bramp Hi, If requirement is just need to add vframe then don't use add extra arg method. Below code produce the required command. File file = new File("/home/hariom/Downloads/download.jpeg"); file.createNewFile();...
Hi @suhakopan @bramp Here is the code spinet to add watermark on video. public void addWaterMarkTest() throws IOException{ FFmpegExecutor executor = new FFmpegExecutor(ffmpeg, ffprobe); FFmpegProbeResult in = ffprobe.probe("/home/hariom/Downloads/video.mp4"); FFmpegProbeResult inImage...
Hi @VishalSinggh Can you please share the input video sample and description about the desired output in detail?