I need help. Thank you for your understanding though it seems to be challenging because it is a question through a translator.
Contents. I'm implementing video color conversion using opencv 3.2.0 / java (spring boot).
The process. - After uploading the video to the server, extract the color of the frame and send the color data to the client. - Send color data to the server to change the extracted color data to the color desired by the user. - Split the uploaded video into frames and convert the colors. - Reconstructs separated frames into video. - When the movie is finished, it runs on the client.
I want to show the video creation process on the client.
Please share your knowledge or implementation method.