[Ffmpeg-devel] theora codec code

Jörn Seger joern.seger
Wed Mar 1 16:52:16 CET 2006


Am Mittwoch, 1. M?rz 2006 16:42 schrieb Jindrich Makovicka:
> On 3/1/06, Tom <th.tom at gmx.de> wrote:
> > Hi *
> >
> > while reading some code, I came accross these lines:
> >
> > ffmpeg/libavcodec/oggtheora.c -> line 115-116
> >    ctx->time_base.num = thc->info.fps_denominator;
> >    ctx->time_base.den = thc->info.fps_numerator;
> >
> > actually I didn't use theora (ffmpeg -i file.mpg file.ogg does not find
> > the codec), so I can not verify wether the coder is ok or not.
>
> Timebase is the inverse of FPS.
Thanks, thats what I was wondering about! 





More information about the ffmpeg-devel mailing list