[vlc-devel] video filters and frame display
Laurent Aimar
fenrir at via.ecp.fr
Thu Oct 8 20:31:32 CEST 2009
On Thu, Oct 08, 2009, Sébastien Escudier wrote:
> I found a way to do what I want with a hack in video_output.c (see at the end of
> the mail).
> VLC displays frames at a minimum rate of about 5 frames per second, because of
> the hardcoded "4" value.
> It may be interesting to make this configurable. But it's just a thought, I
> don't mind having this hack for my tests.
The thing is that this workaround breaks (with current vout+spu);
- OSD when paused or with too low fps
- probably windows content refresh when it was covered and then displayed
again.
Other than that, it should provide what you need.
--
fenrir
More information about the vlc-devel
mailing list