Is it possible to purposefully delay video output from a bright-sign?
5 comments
-
^UD\_$ Would that be delaying the moment that its start playing, or is it delaying the video signal with respect to the audio signal for example?
-
Bert-jan its about delaying the video signal separate from the audio signal, for compensating latency from audio equipment
-
Romeo Hi,
This behaviour could be scripted using the below methods from the Object reference manual:
SetAudioDelay(delay_in_milliseconds As Integer) As Boolean: Delays the audio for a specific audio ouput by lagging decoded samples before they reach that output. Delays are limited to 150ms or less. Currently, the system software only supports positive delays; therefore, if you need to set the audio ahead of the video, you will need to use SetVideoDelay() instead.
SetVideoDelay(delay_in_milliseconds As Integer) As Boolean: Adds a presentation time stamp (PTS) offset to the video. This makes it possible to adjust for file multiplexing differences. Delays are limited to 150ms or less.
Regards,
Romeo
-
Joseph I'm trying to use SetVideoDelay and can't figure out the correct syntax to pass it to the roAudioPlayer - could someone please help me out with this? I would be greatly appreciative.
-
Peter Hi - did you ever get a response on this? I need to do the same - but cannot work out how its achieved.