public class ListFormats
extends java.lang.Object
Constructor and Description |
---|
ListFormats() |
Modifier and Type | Method and Description |
---|---|
static AudioFormat |
convertCodecAudioFormat(net.sf.ffmpeg_java.AVCodecLibrary.AVCodecContext codecCtx) |
static VideoFormat |
convertCodecPixelFormat(int pixFmt,
int width,
int height,
float frameRate) |
protected static java.lang.String |
getCodecType(int codecType) |
static int |
getCpuEndianess() |
static int |
getPixelFormatFromBufferedImageType(int bufferedImageType) |
static int |
getPreferedBufferedImageType() |
static int |
getPreferedPixelFormat() |
static ContentDescriptor[] |
getSupportedOutputContentDescriptors(Format[] formats) |
static boolean |
isBigEndian() |
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static ContentDescriptor[] getSupportedOutputContentDescriptors(Format[] formats)
protected static java.lang.String getCodecType(int codecType)
public static VideoFormat convertCodecPixelFormat(int pixFmt, int width, int height, float frameRate)
public static AudioFormat convertCodecAudioFormat(net.sf.ffmpeg_java.AVCodecLibrary.AVCodecContext codecCtx)
public static final boolean isBigEndian()
public static final int getCpuEndianess()
public static int getPreferedPixelFormat()
public static int getPreferedBufferedImageType()
public static int getPixelFormatFromBufferedImageType(int bufferedImageType)