You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is happening because you might be missing frames while re-encoding video. If you had some other problem and got it resolved please mention that here to help out other people.
Thanks...
videoRecorder = FFmpegFrameRecorder.createDefault(path, VIDEO_GRABBER.getImageWidth(), VIDEO_GRABBER.getImageHeight());
videoRecorder.setVideoCodec(AV_CODEC_ID_MPEG4);
//If your video is faster than set Frame rate as your VIDEO.
videoRecorder.setFrameRate(VIDEO_GRABBER.getFrameRate());
//for quality video
videoRecorder.setVideoCodec(AV_CODEC_ID_MPEG4);
After Applying shader on video and Processing video by FFmpeg with your sample code which in Wiki page .
Issue : FFmpeg Recording Issue video is faster after video processing with channelmixer .
The text was updated successfully, but these errors were encountered: