Hi.

Following my periodic :) check of possible solutions, I managed to dig out a
quite dated solution from the very own FFMPEG developers thread:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2005-October/004638.html

The situation described there is very similar to my own, namely a network
source (camera in his case) which sends frames with rate that varies from 1
to 10.

The purposed solution (which I hope I understood correctly) was to:

a) Use very small value for timebase, such as 1/2520, or even microseconds
(1/1000000?).
b) Use same value both for format and codec timebases.
c) Timestamp the frames according to source frames.

Can someone check this and the thread in question, and comment on these
guidelines?

Thanks in advance.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to