Skip to content

ttskch/audio2video

Repository files navigation

audio2video

Build Status

Source code of http://audio2video.me

See also

CLI version: ttskch/audio2video-cli

For developers

Requirements

  • PHP 7.1.3+
  • npm
  • Docker

Installation

$ docker build . -t {tag}
$ composer install

Running

$ docker run -p 8888:8888 -v $(pwd):/docroot {tag}

Then browse http://localhost:8888

Debugging in Docker container

$ docker run -p 8888:8888 -v $(pwd):/docroot -it {tag} sh

# default user is a non-root user named "nonroot"
% whoami
nonroot

# can sudo
% sudo whoami
root

About

Converting an audio file to a simple video file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages