MorrisonZhao
MorrisonZhao
I am currently using C++to create a video engine, and I can use the OATPP framework to receive external requests and execute corresponding methods. But now I hope to send...
Hello, I am trying to perform a speed doubling operation on the audio data decoded by ffmpeg. My initial idea was to use impulse sampling to achieve speed doubling, but...
I tried using the GPU version of Rembg for video capture processing. I called the API according to the documentation: ``` while cap.isOpened(): ret, frame = cap.read() if not ret:...