Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Installation Guide

Hmily edited this page Mar 26, 2025 · 8 revisions

📦 Installation Guide

Choose the Right Package for You

StreamCap offers multiple versions of installation packages to meet the needs of different users. Here is a guide on how to choose the right version for you.

🎯 General Users

Windows Users

  • StreamCap_xxx_Win_x64.zip
    • Includes FFmpeg: This version includes precompiled FFmpeg and is suitable for most users. If you are unsure whether FFmpeg is already installed, it is recommended to download this version.
  • StreamCap_xxx_Win_x64_noFF.zip
    • Excludes FFmpeg: If your system already has FFmpeg installed and the environment variables are configured, you can choose this version. This version does not include FFmpeg, reducing the size of the installation package.

macOS Users

  • StreamCap_xxx_mac_universal.dmg
    • Includes FFmpeg: This version includes precompiled FFmpeg and is suitable for most users. If you are unsure whether FFmpeg is already installed, it is recommended to download this version.
  • StreamCap_xxx_mac_universal_noFF.dmg
    • Excludes FFmpeg: If your system already has FFmpeg installed and the environment variables are configured, you can choose this version. This version does not include FFmpeg, reducing the size of the installation package.

Note: The initial startup may be slow. Please be patient while waiting for the interface to initialize.


🛠️ Advanced Users

If you are an advanced user or need to compile StreamCap from source code, please follow the steps below:

Compile from Source Code

  1. Clone the Project Code:

    git clone https://github.com/ihmily/StreamCap.git
    cd StreamCap
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Run the Program:

    python main.py
  4. Install FFmpeg (if needed):

    • If your system does not have FFmpeg installed, please visit the FFmpeg Official Download Page to download and install it.
    • Ensure that the path to the FFmpeg executable is added to the system's environment variables.

📝 Notes

  • Importance of FFmpeg: StreamCap relies on FFmpeg to process video streams. If you choose to download the version that excludes FFmpeg, please ensure that FFmpeg is correctly installed on your system and the environment variables are configured.
  • Environment Variable Configuration: If FFmpeg is installed on your system but the environment variables are not configured, the program may not run properly. Ensure that the path to the FFmpeg executable is added to the system's environment variables.
  • Version Compatibility: Ensure that the version of your operating system is compatible with the version of the installation package you download.

🤝 Contribution Guide

We welcome anyone to participate in the development and improvement of StreamCap! If you encounter any issues or have suggestions for improvement, please feel free to submit them in GitHub Issues.


Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /