spectacularcrackers

Results 8 comments of spectacularcrackers

I am also encountering this issue with FFmpegFrameGrabber. Adding the delay allowed the recording to not get terminated early. Are you recording the grabbed frames? how are you doing so?...

I tried using that. However, I keep getting an `av_find_input_format() error Could not find input format "avfoundation"`. Any ideas on how to resolve this? When I run `ffmpeg -f avfoundation...

I do not see the path `org.bytedeco.javacpp.logger.debug`. However, I do see the debug variable in `org.bytedeco.javacpp.tools.Logger.java`. Is this what you are referring to? If so, how do I edit the...

Got it, thanks. Here is what it gives ``` Debug: Loading class org.bytedeco.javacpp.presets.javacpp Debug: Loading class org.bytedeco.javacpp.Loader Debug: Loading /Users/sc/.javacpp/cache/javacpp-1.5.7-macosx-arm64.jar/org/bytedeco/javacpp/macosx-arm64/libjnijavacpp.dylib Debug: Loading class org.bytedeco.javacpp.presets.javacpp Debug: Loading class org.bytedeco.javacpp.Pointer Debug: Loading...

It works now! Thank you @saudet! It the default pixel format (bgr24) gave an error. `[avfoundation @ 0x119fae530] Selected pixel format (bgr24) is not supported by the input device.` I...

@saudet do you know of a more efficient way of saving the captured frames? I am currently capturing the screen frames, displaying them on a CanvasFrame and recording from the...

I also saw that thread and made sure the permissions were correctly set. The screen gets recorded for one second and the one-two frame clip gets saved. However it then...