We are currently doing a case of uploading pictures and videos, but we need to compress it before uploading. If anyone has a good plan, please let us know
.We are currently doing a case of uploading pictures and videos, but we need to compress it before uploading. If anyone has a good plan, please let us know
.have I solved the same problem as you
the front-end compressed images can be implemented with canvas, so video compression is not feasible. Still want to build an intermediate service, need the cooperation of back-end development.
Video compression can set up a transcoding service. The original video is first uploaded to the transcoding server. The transcoding service transcodes the video through ffmpeg and then transmits it to Aliyun
. When uploading to Ariyun
, how to solve the problem. Can you put down the code
We uploaded to the backend before, and the backend is calling Aliyun's java interface api to upload
I would like to ask you whether this problem has been solved? how to deal with the image compression