Video Quality Check using GO

Hi Team,I need to check Audio and video quality using go programming.I am new to this. Any one can help how to achieve this?

Thanks,
Raja

You need to be much more explicit about what you’re after, unless the answer you’re seeking is essentially “find an algorithm to do what you want, locate or write an implementation of it”.

1 Like

This really isn’t a Go problem. As @calmh said, first figure out how you can solve the problem in any language.
Processing video and audio is hard, and magically detecting quality is also hard. How do you determine if a video image is good or bad quality? What makes one frame good quality and another bad? How do you distinguish between noise and good video?

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.