Package net.bramp.ffmpeg.options
Class VideoEncodingOptions
java.lang.Object
net.bramp.ffmpeg.options.VideoEncodingOptions
Encoding options for video
- Author:
- bramp
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
enabled
-
codec
-
frame_rate
-
width
-
height
-
bit_rate
-
frames
-
filter
-
preset
-
-
Constructor Details
-
VideoEncodingOptions
@ConstructorProperties({"enabled","codec","frame_rate","width","height","bit_rate","frames","video_filter","preset"}) public VideoEncodingOptions(boolean enabled, String codec, Fraction frame_rate, int width, int height, long bit_rate, Integer frames, String filter, String preset)
-