| Package | Description |
|---|---|
| ws.schild.jave.encode |
| Modifier and Type | Method and Description |
|---|---|
VideoAttributes |
VideoAttributes.setBitRate(Integer bitRate)
Sets the bitrate value for the encoding process.
|
VideoAttributes |
VideoAttributes.setCodec(String codec)
Sets the codec name for the encoding process.
|
VideoAttributes |
VideoAttributes.setComplexFiltergraph(FilterGraph complexFiltergraph) |
VideoAttributes |
VideoAttributes.setFaststart(boolean faststart) |
VideoAttributes |
VideoAttributes.setFrameRate(Integer frameRate)
Sets the frame rate value for the encoding process.
|
VideoAttributes |
VideoAttributes.setPixelFormat(String pixelFormat) |
VideoAttributes |
VideoAttributes.setQuality(Integer quality)
The video quality value for the encoding process.
|
VideoAttributes |
VideoAttributes.setSize(VideoSize size)
Sets the video size for the encoding process.
|
VideoAttributes |
VideoAttributes.setTag(String tag)
Sets the forced tag/fourcc value for the video stream.
|
VideoAttributes |
VideoAttributes.setVsync(VsyncMethod vsync) |
VideoAttributes |
VideoAttributes.setX264Profile(X264_PROFILE x264Profile) |
| Modifier and Type | Method and Description |
|---|---|
Optional<VideoAttributes> |
EncodingAttributes.getVideoAttributes()
Returns the attributes for the encoding of the video stream in the target multimedia file.
|
| Modifier and Type | Method and Description |
|---|---|
EncodingAttributes |
EncodingAttributes.setVideoAttributes(VideoAttributes videoAttributes)
Sets the attributes for the encoding of the video stream in the target multimedia file.
|
Copyright © 2020. All rights reserved.