alfg / ffmpeg-commander

🛠️ FFmpeg Command Generator Web UI
http://alfg.dev/ffmpeg-commander/
MIT License
711 stars 84 forks source link

Can this tool generate a command to add watermark? #22

Closed wf58585858 closed 2 years ago

wf58585858 commented 2 years ago

ffmpeg -i input.mp4 -i logo.png -filter_complex 'overlay=x=10:y=main_h-overlay_h-10' output.mp4

I found a command that others can test, but ffmpeg prompts no such filter: 'overlay = x = 10: y = main_ h-overlay_ h-10' Can this tool generate a command to add watermark? What should be the correct command to add watermark? thanks

wf58585858 commented 2 years ago

version: ffmpeg version 2021-10-24-git-9df3f147f5-full_build-www.gyan.dev Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11.2.0 (Rev1, Built by MSYS2 project)

alfg commented 2 years ago

No, not currently. The filters are limited to some of the basic options at this time.