このコマンドを使用して、画像をビデオにオーバーレイしています。
ffmpeg",i", inputVideoPath,"-i", imageToOverlay,"
-filter_complex",overlay=10:10","-strict", "-2","-b:a" ,"32k",
"-r","15","-preset", "ultrafast",outputVideoPath
動的な値を「overlay=x:y」と画像パスである「imageToOverlay」に設定できますか?