syncopika / basic_screen_recorder_windows

a screen recording (with audio!) application for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic screen recorder with audio for Windows

This is a screen recording app for Windows. It uses code from my gif-capturing app and some WASAPI sample code that Microsoft has kindly provided.

It does screen capturing and audio recording based on the duration to capture and the time interval between frames set by the user and spits out an .mp4 video file (along with a folder of captured frames and a wav file of the captured audio).

Features include:

  • various image filters
  • ability to add a caption
  • ability to capture the mouse cursor
  • can specify whether to capture audio only, the screen only, or both

Note: this project relies on ffmpeg to create the video file and expects it to be installed. Other than that, no other external dependencies! I used Visual Studio 2019 Community and Windows 10 to build this project.

screenshot of gui
screenshot of gui parameters section

current limitations:

  • capture duration is capped at 30 seconds currently
  • ffmpeg is expected to be on PATH
example output from the app

temp_05-04-2023_204612.mp4
from the anime Bocchi the Rock! (ep 4) with saturation filter applied.


temp_06-04-2023_084402.mp4
from https://www.youtube.com/watch?v=D8gwnKApqCE

About

a screen recording (with audio!) application for Windows


Languages

Language:C++ 98.4%Language:C 1.6%