Hi,

On Thu, Jan 27, 2011 at 3:16 AM, Arthur <[email protected]> wrote:
> I am encoding movies using FFmpeg and x264. The problem is that players like
> VLC and Quicktime do not play the last, say half of a second, of the movie.

I suppose you're sending this to libav-user because you're doing this
in your own app, not using ffmpeg? Can you show your code?

Most likely you're not flushing the buffers in the end by calling
avcodec_encode_video() using NULL as input, until it no longer
generates output.

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

Reply via email to