I've understood why time_base of the AVCodecContext for DivX is always set to 1/30000. Reason was that all avi\divx movies I tested don't have fixed frame rate. In this case only time_base.den is set, time_base.num is always 1.
But the problem remains the same, when I write packets to mpeg-ts container, frame rate of the output file is too big (30000). and though vlc plays it ok, it cannot seek. Does anybody has some ideas? I don't think that remuxing files with divx codec is so unique:) -- View this message in context: http://libav-users.943685.n4.nabble.com/Remuxing-avi-divx-to-mpeg-ts-tp3353791p3382240.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ libav-user mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-user
