-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delay video #370
Comments
Hi, it depends. There is an option to delay video in relation to audio. In theory it can be used, depending on actual situation. My questions are:
If the responses is "no" and something below 1 second, you could use something like:
I'll explain – in this mode audio or video is delayed given amount of milliseconds, in case of negative value, video is delayed (as we cannot present video earlier). My second question is because I am not unsure if this trick scales well beyond let say few second; other approach will be perhaps more eligible. |
Audio is coming to destination by different route and is around 1 second latter then video. Audio is highly processed by high latency ai plugins in daw and thats reason why video is receiving sooner then audio. |
Thanks for the info, so we'll try to add video delay postprocessor. Adding the delay to -1000 ms as I proposed above may or may not work but it is slightly on a borderline of what is rather misusing that parameter. |
added video postprocessor delay refers to GH-370
I've just added the delay video postprocessor that might be able to do the task, example usage:
The code should be built in continuous in few moments. |
Thanks |
Hi, I am looking how to delay video in ultragrid as obs video delay filter is unstable and get always different number. I see that ffmpeg has that type of parameter.
Thanks
The text was updated successfully, but these errors were encountered: