Help me delay a video signal to synchronize it with the audio

Status
Not open for further replies.

amr_electron

Member level 2
Joined
Nov 20, 2004
Messages
53
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
481
Hi,
i need to delay a video signal to become synchronized to the audio . the differential time is about 3 seconds .
any contributes are welcomed,
Regards,
 

Re: Time delay ...

Use a frame grabber to digitize your analog video and compress to mjpeg (motion jpeg). Buffer three seconds worth of the compressed video in a fifo; this can be easily implemented by a storage device such as a hard disk. Regenerate the delayed analog video by copying the fifo output to an mjpeg decoder with analog video output.

Added after 2 minutes:

If the application permits, you may not need to delay the video at all. Instead of delaying the video, try dropping some of the audio.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…