# Record Window (hwnd) and save the recording as mp4 (normalized fps) - Works even with background windows
```python
# 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()
```
Raw data
{
"_id": null,
"home_page": "https://github.com/hansalemaos/window2video",
"name": "window2video",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "file path,windows",
"author": "Johannes Fischer",
"author_email": "<aulasparticularesdealemaosp@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1b/b5/dd076fde1399f1e812bdabe233f366e486ec8491c5bb399dea276de74fed/window2video-0.11.tar.gz",
"platform": null,
"description": "\n# Record Window (hwnd) and save the recording as mp4 (normalized fps) - Works even with background windows\n\n\n```python\n# Tested with:\n# Python 3.9.13\n# Windows 10\n\n\n$pip install window2video\n\nfrom window2video import start_recorder\n# starts the recording directly\nstart_recorder(hwnd=985666, outputfolder='c:\\\\testrecording', exit_keys='ctrl+alt+k')\n\n# interactive mode \nstart_recorder_in_console()\n\t\n```\n\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Record Window (hwnd) and save the recording as mp4 (normalized fps) - Works even with background windows",
"version": "0.11",
"split_keywords": [
"file path",
"windows"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "379ac4cb9ebd4b1e27e69424374de7aeeb842aa890ed882b576ab8d6c4b0bdba",
"md5": "43b3543b8b5c3a7c616e13abf4d0ed62",
"sha256": "7933b470b86986d4a660494fc2ad7cea9d5adbdc770bea60754d790efa7cf669"
},
"downloads": -1,
"filename": "window2video-0.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "43b3543b8b5c3a7c616e13abf4d0ed62",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5533,
"upload_time": "2023-01-10T21:30:07",
"upload_time_iso_8601": "2023-01-10T21:30:07.070102Z",
"url": "https://files.pythonhosted.org/packages/37/9a/c4cb9ebd4b1e27e69424374de7aeeb842aa890ed882b576ab8d6c4b0bdba/window2video-0.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1bb5dd076fde1399f1e812bdabe233f366e486ec8491c5bb399dea276de74fed",
"md5": "516a1689fdd52dacb3443f17c213150e",
"sha256": "af2b1f6e1068562bbd142e4dd50a0d14c853635d10fe2a6e4f4dcebd70a76b9c"
},
"downloads": -1,
"filename": "window2video-0.11.tar.gz",
"has_sig": false,
"md5_digest": "516a1689fdd52dacb3443f17c213150e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4850,
"upload_time": "2023-01-10T21:30:08",
"upload_time_iso_8601": "2023-01-10T21:30:08.510060Z",
"url": "https://files.pythonhosted.org/packages/1b/b5/dd076fde1399f1e812bdabe233f366e486ec8491c5bb399dea276de74fed/window2video-0.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-10 21:30:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "hansalemaos",
"github_project": "window2video",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "window2video"
}