Thanks for the suggestion. Although libavfilter doesn't have any filters that will help, and fieldorder=bff will only change field dominance. We'll still have the wrong top and bottom fields paired. I need to replace the bottom field in each frame with the bottom field of the previous frame.
----- Original Message ----- From: Luca Barbato [mailto:[email protected]] Sent: Saturday, January 26, 2013 09:38 AM To: [email protected] <[email protected]> Subject: Re: [libav-devel] Contract development for mpeg-2 decoding On 26/01/13 15:49, [email protected] wrote: > I also realized you asked for more info, and I never really answered. > We're playing out that video through VLC with the decklink output plugin, > to the SDI output of a decklink card, to an interlaced studio monitor and > a linear editing system. Quality is very important and we can't deinterlace. > We also want the playout controls of VLC. Now it is clear, the fieldorder=bff video filter seems to do what you need, not sure if it is faster to port the filter to vlc or avfilter as whole. http://libav.org/avconv.html#fieldorder lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel This email was sent to you by Thomson Reuters, the global news and information company. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
