New submission from Witold Baryluk <[EMAIL PROTECTED]>:
When traing to convert to multiple output formats, and doing padding
with different parameters only last occurence is significant.
Example:
/usr/local/bin/ffmpeg -i /tmp/
ffmpeg_org_18094,10e2d75e4baf967dae6183e02056b35d,1190728800 -b 12k -
ab 7.95k -ar 22000 -r 12.5 -acodec libfaac -padbottom 22 -padtop 22 -
padcolor 000000 -s 176x100 /tmp/ffmpeg_c03.3gp -b 12k -ab 7.95k -ar
8000 -r 6 -ac 1 -acodec libamr_nb -padbottom 12 -padtop 12 -padcolor
000000 -s 128x72 /tmp/ffmpeg_c01.3gp -b 300k -ab 128k -r 25 -ar 22050 -
padbottom 36 -padtop 36 -padcolor 000000 -s 384x216 /tmp/ffmpeg_c02.flv
According to ffmpeg.c it uses frame_padtop and other *global* variables
(and parsing code uses this global variables) so all output files have
padd{top,bottom} = 36.
Similar problem is with croping probably.
----------
messages: 678
nosy: baryluk
priority: normal
status: new
substatus: new
title: wrong parsing of crop padding options
type: bug
______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue191>
______________________________________________________