Skip to content

Combine Ffmpeg commands into one single command (macOS) #24

@richiemcilroy

Description

@richiemcilroy

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions