Right now, there are two separate commands for capturing audio and video. They can be found in media.rs located in apps/desktop/src-tauri. I would like to have them combined into one single ffmpeg command to reduce system load when recording.
Requirements
- Create one single ffmpeg command that takes input from both the audio and video sources, muxing into one .ts file
- This will probably be done by creating separate named pipes as the input sources
- Make sure the recording process is still performant after changing
You can use this guide to help you get started developing locally as quickly as possible.
Right now, there are two separate commands for capturing audio and video. They can be found in
media.rslocated inapps/desktop/src-tauri. I would like to have them combined into one single ffmpeg command to reduce system load when recording.Requirements
You can use this guide to help you get started developing locally as quickly as possible.