{"id":18340181,"url":"https://github.com/f33rni/ntsc-vhs-renderer","last_synced_at":"2026-02-07T03:31:26.931Z","repository":{"id":186542654,"uuid":"675338444","full_name":"F33RNI/NTSC-VHS-Renderer","owner":"F33RNI","description":"Intuitive rendering and GUI for LMP88959/NTSC-CRT with effects","archived":false,"fork":false,"pushed_at":"2023-09-01T22:05:46.000Z","size":111108,"stargazers_count":33,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T12:52:29.066Z","etag":null,"topics":["analog","bloom-filter","composite","effects","interlacing","ntsc","retro","simulation","vhs","video"],"latest_commit_sha":null,"homepage":"","language":"Cython","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/F33RNI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-06T15:39:58.000Z","updated_at":"2025-01-06T14:38:36.000Z","dependencies_parsed_at":"2023-09-29T23:35:58.758Z","dependency_job_id":null,"html_url":"https://github.com/F33RNI/NTSC-VHS-Renderer","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"45f4a7a899a6bca3c62fbc5863b8d4fe6d987b75"},"previous_names":["f33rni/ntsc-vhs-renderer"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F33RNI%2FNTSC-VHS-Renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F33RNI%2FNTSC-VHS-Renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F33RNI%2FNTSC-VHS-Renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F33RNI%2FNTSC-VHS-Renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/F33RNI","download_url":"https://codeload.github.com/F33RNI/NTSC-VHS-Renderer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248110258,"owners_count":21049459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analog","bloom-filter","composite","effects","interlacing","ntsc","retro","simulation","vhs","video"],"created_at":"2024-11-05T20:21:16.811Z","updated_at":"2026-02-07T03:31:26.925Z","avatar_url":"https://github.com/F33RNI.png","language":"Cython","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📺 NTSC-VHS Renderer\n### Intuitive rendering and GUI for LMP88959/NTSC-CRT with effects\n\u003cdiv style=\"width:100%;text-align:center;\"\u003e\n   \u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://badges.frapsoft.com/os/v1/open-source.png?v=103\" \u003e\n   \u003c/p\u003e\n\u003c/div\u003e\n\u003cdiv style=\"width:100%;text-align:center;\"\u003e\n   \u003cp align=\"center\"\u003e\n      \u003ca href=\"https://www.youtube.com/@F3RNI\"\u003e\u003cimg alt=\"YouTube\" src=\"https://img.shields.io/badge/-YouTube-red\" \u003e\u003c/a\u003e\n      \u003ca href=\"https://f3rni.bandcamp.com\"\u003e\u003cimg alt=\"Bandcamp\" src=\"https://img.shields.io/badge/-Bandcamp-cyan\" \u003e\u003c/a\u003e\n      \u003ca href=\"https://open.spotify.com/artist/22PQ62alehywlYiksbtzsm\"\u003e\u003cimg alt=\"Spotify\" src=\"https://img.shields.io/badge/-Spotify-green\" \u003e\u003c/a\u003e\n      \u003ca href=\"https://soundcloud.com/f3rni\"\u003e\u003cimg alt=\"SoundCloud\" src=\"https://img.shields.io/badge/-SoundCloud-orange\" \u003e\u003c/a\u003e\n   \u003c/p\u003e\n\u003c/div\u003e\n\n![](git_media/banner.png)\n\n----------\n\n[Jerobeam Fenderson - Shrooms](https://www.youtube.com/watch?v=19jv0HM92kw) through **NTSC-VHS-Renderer** *(NTSC, Interlaced, Brightness +100, Contrast +10, Bloom 80)*\n\n![](git_media/mushrooms.gif)\n\nCorpse Bride ending through **NTSC-VHS-Renderer** *(VHS, Interlaced, Brightness +20, Contrast +10, Bloom 45)*\n\n![](git_media/corpse_bride.gif)\n\n----------\n\n## 📙 Dependencies\n\n- **NTSC-CRT**: https://github.com/LMP88959/NTSC-CRT\n- **BloomEffect**: https://github.com/yoyoberenguer/BloomEffect\n- **FFmpeg**: https://github.com/FFmpeg/FFmpeg\n- **Pillow**: https://github.com/python-pillow/Pillow\n- **numpy**: https://github.com/numpy/numpy\n- **psutil**: https://github.com/giampaolo/psutil\n\n----------\n\n## ❓ Get started\n\n**Note**: At the moment, compiled releases are only available for **Windows x64**. To run on another platform, you must build the project from source yourself (see *🔨 Building from source* section)\n\n1. Download latest release from https://github.com/F33RNI/NTSC-VHS-Renderer/releases/latest\n2. Unzip it and run `NTSC-VHS-Renderer-X.X.X-Windows-AMD64.exe`\n3. Open a video or image file by dragging it to the GUI or by clicking \"File\" -\u003e \"Open\"\n4. On \"Render\" tab change whatever you want. To render to a file, click the \"Render and Save as\" button\n5. Enjoy!\n\n----------\n\n## 🔨 Building from source\n\n1. Install CMake, Python and other basic building tools\n2. Build NTSC-CRT for your system\n   \n   *Windows example:*\n   ```shell\n   git clone https://github.com/LMP88959/NTSC-CRT\n   cd NTSC-CRT\n   cmake -B build -DLIVE=off -DVIDEO=on -DCRT_SYSTEM=5\n   cmake --build build --config Release\n   move build\\Release\\ntsc_video.exe build\\Release\\ntsc_video_vhs.exe\n   cmake -B build -DLIVE=off -DVIDEO=on -DCRT_SYSTEM=0\n   cmake --build build --config Release\n   ```\n3. Download FFmpeg binaries from https://ffmpeg.org/download.html or build them by yourself.\n   NTSC-VHS Renderer uses `ffmpeg` and `ffprobe` files\n4. Download BloomEffect source code from https://github.com/yoyoberenguer/BloomEffect/tree/version-1.0.2/BloomEffect\n5. Clone NTSC-VHS Renderer repo:\n   ```shell\n   git clone https://github.com/F33RNI/NTSC-VHS-Renderer\n   cd NTSC-VHS-Renderer\n   ```\n6. Create virtual environment and install requirements:\n   \n   *Windows example:*\n   ```shell\n   python -m venv venv\n   venv/Scripts/activate\n   pip install -r requirements.txt\n   ```\n7. Copy NTSC-CRT binaries (`ntsc_video` and `ntsc_video_vhs`), ffmpeg binaries (`ffmpeg` and `ffprobe`) and BloomEffect source code (into `bloom` directory: `NTSC-VHS-Renderer/bloom/...`)\n8. To start NTSC-VHS-Renderer: run `python main.py`\n9. To build executable: run `pyinstaller NTSC-VHS-Renderer.spec`. Output files and executable will be in `dist/NTSC-VHS-Renderer-VERSION-PLATFORM` directory\n\n----------\n\n## 📝 TODO\n\n- Fix output resolution (probably caused by NTSC-CRT)\n- Test properly\n- Build for linux\n- Make it faster\n- Add rolling shutter effect\n\n----------\n\n## ✨ Contribution\n\n- Anyone can contribute! Just create a pull request\n\n----------\n\n### 🚧 P.S. This project is under development!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff33rni%2Fntsc-vhs-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff33rni%2Fntsc-vhs-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff33rni%2Fntsc-vhs-renderer/lists"}