Hello, I am running a problem with different source resolution movies scaled to defined resolution on convertation (320:240), the logo overlay applied by the vhook filter scaled with the movie and not after which makes it sometimes bigger and sometimes smaller than the original (jpeg/png) sizes.
I have read on the mailing lists a suggestion to scale with libavifilter (-vfilters scale=320:240) instead using the classic -s flag, but the results are the same. Afterwards I saw a post of Victor about using libavfilter also as a logo filter applier and using steps. But I can find the correct syntax for it. As there is no detailed documentation for it still. Any advices or workarounds? The command which I am using currently is: FFMPEG -i SRCFILE -acodec libmp3lame -ab 64 -ar 22050 -vfilters scale=320:240 -g 50 -qblur 1 -b 800000 -r 25 -vhook 'IMLIB2.SO -x W-w -y H-h -i LOGO.GIF' -y DESTFILE Dmitry Sherman C.E.O INTERHOST - Network Solutions Phone: +972-543181182 Fax: +972-577976157 E-mail: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] web: <http://www.interhost.co.il/> http://www.interhost.co.il/ _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
