I apply watermark on single video via this command line;
ffmpeg -i input.mp4 -i watermark.png -filter_complex "overlay" output.mp4
what should be the code line for batch on linux server using php?
I apply watermark on single video via this command line;
ffmpeg -i input.mp4 -i watermark.png -filter_complex "overlay" output.mp4
what should be the code line for batch on linux server using php?