[FFmpeg-user] Applying multiple v filters

Roger Pack rogerdpack2 at gmail.com
Thu Nov 8 18:21:03 CET 2012


On Thu, Nov 8, 2012 at 8:59 AM, Kosta Vlotis <kosta.brazzers at gmail.com>wrote:

> im trying to do 3 things;
> first: resize a video
> seconds: pad the video to a certain resolution
> third: apply a watermark to the new video
>
> i tried the following -vf command but it doesn't give the desired result
> (trying the resize a 1080p video to 720p THEN give it an aspect of 4x3 by
> adding black bard to the top and bottom):
>
> -vf "scale=1280:720 [in]; pad=1280:960:0:120:black [in], movie=WM_4x3.png
> [logo]; [in] [logo] overlay=main_w-overlay_w-0:main_h-overlay_h-0 [out]"
>

What *does* it do then? What's your full complete command line and console
output?
-r


More information about the ffmpeg-user mailing list