Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2022-08-05 | 346 Bytes | |
dvda-author-release-master.tar.xz | 2022-07-26 | 296.0 MB | |
README.md | 2022-07-17 | 932 Bytes | |
Release release-master.tar.gz | 2022-07-17 | 663.6 MB | |
Release release-master.zip | 2022-07-17 | 677.1 MB | |
Totals: 5 Items | 1.6 GB | 8 |
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\'.