Results 83 comments of J.C

hi, so now which is the recommended way to use VMA? because from official it seems stopped, and from https://github.com/sunkin351/VMASharp, the last commit was 3years ago...

> We are still accepting community contributions towards the efforts of bringing VMASharp into the main library. For now VMASharp remains the most up to date, though it may require...

> Ok, the problem with this is that there is no way to exit the thread and unload ffme objects when closing video window. This could be ok when this...

> You mean hardware acceleration? > > Well if you look into `SeeShark/Decode`, you'll see there are these classes lying around, [`HardwareAccelDevice`](https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/Decode/HardwareAccelDevice.cs) and [`HardwareAccelStreamDecoder`](https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/Decode/HardwareAccelStreamDecoder.cs) Currently I believe they do literally...

`You only ever want to capture a single frame and then stop? If thats the case id add code to check if the first frame is black, and skip it...

> This is the function that does the capturing. If there is an error, it will be in here > > https://github.com/smasherprog/screen_capture_lite/blob/1170d572d83d9a9dd74fc375cb182083b5e9cd6a/src_cpp/windows/DXFrameProcessor.cpp#L300 😵 well, I don't know DX11 well... is...

https://github.com/jtsang4/claude-to-chatgpt not sure if this lib helps, it unifys the API management

> So it's about bringing customizability here? > > https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/FFmpeg/FFmpegManager.cs#L102-L126 yes please, because i need to record informations into log files. not sure why `public interface ILogSink` this line was...

> Ok, I'll see what I can do. Ideally you'll just need to setup a delegate, no need to create an interface. ok~ it works too, but not sure which...

ah, right, another is, could you please make the paths configurable too? https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/Device/VideoDeviceManager.cs#L52-L55