Code Monkey home page Code Monkey logo

record's Introduction

Record

Icon

A cross-platform screen capture application that is able to record a user-defined area on screen. Depending on the output format, audio (& mic) capture is also supported.
On Linux there is an awesome screen capture application (Peek) but on Windows I cannot find anything. That's why this project is created.

OK, I learned the existence of OBS Studio, and have switched to using that.
Feel free to use this app as GIF capture only, and I'll add audio capture support to Windows in the future.


Controls

  • ESC: exit app
  • F11: toggle fullscreen
  • CTRL + Global Hotkey: start/stop recording

Global Hotkey:
The program will select from (F10, F9, F8, F7, F6) or raise error if none can be registered. See Control on app UI for details (F10 is the default).
At most 5 instance of this application can be launched at the same time!

Platform

Current supported platforms are:

  • Linux (X11 backend)
  • Windows

Right now capturing on secondary monitors is not supported yet.

Feature Plans

  • Global Hotkey for Window Re-focus
  • Windows Platform Support
  • Fullscreen Capture
  • App Icon
  • Media File Multi-Access Protection
  • Better UI Fonts (Hurmit Font)
  • Audio Capture
    • Linux
    • Windows
  • Microphone Support
    • Linux
    • Windows
  • Auto fit size to match another window
  • Video Formats:
    • mp4
    • gif
    • mov
    • wmv
    • flv
    • avi
    • mpg
    • webm
    • apng
  • Multi-monitor Support

Demo

A classic "record myself recording" with apng format:
Demo

Dependencies

Windows Additional Libs

The following libs are required for Windows static build, but should all exist in a standard Windows environment:

  • comdlg32.lib
  • mfplat.lib
  • mfuuid.lib
  • strmiids.lib
  • secur32.lib
  • shlwapi.lib
  • vfw32.lib
  • ws2_32.lib
  • bcrypt.lib

Compilation

First pull the repo and run:

git submodule update --init --recursive
Steps for Linux

On linux, make sure ffmpeg (version 5.0) and related libav libraries are installed. If you are not sure:

ldconfig -p | grep libav
ldconfig -p | grep libsw

and look for the following libraries:

  • libavdevice
  • libavfilter
  • libavformat
  • libavcodec
  • libswresample
  • libswscale
  • libavutil

If you are not using X11, run following:

export GDK_BACKEND=x11

to force x11 backend.

Then init build files:

mkdir build
cd build
cmake ..

Build (Linux):

make -j4

Build (Windows):

cmake --build . --config Release

Executable is under bin folder

Note that on Windows it is a static build, while on Linux it is shared


Releases

Windows Builds

record's People

Contributors

teamclouday avatar

Watchers

 avatar  avatar

record's Issues

TODO: Fix pulse audio issue

pa_threaded_mainloop_signal() aborting when using MIC sources. Not affecting general usage, but need further investigation.

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.