Page 1 of 1

Libavcodec r_frame_rate den num

Posted: 06 Nov 2013 19:12
by radnix
:) Greetings

I'm not certain where to post this question so direct me accordingly:

I'm studying libavcodec and am looking at the following

/*AVFormatContext input video file*/
ifcx->streams[0]->r_frame_rate.den
ifcx->streams[0]->r_frame_rate.num

Anyone know what the r_frame_rate.den and r_frame_rate.num are ? Would appreciate an explination.

Thanks ahead :D

Re: Libavcodec r_frame_rate den num

Posted: 12 Nov 2013 18:23
by Jean-Baptiste Kempf
You should look at the libav documentation. Numerator and Denominator are quite frequent to define FPS though...