Cecil Westerhof via ffmpeg-user <ffmpeg-user@ffmpeg.org> writes:

> With the drawtext filter I wanted to use:
>     text = '13:30 tot 17:30/18:00':
>
> But this gives:
>     Both text and text file provided. Please provide only one
>
> Strangely enough this does not give an error:
>     text = '13:30 tot 17:30/18':
>
> I solved it by using:
>     text       = '13:30 tot 17:30/18\:00':

No, I did not solve it. I just did not get an error message anymore.
This displayed:
    30/18:00

I needed to escape all : like this:
     text       = '13\:30 tot 17\:30/18\:00':


> But I do not understand why the first two do not have to be escaped
> and the third does.
>
> I use ffmpeg in a bash script.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to