FFmpeg-Android
FFmpeg-Android copied to clipboard
Error when handling commands with spaces
I'm trying to place some text on a video with a command like -i input.mp4 -filter_complex [0:v]drawtext=fontfile=bla_bla.ttf:text=My Name output.mp4 and it fails with Invalid argument because it splits the command at the space character and Name output.mp4 is obviously nothing valid.
I've tried to place ' around the text but the result is the same.
I'm using version 1.1.5 of this library.
Thank you for your amazing work! 😄