| Package | Description |
|---|---|
| ws.schild.jave.encode | |
| ws.schild.jave.filters | |
| ws.schild.jave.info |
| Modifier and Type | Method and Description |
|---|---|
Optional<VideoSize> |
VideoAttributes.getSize()
Returns the video size for the encoding process.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAttributes |
VideoAttributes.setSize(VideoSize size)
Sets the video size for the encoding process.
|
| Constructor and Description |
|---|
ColorFilter(Color c,
VideoSize s,
Double durationSeconds)
Simple constructor - make a solid color screen for some amount of time.
|
PadFilter(VideoSize aspectRatio)
Uses the pad filter to pad the
source image to the same aspect ratio as
aspectRatio. |
ScaleFilter(VideoSize toSize,
ForceOriginalAspectRatio foar)
Scale the video to a particular size and maintain aspect ratio.
|
ZoomPanFilter(Integer durationFrames,
VideoSize outputSize,
String zoomExpression,
String xExpression,
String yExpression)
A simple usage of the zoompan
filter.
|
ZoomPanFilter(Integer durationFrames,
VideoSize inputSize,
VideoSize outputSize)
A "top to bottom" zoom and pan of an image/video using the zoompan filter.
|
| Modifier and Type | Field and Description |
|---|---|
static VideoSize |
VideoSize.cga |
static VideoSize |
VideoSize.cif |
static VideoSize |
VideoSize.ega |
static VideoSize |
VideoSize.film |
static VideoSize |
VideoSize.FOUR_cif |
static VideoSize |
VideoSize.FOURk |
static VideoSize |
VideoSize.FOURkdci |
static VideoSize |
VideoSize.FOURkflat |
static VideoSize |
VideoSize.FOURkscope |
static VideoSize |
VideoSize.fwqvga |
static VideoSize |
VideoSize.hd1080 |
static VideoSize |
VideoSize.hd480 |
static VideoSize |
VideoSize.hd720 |
static VideoSize |
VideoSize.hqvga |
static VideoSize |
VideoSize.hsxga |
static VideoSize |
VideoSize.hvga |
static VideoSize |
VideoSize.nhd |
static VideoSize |
VideoSize.ntsc |
static VideoSize |
VideoSize.ntsc_film |
static VideoSize |
VideoSize.pal |
static VideoSize |
VideoSize.qcif |
static VideoSize |
VideoSize.qhd |
static VideoSize |
VideoSize.qntsc |
static VideoSize |
VideoSize.qpal |
static VideoSize |
VideoSize.qqvga |
static VideoSize |
VideoSize.qsxga |
static VideoSize |
VideoSize.qvga |
static VideoSize |
VideoSize.qxga |
static VideoSize |
VideoSize.SIXTEEN_cif |
static VideoSize |
VideoSize.sntsc |
static VideoSize |
VideoSize.spal |
static VideoSize |
VideoSize.sqcif |
static VideoSize |
VideoSize.svga |
static VideoSize |
VideoSize.sxga |
static VideoSize |
VideoSize.TWOk |
static VideoSize |
VideoSize.TWOkdci |
static VideoSize |
VideoSize.TWOkflat |
static VideoSize |
VideoSize.TWOkscope |
static VideoSize |
VideoSize.uhd2160 |
static VideoSize |
VideoSize.uhd4320 |
static VideoSize |
VideoSize.uxga |
static VideoSize |
VideoSize.vga |
static VideoSize |
VideoSize.whsxga |
static VideoSize |
VideoSize.whuxga |
static VideoSize |
VideoSize.woxga |
static VideoSize |
VideoSize.wqsxga |
static VideoSize |
VideoSize.wquxga |
static VideoSize |
VideoSize.wqvga |
static VideoSize |
VideoSize.wsxga |
static VideoSize |
VideoSize.wuxga |
static VideoSize |
VideoSize.wvga |
static VideoSize |
VideoSize.wxga |
static VideoSize |
VideoSize.xga |
| Modifier and Type | Method and Description |
|---|---|
VideoSize |
VideoInfo.getSize()
Returns the video size.
|
| Modifier and Type | Method and Description |
|---|---|
VideoInfo |
VideoInfo.setSize(VideoSize size)
Sets the video size.
|
Copyright © 2020. All rights reserved.