Package | Description |
---|---|
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVOutputFormat |
AVOutputFormat.next(AVOutputFormat setter) |
AVFormatContext |
AVFormatContext.oformat(AVOutputFormat setter) |
Modifier and Type | Method and Description |
---|---|
static AVOutputFormat |
avformat.av_guess_format(BytePointer short_name,
BytePointer filename,
BytePointer mime_type)
Return the output format in the list of registered output formats
which best matches the provided parameters, or return NULL if
there is no match.
|
static AVOutputFormat |
avformat.av_guess_format(String short_name,
String filename,
String mime_type) |
static AVOutputFormat |
avformat.av_muxer_iterate(Pointer opaque) |
static AVOutputFormat |
avformat.av_muxer_iterate(PointerPointer opaque)
Iterate over all registered muxers.
|
static AVOutputFormat |
avformat.av_oformat_next(AVOutputFormat f)
Deprecated.
|
static AVOutputFormat |
avdevice.av_output_audio_device_next(AVOutputFormat d)
Audio output devices iterator.
|
static AVOutputFormat |
avdevice.av_output_video_device_next(AVOutputFormat d)
Video output devices iterator.
|
Modifier and Type | Method and Description |
---|---|
static int |
avformat.av_guess_codec(AVOutputFormat fmt,
BytePointer short_name,
BytePointer filename,
BytePointer mime_type,
int type)
Guess the codec ID based upon muxer and filename.
|
static int |
avformat.av_guess_codec(AVOutputFormat fmt,
String short_name,
String filename,
String mime_type,
int type) |
static AVOutputFormat |
avformat.av_oformat_next(AVOutputFormat f)
Deprecated.
|
static AVOutputFormat |
avdevice.av_output_audio_device_next(AVOutputFormat d)
Audio output devices iterator.
|
static AVOutputFormat |
avdevice.av_output_video_device_next(AVOutputFormat d)
Video output devices iterator.
|
static void |
avformat.av_register_output_format(AVOutputFormat format)
Deprecated.
|
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
BytePointer device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
BytePointer device_name,
AVDictionary device_options,
PointerPointer device_list) |
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
String device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avformat.avformat_alloc_output_context2(AVFormatContext ctx,
AVOutputFormat oformat,
BytePointer format_name,
BytePointer filename) |
static int |
avformat.avformat_alloc_output_context2(AVFormatContext ctx,
AVOutputFormat oformat,
String format_name,
String filename) |
static int |
avformat.avformat_alloc_output_context2(PointerPointer ctx,
AVOutputFormat oformat,
BytePointer format_name,
BytePointer filename)
Allocate an AVFormatContext for an output format.
|
static int |
avformat.avformat_query_codec(AVOutputFormat ofmt,
int codec_id,
int std_compliance)
Test if the given container can store a codec.
|
static int |
avformat.avformat_transfer_internal_stream_timing_info(AVOutputFormat ofmt,
AVStream ost,
AVStream ist,
int copy_tb)
Transfer internal timing information from one stream to another.
|
Copyright © 2020. All rights reserved.