Skip to content

Release release-master

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 03:16
· 3 commits to master since this release

This release was automatically created by the GitHub Actions workflow corresponding to directory .github in the repository.

The output is a checksum file and a compressed Docker image for the corresponding branch.

File dvda-author-release-master.tar.xz is the compressed custom MKG Docker image for GNU/Linux built from latest repository sources.

This image should work on any GNU/Linux distribution provided that Docker was previously installed.

Download, check the control sums and uncompress it using xz -d dvda-author-release-master.tar.xz.

Then load the image:

sudo docker load -i dvda-author-release-master.tar

Run as follows, if audio is your local directory containing audio files:

sudo docker run -it --privileged -v path/to/audio:/audio -v /dev/cdrom:/dev/cdrom -v /dev/sr0:/dev/sr0 dvda-author:release-master -g /audio/file.wav ... your options...

Then after completion enter 'exit'.