[vlc-devel] question: Can modules influence the presentation time?
Rémi Denis-Courmont
remi at remlab.net
Mon Aug 24 10:59:42 CEST 2015
Le 2015-08-23 00:56, kasper a écrit :
> Can the presentation time be delayed by a module in order to
> create enough headroom? The headroom I need will be about 8ms to
> 15ms.
A filter can adjust the PTS to a certain extent. This is needed when
the filtering algorithm adds a (computational) delay of a one or a few
samples. But you can't just arbitrarily shift the PTS. That would desync
audio and video.
I don't understand your problem anyway. Normally, the samples are
filtered much more than 15ms ahead of their PTS.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list