i add logo on video with ffmpeg and in some videos it blurs. how to make logo independent from videos? i mean so that it no matter what quality of video logo will be good.
|
feedback
|
|
i add logo on video with ffmpeg and in some videos it blurs. how to make logo independent from videos? i mean so that it no matter what quality of video logo will be good. | |||
|
feedback
|
ffmpeg -i initial.avi -vhook '/usr/local/lib/vhook/watermark.so -f logo.gif' final.avi? – DaveParillo Apr 27 '10 at 3:52