Skip to content

Record Window (hwnd) and save the recording as mp4 (normalized fps) - Works even with background windows

License

Notifications You must be signed in to change notification settings

hansalemaos/window2video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Record Window (hwnd) and save the recording as mp4 (normalized fps) - Works even with background windows

# Tested with:
# Python 3.9.13
# Windows 10


$pip install window2video

from window2video import start_recorder
# starts the recording directly
start_recorder(hwnd=985666, outputfolder='c:\\testrecording', exit_keys='ctrl+alt+k')

# interactive mode 
start_recorder_in_console()
	

About

Record Window (hwnd) and save the recording as mp4 (normalized fps) - Works even with background windows

Topics

Resources

License

Stars

Watchers

Forks

Languages