Closed fendo8888 closed 1 year ago
This probably needs to be added as 5 single arguments
ffmpeg.addArgument("-f concat -safe 0 -i");
like:
ffmpeg.addArgument("-f");
ffmpeg.addArgument("concat");
ffmpeg.addArgument("-safe");
ffmpeg.addArgument("0");
ffmpeg.addArgument("-i");
Report an error:
debug Indicates the printed execution command
Copying the above command to cmd can be executed correctly