0Ky / screenclip

An experimental video snipping tool for Windows, designed as a system tray application.
MIT License
18 stars 5 forks source link

[TODO] Implement audio capture #3

Open 0Ky opened 11 months ago

0Ky commented 11 months ago

Note: We currently use video-rs a high-level abstraction of ffmpeg-next to encode video, unfortunately there is no audio API implemented, you may need to leverage ffmpeg-next for audio encoding/muxing. You may want to utilize entirely on another crate to encode/mux both video/audio sources, which will require rewriting the existing encode_frames function.