Go to the documentation of this file.
66 static const double ntsc_fps = 30000.0 / 1001.0;
102 #define OFFSET(x) offsetof(FPSContext, x)
103 #define V AV_OPT_FLAG_VIDEO_PARAM
104 #define F AV_OPT_FLAG_FILTERING_PARAM
141 s->frames[0] =
s->frames[1];
146 s->frames_out +=
s->cur_frame_out;
147 if (
s->cur_frame_out > 1) {
150 s->dup +=
s->cur_frame_out - 1;
151 }
else if (
s->cur_frame_out == 0) {
156 s->cur_frame_out = 0;
167 while (
s->frames_count > 0) {
174 "%d frames duplicated.\n",
s->frames_in,
s->frames_out,
s->drop,
s->dup);
183 double var_values[
VARS_NB], res;
203 if (first_pts < INT64_MIN || first_pts > INT64_MAX) {
212 s->next_pts =
s->out_pts_off;
214 s->in_pts_off,
s->out_pts_off,
s->start_time);
256 s->frames[
s->frames_count++] =
frame;
267 av_assert1(
s->frames_count == 2 || (
s->status &&
s->frames_count == 1));
272 s->next_pts =
s->frames[0]->pts;
289 if ((
s->frames_count == 2 &&
s->frames[1]->pts <=
s->next_pts) ||
290 (
s->status &&
s->status_pts <=
s->next_pts)) {
348 if (
s->frames_count < 2) {
363 if (
s->frames_count > 0) {
372 if (
s->status &&
s->frames_count == 0) {
394 .priv_class = &fps_class,
@ AV_ROUND_UP
Round toward +infinity.
#define AV_LOG_WARNING
Something somehow does not look correct.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
int64_t duration
Duration of the frame, in the same units as pts.
#define AV_TIME_BASE_Q
Internal time base represented as fractional value.
The exact code depends on how similar the blocks are and how related they are to the and needs to apply these operations to the correct inlink or outlink if there are several Macros are available to factor that when no extra processing is inlink
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
This structure describes decoded (raw) audio or video data.
int64_t pts
Presentation timestamp in time_base units (time when frame should be shown to user).
@ AV_ROUND_ZERO
Round toward zero.
#define AV_LOG_VERBOSE
Detailed information.
static const double ntsc_fps
static const char *const var_names[]
const char * name
Filter name.
static const double pal_fps
static av_cold int init(AVFilterContext *ctx)
A link between two filters.
#define FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink)
Forward the status on an output link to an input link.
static int config_props(AVFilterLink *outlink)
int ff_inoutlink_check_flow(AVFilterLink *inlink, AVFilterLink *outlink)
Check for flow control between input and output.
static av_cold void uninit(AVFilterContext *ctx)
int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe)
Take a frame from the link's FIFO and update the link's stats.
void ff_ccfifo_uninit(CCFifo *ccf)
Free all memory allocated in a CCFifo and clear the context.
A filter pad used for either input or output.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static void update_eof_pts(AVFilterContext *ctx, FPSContext *s, AVFilterLink *inlink, AVFilterLink *outlink, int64_t status_pts)
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
int ff_ccfifo_inject(CCFifo *ccf, AVFrame *frame)
Insert CC data from the FIFO into an AVFrame (as side data)
static void ff_outlink_set_status(AVFilterLink *link, int status, int64_t pts)
Set the status field of a link from the source filter.
int eof_action
action performed for last frame in FIFO
int frames_in
number of frames on input
static double av_q2d(AVRational a)
Convert an AVRational to a double.
AVRational frame_rate
Frame rate of the stream on the link, or 1/0 if unknown or variable; if left to 0/0,...
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
int frames_count
number of buffered frames
@ AV_ROUND_NEAR_INF
Round to nearest and halfway cases away from zero.
#define FILTER_INPUTS(array)
@ AV_ROUND_PASS_MINMAX
Flag telling rescaling functions to pass INT64_MIN/MAX through unchanged, avoiding special cases for ...
static int write_frame(AVFilterContext *ctx, FPSContext *s, AVFilterLink *outlink, int *again)
int64_t out_pts_off
output frame pts offset for start_time handling
static const double ntsc_film_fps
Describe the class of an AVClass context structure.
static const AVFilterPad avfilter_vf_fps_outputs[]
int ff_ccfifo_extract(CCFifo *ccf, AVFrame *frame)
Extract CC data from an AVFrame.
int64_t status_pts
buffered input status timestamp
AVFrame * frames[2]
buffered frames
int ff_inlink_acknowledge_status(AVFilterLink *link, int *rstatus, int64_t *rpts)
Test and acknowledge the change of status on the link.
@ AV_ROUND_DOWN
Round toward -infinity.
int status
buffered input status
static int read_frame(AVFilterContext *ctx, FPSContext *s, AVFilterLink *inlink, AVFilterLink *outlink)
int ff_inlink_check_available_frame(AVFilterLink *link)
Test if a frame is available on the link.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int av_expr_parse_and_eval(double *d, const char *s, const char *const *const_names, const double *const_values, const char *const *func1_names, double(*const *funcs1)(void *, double), const char *const *func2_names, double(*const *funcs2)(void *, double, double), void *opaque, int log_offset, void *log_ctx)
Parse and evaluate an expression.
static int64_t start_time
#define AV_NOPTS_VALUE
Undefined timestamp value.
AVFilterContext * src
source filter
int64_t next_pts
pts of the next frame to output
FF_FILTER_FORWARD_WANTED(outlink, inlink)
int drop
number of framed dropped
static AVFrame * shift_frame(AVFilterContext *ctx, FPSContext *s)
char * framerate
expression that defines the target framerate
#define AV_TIME_BASE
Internal time base represented as integer.
@ AV_ROUND_INF
Round away from zero.
CCFifo cc_fifo
closed captions
#define av_assert1(cond)
assert() equivalent, that does not lie in speed critical code.
AVRational av_d2q(double d, int max)
Convert a double precision floating point number to a rational.
static av_always_inline AVRational av_inv_q(AVRational q)
Invert a rational.
const char * name
Pad name.
int ff_ccfifo_init(CCFifo *ccf, AVRational framerate, void *log_ctx)
Initialize a CCFifo.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining again
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
int64_t in_pts_off
input frame pts offset for start_time handling
static const double film_fps
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link.
int dup
number of frames duplicated
double start_time
pts, in seconds, of the expected first frame
AVFILTER_DEFINE_CLASS(fps)
static int activate(AVFilterContext *ctx)
#define FILTER_OUTPUTS(array)
static const AVOption fps_options[]
#define flags(name, subs,...)
int cur_frame_out
number of times current frame has been output
int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, enum AVRounding rnd)
Rescale a 64-bit integer by 2 rational numbers with specified rounding.
int frames_out
number of frames on output
int rounding
AVRounding method for timestamps.
void ff_filter_set_ready(AVFilterContext *filter, unsigned priority)
Mark a filter ready and schedule it for activation.