Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrofox-io/astrofox
Astrofox is a motion graphics program that lets you turn audio into amazing videos.
https://github.com/astrofox-io/astrofox
audio audio-visualizer motion-graphics music-visualizer video
Last synced: 1 day ago
JSON representation
Astrofox is a motion graphics program that lets you turn audio into amazing videos.
- Host: GitHub
- URL: https://github.com/astrofox-io/astrofox
- Owner: astrofox-io
- License: mit
- Created: 2018-07-13T04:55:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T16:07:55.000Z (7 months ago)
- Last Synced: 2024-12-14T00:06:46.636Z (8 days ago)
- Topics: audio, audio-visualizer, motion-graphics, music-visualizer, video
- Language: JavaScript
- Homepage: https://astrofox.io
- Size: 9.87 MB
- Stars: 1,760
- Watchers: 27
- Forks: 108
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - astrofox-io/astrofox - Astrofox is a motion graphics program that lets you turn audio into amazing videos. (JavaScript)
README
# Astrofox
## What is it?
Astrofox is a motion graphics program that lets turn audio into amazing videos.
## Quick links
- Demo video: https://www.youtube.com/watch?v=IbvuniqNPPw
- Website: https://astrofox.io
- Discord chat: https://discord.gg/wJ6pyMZ
- Reddit forum: https://www.reddit.com/r/astrofox/
- Bug tracker: https://github.com/astrofox-io/astrofox/issues## Running Astrofox
### Get the source
```
git clone https://github.com/astrofox-io/astrofox.git
```### Install FFmpeg
```
yarn install-ffmpeg
```### Install dependencies
```
yarn install
```### Build the application
```
yarn build
```### Start the application
```
yarn start
```## Running for development
Instead of `yarn build` above, run `yarn dev`. This will start up a development server
in the current console window.Then, in a separate console window, run `yarn start`.
## License
MIT