{"id":23378983,"url":"https://github.com/nvfp/music-visualizer","last_synced_at":"2025-09-07T12:41:36.062Z","repository":{"id":154564744,"uuid":"623920713","full_name":"nvfp/Music-Visualizer","owner":"nvfp","description":"Listen and Watch the music!","archived":false,"fork":false,"pushed_at":"2023-05-09T08:05:19.000Z","size":11273,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-19T20:27:47.993Z","etag":null,"topics":["audio-visualization","ffmpeg","music-visualizer","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvfp.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-05T11:20:12.000Z","updated_at":"2024-01-03T08:46:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"32678d3b-0d4d-4d35-8c2a-ead9c3a6b2ad","html_url":"https://github.com/nvfp/Music-Visualizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nvfp/Music-Visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvfp%2FMusic-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvfp%2FMusic-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvfp%2FMusic-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvfp%2FMusic-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvfp","download_url":"https://codeload.github.com/nvfp/Music-Visualizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvfp%2FMusic-Visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274039531,"owners_count":25211901,"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-09-07T02:00:09.463Z","response_time":67,"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":["audio-visualization","ffmpeg","music-visualizer","python"],"created_at":"2024-12-21T19:15:49.531Z","updated_at":"2025-09-07T12:41:35.988Z","avatar_url":"https://github.com/nvfp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Music-Visualizer\nVisualizing various aspects of music: CQT, channel differences, spectrums, waves, power, and volumes.\n\n[![An example of the visualization](/demo.gif)](https://www.youtube.com/watch?v=OXY-12lkqgE)\n\n### [Demo video](https://www.youtube.com/watch?v=OXY-12lkqgE).\n\n## How to install\n1. Download this repository and save it to your machine (e.g. ~/code/Music-Visualizer)\n2. Install [FFmpeg](https://ffmpeg.org/download.html) on your machine, if it is not already installed.\n\n## Introductory usage\n- Take a look at all the available options\n    ```sh\n    python Music-Visualizer -h\n    ```\n- Single file\n    ```sh\n    python Music-Visualizer -i music.mp3\n    ```\n    ```sh\n    python Music-Visualizer -i full/path/to/the/music.m4a\n    ```\n    With custom output dir:\n    ```sh\n    python Music-Visualizer -i music.wav -o abs/path/to/the/folder\n    ```\n    With custom ffmpeg:\n    ```sh\n    python Music-Visualizer -i music.wav -ff ~/ffmpeg/bin/ffmpeg.exe\n    ```\n- Multiple files\n    ```sh\n    python Music-Visualizer -i folder/of/music\n    ```\n- Using GPU\n    - AMD:\n        ```sh\n        python Music-Visualizer -i folder/of/music -g a\n        ```\n    - NVIDIA:\n        ```sh\n        python Music-Visualizer -i folder/of/music -g n\n        ```\n    Lossless render (full quality):\n    ```sh\n    python Music-Visualizer -i folder/of/music -g n -q 0\n    ```\n- 60 frames per second\n    ```sh\n    python Music-Visualizer -i music.m4a -r 60\n    ```\n\n## Customized style\n- custom title font:\n    - Linux:\n        ```sh\n        python Music-Visualizer -i music.m4a -tf ~/.fonts/Arial.ttf\n        ```\n    - Windows:\n        ```sh\n        python Music-Visualizer -i music.m4a -tf C\\:/Windows/Fonts/Arial.ttf\n        ```\n    - MacOS:\n        ```sh\n        python Music-Visualizer -i music.m4a -tf /Library/Fonts/Arial.ttf\n        ```\n- color scheme:\n    ```sh\n    python Music-Visualizer -i music.m4a -pc #fafbfa -wcl #3280c9 -wcr #32c958 -vc #ee2020\n    ```\n\n## Limitations\n- The only resolution option available is HD (1280x720)\n\n## Troubleshooting\n- if you encounter this error message `Option 'rate' not found`, search for \"#BUG\" in `main/main.py` and follow the written instructions\n- if `--vol_color` showing wrong color, check the comments near the end of the file `main/arg_parser.py`\n\n## License\nThis project is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvfp%2Fmusic-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvfp%2Fmusic-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvfp%2Fmusic-visualizer/lists"}