黒帯を付加してしてスケーリングされていないオリジナル映像をx,yの位置 に配置する。w,h,で黒帯付加後のサイズを指定する。
<w>,<h>全体の widthと height (default: original width,height)。
マイナスの値はオリジナルサイズに対するオフセットとなる。
EXAMPLE:
expand=0:-50:0:0
ピクチャ下部に50ピクセルの黒帯を付加。
黒帯付加後のフレームにおける、オリジナルイメージの位置(default: center)
解像度ではなく、指定アスペクトに収まるように黒帯を付加 (default: 0)。
EXAMPLE:
expand=800:::::4/3
800x600になるよう黒帯付加。素材解像度がそれ以上で無い限り、これで4/3を埋めることができる。wとhの両方を<r>で割り切れる値に丸める (default: 1).
expand[=w:h:x:y:o:a:r]
Expands (not scales) movie resolution to the given value and
places the unscaled original at coordinates x, y. Can be used
for placing subtitles/OSD in the resulting black bands.
<w>,<h>
Expanded width,height (default: original width,height).
Negative values for w and h are treated as offsets to
the original size.
EXAMPLE:
expand=0:-50:0:0
Adds a 50 pixel border to the bottom of the
picture.
<x>,<y>
position of original image on the expanded image (de-
fault: center)
<o>
OSD/subtitle rendering
0: disable (default)
1: enable
<a>
Expands to fit an aspect instead of a resolution (de-
fault: 0).
EXAMPLE:
expand=800:::::4/3
Expands to 800x600, unless the source is
higher resolution, in which case it expands
to fill a 4/3 aspect.
<r>
Rounds up to make both width and height divisible by <r>
(default: 1).