Pascal

Results 4 comments of Pascal

解决了么,Serving 0.7.0,Paddle 2.2.0依然是这个问题

I met this same problem.Do you resolve this problem? this code does well. ``` frameGrabber.start(); recorder = new FFmpegFrameRecorder(out.getFile()), frameGrabber.getImageWidth(), frameGrabber.getImageHeight(), frameGrabber.getAudioChannels()); ``` this code does not work. ``` frameGrabber.start();...