GithubHelp home page GithubHelp logo

ephell / clipit-screen-capture-app Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 22.11 MB

Screen capture application for Windows designed to simplify the process of recording short videos.

License: MIT License

Python 100.00%
pyside6 python3 desktop-application gui-application windows screen-capture video-capture recorder recording screen

clipit-screen-capture-app's Introduction

GitHub last commit (by committer)

ClipIt-Banner

๐ŸŽฅ ClipIt - Screen Capture App

ClipIt is an application that simplifies the creation of short video clips. Recording is initiated when an area is selected and an option to generate an .mp4 file is given upon stopping. Additionally, the built-in editor allows for trimming the video's length, cropping its resolution, and adjusting the volume.

Features

  • Easy to use GUI.
  • Record or screenshot a custom area of the screen.
  • Record speaker audio along with the video.
  • Edit video length, resolution and volume using the built-in editor.
  • Hotkey support for quick recording or screenshotting.
  • Accessible via system tray.

GUI-Interfaces

Video Recording Demo

Video-Recording-Demo-GIF

Additional Information

  • One minute of recording at 1080p resolution generates a file between 15-30 MB in size.
  • Recording is limited to 30 FPS.
  • Not tested on Windows versions below 10.
  • Application's demanding CPU usage may result in laggy videos, particularly on systems with lower specifications. Performance tests for a 1-minute 1080p recording:
    • Windows 10 64-bit VMWare VM (4-cores) averaged 10-11 FPS.
    • Windows 11 64-bit PC (8-cores): maintained stable 30 FPS.

Installation

Method 1 - Setup.exe (easiest)
  • Download the setup.exe from 'Releases'.
  • Install.
  • Run the app's executable generated after the setup has finished.
Method 2 - Poetry
  • Download and install Python 3.11.3.
  • Clone the repository: git clone [repository URL]
  • Navigate to the cloned directory via the terminal: cd [cloned directory path]
  • Install Poetry: pip install poetry
  • Run the following command to instruct Poetry to create virtual environments in the project's directory: poetry config virtualenvs.in-project true
  • Create a virtual environment: poetry env use [path-to-python-3.11-3.exe]
  • Activate the virtual environment:
    • bash: source .venv/Scripts/activate
    • shell: .\.venv\Scripts\activate
  • Install project's dependencies: poetry install
  • Start the application: python main.py
Method 3 - venv + requirements.txt
  • Download and install Python 3.11.3.
  • Clone the repository: git clone [repository URL]
  • Navigate to the cloned directory via the terminal: cd [cloned directory path]
  • Create a virtual environment: py -3.11 -m venv venv
  • Activate the virtual environment:
    • bash: source venv/Scripts/activate
    • shell: .\venv\Scripts\activate
  • Install project's dependencies: pip install -r requirements.txt
  • Start the application: python main.py

License

MIT

clipit-screen-capture-app's People

Contributors

ephell avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

busrakunter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.