I want to add text to video, and useffmpeg -i test.mp4 -vf drawtext=fontfile=arial.ttf:text=welcome output.mp4
,it worked,but I want to know detail reason.
What means about "-i"?what means about "-vf"?
please help me! I have found ffmpeg android document.But I do not find editable area to input cmd to search detail explain。where is it?
Asked
Active
Viewed 173 times
-3

zhangjin
- 167
- 2
- 5
1 Answers
2
what means about “-i” , means “input”?
Yes.
what means about “-vf”?
Video Filter.
where can I find FFmpeg explain?
https://ffmpeg.org/ffmpeg.html. People don't think android special unless you point it out.
I do not find editable area to input cmd to search
Use browser Ctrl-F to search in webpage first. If not working, try using search engines.
I find "delogo" can not exe ,when x=0 or y=0,can you help me?
Google search the web first. If no use, open another question and explain your issue in detail (for example, what command you used, and what kind of "cannot exe"?).

test failed in 1.08s
- 521
- 2
- 14
-
where can I search cmd like "drawtext"?I do not find search edit area。can you help me? – zhangjin Sep 25 '20 at 10:32
-
I find "delogo" can not exe ,when x=0 or y=0,can you help me? – zhangjin Sep 25 '20 at 10:52
-
For documentation of libav part, you will need [this full documentation page](https://ffmpeg.org/ffmpeg-all.html) – test failed in 1.08s Sep 28 '20 at 10:30