Michael Niedermayer <[EMAIL PROTECTED]> writes: Thank you for the answer.
> You need ES frames, that is a SINGLE ES frame on each call, you cannot pass > any PES packet its payload with or without headers. Will do. > > [ my code ] > This code looks just invalid, first you must call the parser in a loop Ok. That is, accumulate PES packets until I will be able to collect an ES frame from them. And then, av_write_frame Yes? > and second you must pass timestamps through it, you cannot use PES timestamps > in av_write_frame(). Oups... Why cannot I use PES timestamps? And what do I use instead? _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
