>652
ttps://ffmpeg.org/ffmpeg-filters.html#Text-expansion
The first argument is the expression to be evaluated, just as for the expr function. The second argument specifies the output format. Allowed values are ‘x’, ‘X’, ‘d’ and ‘u’.
ttps://ffmpeg.org/ffmpeg-utils.html#Expression-Evaluation
フォーマット指定がよく分からなかったので力業で
12 sec
text='%{eif\:t\:d} sec'
2m23s
text='%{eif\:trunc(t/60)\:d}m%{eif\:mod(t\,60)\:d}s'