|
@@ -1184,12 +1184,15 @@ same as @var{out_w} and @var{out_h}
|
|
|
x and y offsets as specified by the @var{x} and @var{y}
|
|
|
expressions, or NAN if not yet specified
|
|
|
|
|
|
-@item dar, a
|
|
|
-input display aspect ratio, same as @var{iw} / @var{ih}
|
|
|
+@item a
|
|
|
+same as @var{iw} / @var{ih}
|
|
|
|
|
|
@item sar
|
|
|
input sample aspect ratio
|
|
|
|
|
|
+@item dar
|
|
|
+input display aspect ratio, it is the same as (@var{iw} / @var{ih}) * @var{sar}
|
|
|
+
|
|
|
@item hsub, vsub
|
|
|
horizontal and vertical chroma subsample values. For example for the
|
|
|
pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
|
|
@@ -1289,12 +1292,15 @@ the output (cropped) width and heigth
|
|
|
@item ow, oh
|
|
|
same as @var{out_w} and @var{out_h}
|
|
|
|
|
|
-@item dar, a
|
|
|
-input display aspect ratio, same as @var{iw} / @var{ih}
|
|
|
+@item a
|
|
|
+same as @var{iw} / @var{ih}
|
|
|
|
|
|
@item sar
|
|
|
input sample aspect ratio
|
|
|
|
|
|
+@item dar
|
|
|
+input display aspect ratio, it is the same as (@var{iw} / @var{ih}) * @var{sar}
|
|
|
+
|
|
|
@item hsub, vsub
|
|
|
horizontal and vertical chroma subsample values. For example for the
|
|
|
pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
|