Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
/ go-astivid Public archive

Set of video tools available through a nice UI

License

Notifications You must be signed in to change notification settings

asticode/go-astivid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a set of video tools available through a nice UI.

Prerequisites (for now)

The following must be available on your machine:

  • ffprobe

Install the project

This project has to be installed similarly to the demo of astilectron.

Step 1: install the project

Run the following command:

$ go get -u github.com/asticode/go-astivid/...
$ rm $GOPATH/src/github.com/asticode/go-astivid/bind.go

Step 2: install the bundler

Run the following command:

$ go get -u github.com/asticode/go-astilectron-bundler/...

Step 3: bundle the app for your current environment

Run the following commands:

$ cd $GOPATH/src/github.com/asticode/go-astivid
$ astilectron-bundler -v

Step 4: test the app

The result is in the output/<your os>-<your arch> folder and is waiting for you to test it!

Step 5: bundle the app for more environments

To bundle the app for more environments, add an environments key to the bundler configuration (bundler.json):

"environments": [
  {"arch": "amd64", "os": "linux"},
  {"arch": "386", "os": "windows"}
]

and repeat step 3.

About

Set of video tools available through a nice UI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages