VideoAttributes |
VideoAttributes.setBitRate(java.lang.Integer bitRate) |
Sets the bitrate value for the encoding process.
|
VideoAttributes |
VideoAttributes.setCodec(java.lang.String codec) |
Sets the codec name for the encoding process.
|
VideoAttributes |
VideoAttributes.setComplexFiltergraph(FilterGraph complexFiltergraph) |
|
VideoAttributes |
VideoAttributes.setCrf(java.lang.Integer crf) |
Set the quality for constant quality mode.
|
VideoAttributes |
VideoAttributes.setFaststart(boolean faststart) |
|
VideoAttributes |
VideoAttributes.setFrameRate(java.lang.Integer frameRate) |
Sets the frame rate value for the encoding process.
|
VideoAttributes |
VideoAttributes.setPixelFormat(java.lang.String pixelFormat) |
|
VideoAttributes |
VideoAttributes.setPreset(java.lang.String preset) |
|
VideoAttributes |
VideoAttributes.setQuality(java.lang.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(java.lang.String tag) |
Sets the forced tag/fourcc value for the video stream.
|
VideoAttributes |
VideoAttributes.setTune(TuneEnum tune) |
|
VideoAttributes |
VideoAttributes.setVsync(VsyncMethod vsync) |
|
VideoAttributes |
VideoAttributes.setX264Profile(X264_PROFILE x264Profile) |
|