A
C
D
E
F
G
I
L
M
N
P
R
S
T
U
V
Y
G
- getBitRate() - function in net.kibotu.androidffmpegtranscoder.mcvideoeditor.MediaConfig
- A key describing the average bitrate in bits/sec.
- getBufsize() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- specifies the decoder buffer size, which determines the variability of the output bitratereasonable value for full hd = 8 * 1024
- getDuration() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Progress
- getEncoding() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- -c:v Video codec.
- getFrameRate() - function in net.kibotu.androidffmpegtranscoder.mcvideoeditor.MediaConfig
- A key describing the frame rate of a video format in frames/sec.
- getGopValue() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- GoP size.
- getIFrameInterval() - function in net.kibotu.androidffmpegtranscoder.mcvideoeditor.MediaConfig
- A key describing the frequency of key frames expressed in seconds between key frames.
- getKeyInt() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- keyInt specifies the maximum length of the GOP, so the maximum interval between each keyframe, which remember that can be either an IDR frame or a non-IDR frame.
- getMaxrate() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- https://trac.ffmpeg.org/wiki/Limiting%20the%20output%20bitrate specifies a maximum tolerance.
- getMediaCodecList() - function in net.kibotu.androidffmpegtranscoder.mcvideoeditor.MediaCodecCreateVideo
- getMessage() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Progress
- getMimeType() - function in net.kibotu.androidffmpegtranscoder.mcvideoeditor.MediaConfig
- The mime type of the content.
- getMinKeyInt() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- min-keyint specifies the minimum length of the GOP.
- getName() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Encoding
- getName() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.PixelFormat
- getName() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Preset
- getOrdinal() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Encoding
- getOrdinal() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.PixelFormat
- getOrdinal() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Preset
- getOutputFrameRate() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- -r output Frame rate of the video.
- getPixelFormat() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- pix_fmts A ’|’-separated list of pixel format names, such as "pix_fmts=yuv420p|monow|rgb24".
- getPreset() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- -preset type Configuration preset.
- getProgress() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Progress
- getSourceFrameRate() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- -framerate input Frame rate of the video.
- getUri() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.Progress
- getVideoQuality() - function in net.kibotu.androidffmpegtranscoder.ffmpeg.EncodingConfig
- crf Set the quality/size tradeoff for constant-quality (no bitrate target) and constrained-quality (with maximum bitrate target) modes.