On Sun, Dec 26, 2010 at 2:11 AM, Aaron L. <[email protected]> wrote:
> Hi all, > > I was wondering if you could point me in the direction of some example code > which shows how to extract/decode frames from an mpeg video file with > random > access using avcodec, etc (if such a thing is even possible) ... any help > or > advice in this direction would be appreciated > > thanks, > > Aaron Lieber > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > Hi Aaron, I am sure some example code exists that can help you. But you can look at what ffmpeg does with the -itsoffset flag. Just to verify that -itsoffset is indeed what you want, you can run ffmpeg with -itsoffset and check that it started transcoding from this offset. -- pushkar _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
