Skip to content

Releases: fabnicol/dvda-author

Release release-master

05 Aug 03:16
Compare
Choose a tag to compare

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'.

Release v2.5

02 Mar 16:59
Compare
Choose a tag to compare
Merge branch 'master' of http://github.com/fabnicol/dvda-author

Experimental MLP encoding support (20-08-5)

28 Aug 21:24
Compare
Choose a tag to compare

Both the command-line and GUI now offer experimental support for MLP encoding.

Warning 1 : Supported audio is restricted to 16-bit depth rate and up to 5 channels. 24-bit audio and 5.1 are not supported yet but should be added soon.
These audio constraints are not checked at runtime by the GUI, only by the command-line interface. You have been warned.

Warning 2 : MLP encoding depends on the FFMPEG encoder. While this encoder is legal in the EU, it may not be in the US. Please refrain from using this capability if it is prohibited by law in your country. If choosing to use the MLP encoder, please download the application from an EU mirror.