Package | Description |
---|---|
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVFormatContext |
AVFormatContext.streams(int i,
AVStream setter) |
Modifier and Type | Method and Description |
---|---|
static AVStream |
avformat.avformat_new_stream(AVFormatContext s,
AVCodec c)
Add a new stream to a media file.
|
Modifier and Type | Method and Description |
---|---|
static int |
avformat.av_add_index_entry(AVStream st,
long pos,
long timestamp,
int size,
int distance,
int flags)
Add an index entry into a sorted list.
|
static AVRational |
avformat.av_guess_frame_rate(AVFormatContext ctx,
AVStream stream,
AVFrame frame)
Guess the frame rate, based on both the container and codec information.
|
static AVRational |
avformat.av_guess_sample_aspect_ratio(AVFormatContext format,
AVStream stream,
AVFrame frame)
Guess the sample aspect ratio of a frame, based on both the stream and the
frame aspect ratio.
|
static int |
avformat.av_index_search_timestamp(AVStream st,
long timestamp,
int flags)
Get the index for a specific timestamp.
|
static void |
avformat.av_pkt_dump_log2(Pointer avcl,
int level,
AVPacket pkt,
int dump_payload,
AVStream st)
Send a nice dump of a packet to the log.
|
static void |
avformat.av_pkt_dump2(Pointer f,
AVPacket pkt,
int dump_payload,
AVStream st)
Send a nice dump of a packet to the specified file stream.
|
static int |
avformat.av_stream_add_side_data(AVStream st,
int type,
byte[] data,
long size) |
static int |
avformat.av_stream_add_side_data(AVStream st,
int type,
ByteBuffer data,
long size) |
static int |
avformat.av_stream_add_side_data(AVStream st,
int type,
BytePointer data,
long size)
Wrap an existing array as stream side data.
|
static AVRational |
avformat.av_stream_get_codec_timebase(AVStream st)
Get the internal codec timebase from a stream.
|
static long |
avformat.av_stream_get_end_pts(AVStream st)
Returns the pts of the last muxed packet + its duration
the retuned value is undefined when used with a demuxer.
|
static AVCodecParserContext |
avformat.av_stream_get_parser(AVStream s) |
static AVRational |
avformat.av_stream_get_r_frame_rate(AVStream s)
Deprecated.
|
static BytePointer |
avformat.av_stream_get_recommended_encoder_configuration(AVStream s)
Deprecated.
|
static byte[] |
avformat.av_stream_get_side_data(AVStream stream,
int type,
int[] size) |
static ByteBuffer |
avformat.av_stream_get_side_data(AVStream stream,
int type,
IntBuffer size) |
static BytePointer |
avformat.av_stream_get_side_data(AVStream stream,
int type,
IntPointer size)
Get side information from stream.
|
static BytePointer |
avformat.av_stream_new_side_data(AVStream stream,
int type,
int size)
Allocate new information from stream.
|
static void |
avformat.av_stream_set_r_frame_rate(AVStream s,
AVRational r)
Deprecated.
|
static void |
avformat.av_stream_set_recommended_encoder_configuration(AVStream s,
byte[] configuration)
Deprecated.
|
static void |
avformat.av_stream_set_recommended_encoder_configuration(AVStream s,
ByteBuffer configuration)
Deprecated.
|
static void |
avformat.av_stream_set_recommended_encoder_configuration(AVStream s,
BytePointer configuration)
Deprecated.
|
static int |
avformat.avformat_match_stream_specifier(AVFormatContext s,
AVStream st,
BytePointer spec)
Check if the stream st contained in s is matched by the stream specifier
spec.
|
static int |
avformat.avformat_match_stream_specifier(AVFormatContext s,
AVStream st,
String spec) |
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.