I have a video of about 20 minutes length and want to show every second a different text using the drawtext filter. I used a java software to compute a very long ffmpeg command (more than 100,000 characters long). Pasting it into the PowerShell took a long time and then I got the error
Program 'ffmpeg.exe' failed to run: The filename or extension is too longAt line:1 char:1
So the command is obviously too long. Can I somehow outsource it into an external file? I'm not looking for the subtitles filter instead of the drawtext filter because I'm using special functionalities of drawtext.