Sampath Subasinghe <susiriss@...> writes: > > libavcodec does no de-interlacing by default ... > > > > ... but it usually outputs the two fields of interlaced > > video in one frame. > > > Thanks Carl for the valuable input. So I see that libavcodec does field > combination to make up the full frame.
As said, I suspect every conforming decoder (you did not say which encoding you used, but I guess that is not only true for h264) has to do this. > In this case, I can separate the two fields by going through the frame > and grouping odd lines (each line is 1-pixel thick ?) and even lines > separately. Is this assumption correct ? This should give you rawvideo fields which may be what you want. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
