{"id":29859531,"url":"https://github.com/kweonminsung/console-cinema","last_synced_at":"2026-05-10T03:02:03.203Z","repository":{"id":306367180,"uuid":"1025937636","full_name":"kweonminsung/console-cinema","owner":"kweonminsung","description":"몰입캠프 2025 여름학기 4분반 4주차 출품작 Console Cinema","archived":false,"fork":false,"pushed_at":"2025-07-27T14:11:31.000Z","size":21470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T15:41:06.372Z","etag":null,"topics":["gocv","golang","madcamp","madcamp-2025-summer","opencv","terminal","tui","video-player","yt-dlp"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kweonminsung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-25T04:01:40.000Z","updated_at":"2025-07-27T12:52:34.000Z","dependencies_parsed_at":"2025-07-27T15:41:09.641Z","dependency_job_id":null,"html_url":"https://github.com/kweonminsung/console-cinema","commit_stats":null,"previous_names":["kweonminsung/ascii-player","kweonminsung/console-cinema"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kweonminsung/console-cinema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweonminsung%2Fconsole-cinema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweonminsung%2Fconsole-cinema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweonminsung%2Fconsole-cinema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweonminsung%2Fconsole-cinema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kweonminsung","download_url":"https://codeload.github.com/kweonminsung/console-cinema/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kweonminsung%2Fconsole-cinema/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267798625,"owners_count":24145727,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gocv","golang","madcamp","madcamp-2025-summer","opencv","terminal","tui","video-player","yt-dlp"],"created_at":"2025-07-30T02:35:00.810Z","updated_at":"2026-05-10T03:01:58.172Z","avatar_url":"https://github.com/kweonminsung.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 Console Cinema\n\n**Watch videos as real-time ASCII or Pixel art directly in your terminal!**\n\nConsole Cinema is a powerful tool that converts and plays local video files or YouTube videos into vibrant ASCII or Pixel art right in your command-line environment.\n\n## ✨ Features\n\n- **Real-time Conversion**: Plays videos by converting them to ASCII or Pixel art in real-time.\n- **Local \u0026 YouTube Support**: Supports both local video files (MP4, AVI, etc.) and YouTube URLs.\n- **Multiple Art Styles**: Offers two distinct art styles: `ascii` and `pixel`.\n- **Simple to Use**: Designed with an intuitive command structure for easy operation.\n\n## 🚀 Installation\n\nIf you have a Go environment set up, you can easily install it with the following command:\n\n```bash\ngo install github.com/kweonminsung/console-cinema@latest\n```\n\nAlternatively, you can clone this repository and build it yourself.\n\n```bash\ngit clone https://github.com/kweonminsung/console-cinema.git\ncd console-cinema\ngo build\n```\n\n## 📖 Usage\n\n### Playing Local Videos\n\nUse the `play` command to play local video files.\n\n```bash\n# Play in the default mode (ascii)\n./console-cinema play test.mp4\n\n# Play in pixel mode\n./console-cinema play test.mp4 --mode pixel\n\n# Set frames per second (fps)\n./console-cinema play test.mp4 --fps 30\n```\n\n### Playing YouTube Videos\n\nUse the `youtube play` command to play a video from a YouTube link. Supports standard videos, shorts, and embed URLs.\n\n```bash\n# Play in the default mode (pixel)\n./console-cinema youtube play \"https://www.youtube.com/watch?v=your_video_id\"\n\n# Play a Short in ascii mode\n./console-cinema youtube play \"https://www.youtube.com/shorts/your_short_id\" --mode ascii\n```\n\n### Exploring YouTube Videos\n\nUse the `youtube explore` command to search for videos on YouTube and select one to play.\n\n```bash\n./console-cinema youtube explore\n```\n\nThis will open an interactive search interface in your terminal.\n\n### Available Commands\n\n```\nConsole Cinema - A real-time ASCII/Pixel art video player for the command line\n\nUsage:\n  console-cinema [command]\n\nAvailable Commands:\n  play        Play local video files (MP4, AVI, etc.)\n  youtube     Play or explore YouTube videos\n  help        Help about any command\n\nFlags:\n  -h, --help   help for console-cinema\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkweonminsung%2Fconsole-cinema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkweonminsung%2Fconsole-cinema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkweonminsung%2Fconsole-cinema/lists"}