Hi everyone, I've been trying to add text overlay on a video using NCA toolkit, specifically the ffmpeg compose endpoint.
I also use the NCA toolkit api GPT and it recommended me to use a filter called "drawtext" but that's not working, it returns an error 500 with the following statements:
- Either text, a valid file, a timecode or text source must be provided
- Error initializing filters
- Failed to set value 'drawtext' for option 'filter_complex': Invalid argument
- Error parsing global options: Invalid argument
I would really appreciate any help to get this working! Maybe a dedicated endpoint to this as well would be a banger. Thank you.