Uses of Class
ws.schild.jave.encode.VideoAttributes
Packages that use VideoAttributes
-
Uses of VideoAttributes in ws.schild.jave.encode
Methods in ws.schild.jave.encode that return VideoAttributesModifier and TypeMethodDescriptionVideoAttributes.setBitRate(Integer bitRate) Sets the bitrate value for the encoding process.Sets the codec name for the encoding process.VideoAttributes.setComplexFiltergraph(FilterGraph complexFiltergraph) Set the quality for constant quality mode.VideoAttributes.setFaststart(boolean faststart) VideoAttributes.setFrameRate(Integer frameRate) Sets the frame rate value for the encoding process.VideoAttributes.setPixelFormat(String pixelFormat) set the quality fromPresetEnumVideoAttributes.setQuality(Integer quality) The video quality value for the encoding process.Sets the video size for the encoding process.Sets the forced tag/fourcc value for the video stream.VideoAttributes.setVsync(VsyncMethod vsync) VideoAttributes.setX264Profile(X264_PROFILE x264Profile) Methods in ws.schild.jave.encode that return types with arguments of type VideoAttributesModifier and TypeMethodDescriptionEncodingAttributes.getVideoAttributes()Returns the attributes for the encoding of the video stream in the target multimedia file.Methods in ws.schild.jave.encode with parameters of type VideoAttributesModifier and TypeMethodDescriptionEncodingAttributes.setVideoAttributes(VideoAttributes videoAttributes) Sets the attributes for the encoding of the video stream in the target multimedia file.