I am building a one page app with Go lang on the backend (and obviously javascript on the frontend). I would like to find a way to get the first frame of a video using Go lang.
First, I upload the .mp4 video file to the server. It is saved on the server.
Is there a way to get the first frame of this video using Go lang? This should be possible with Javascript on the interface, but I don’t feel that this is the right way to solve this problem.
I have no idea how to implement it with Go lang, and I have not found useful librarians, even built-in functions, that could help me solve this problem.
Each advice or any recommendations will be greatly expanded.
source
share