Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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