[FFmpeg-user] FFmpeg documentation confusion
Thilo Borgmann
thilo.borgmann at googlemail.com
Thu Apr 7 08:55:32 CEST 2011
Am 07.04.11 07:47, schrieb Andy Civil:
> I think the example given in section 15.15 of the documentation is wrong, unless
> I've failed to understand it. It says:
>
> # Add paddings with color "violet" to the input video. Output video
> # size is 640x480, the top-left corner of the input video is placed at
> # row 0, column 40.
> pad=640:480:0:40:violet
>
> but in my experience, this pad value puts the image 40 pixels down, not 40
> pixels across. I think it should read:
>
> # Add paddings with color "violet" to the input video. Output video
> # size is 640x480, the top-left corner of the input video is placed at
> # column 0, row 40.
> pad=640:480:0:40:violet
Indeed this is wrong - thanks for reporting!
Patch attached.
-Thilo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: doc_pad_filter.patch
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20110407/071f8646/attachment.ksh>
More information about the ffmpeg-user
mailing list