[x264-devel] Re: output frame sequnce
Loren Merritt
lorenm at u.washington.edu
Wed Jan 12 00:58:24 CET 2005
On Sun, 9 Jan 2005, Tamir Atiya wrote:
> I am using the x264 code in my app and it works great, but I have
> noticed that in order to get the first reconstruct frame I have to wait
> until I_frame_reference (from the param) frames will pass, even if I am
> not using B frames at all.
> I am using the reconstruct images as an input for another process,
> therefore I need to have the reconstruct images in time.
> Is it possible to get the reconstruct images without the delay as
> codecs usually do ?
You're using #define DEBUG_DUMP_FRAME to dump to fdec.yuv, right?
I can't reproduce the problem.
Without B-frames, x264 dumps each frame immediately after encoding,
independent of i_frame_reference.
--Loren Merritt
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list