Hi.

I'm trying to set a timebase of 1/90000 for the MPEG4 format, as following:

c->time_base->num = 1;
c->time_base->den = 90000;

But I'm getting the following error:
"timebase not supported by mpeg 4 standard"

Any idea why this happens? 90,000 should be supported by MPEG4 standard - in
fact this is the maximum allowable value.

Thanks for any idea!
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to