DVD-Audio Tools 09.09 dev

Help us keep the list up to date and Submit new tools here.


            Search tool or Browse all tools by sections

Tool Description Type Rating Comment


This project aims to provide audio enthusiasts with a set of free software tools to enable the authoring of DVD-Audio disks compliant with hardware DVD-Audio players, plus a software player for such disks. GUI/Frontend available also, download Adobeman's DVDA GUI here

Free software
Win Win

Version:09.09 dev
Released:

Size:6.3MB


Download (direct link)


More download options

Download old versions

6.5/10
1 votes


Read 1
comments

397 views
this month
2520844
total views
  Latest version:
09.09 dev (December 02, 2009)


Download sites:
Visit developer's site

Download from our site (direct link) (6.3MB)


More download options:


Download old versions


Supported operating systems:
Windows


More information and other downloads:
Download Adobeman's DVDA GUI here or mirror link(direct link), A Unique DVD-Audio Authoring Tool,GUI for open Source DVD-A Tools package,output as .ISO Image for 4.7 Size DVD.


Sections/Browse similar tools:
Authoring (DVD)

DVD-Audio Tools screenshot
Click to enlarge screenshot

User options:
Email me when it has been updated    Report this tool (dead link/new version)  


Version history:
Development version 09.09 released

This development version offers new features.

* Automatic and customized top menu authoring, using a new patch against dvdauthor.
* Optional animated menu with sound
* Slideshows with transition effects for each track (as of build 12)
* man page
* Source code
* Single track groups and other advanced audio options to smooth out audio gaps.
* Automatic download and build of source code dependencies.
* New! menus with track links-top menus with several menu screens.
* New! hierarchical menus (as of build 40).


Version 09.05 released

* Multiformat support (through an interface with SoX)
* Multichannel support for both encoding and decoding, thanks to work by Lee and Tim Feldkamp.
* man page
* Source code
* Ogg FLAC support
* Configuration file
* Long options
* Specific wav header repair module (fixwav)
* Portability enhancements (improved GNU build system)
* Integrated DVD-Audio-to-wav file converter (ats2wav)
* Advanced audio control options to avoid playback gaps


2009-02-08Fabrice Nicol <fabnicol@users.sourceforge.net>
* Add recent project file management.


2009-01-29
* Add: Menus, toolbar, drag-and-drop support.

2009-01-12
* Add: project manager, full screen, XML project file authoring.

2009-01-10
* Add: Burn button, cdrecord and startsector options .
* Add: help icon and direct launch of local html help
page.
* Add: configure and Exit icons.
* Add: burn progress bar and correspodning kill button.
* Minor layout changes.
* New: spec file and rmp/deb builds.
* Update doc.

2008-12-28
* Add: mingwm10.dll for Windows platforms.
* New feature: Extract button. Enhanced tree refresh.
* Change: Run label to Encode.


New version 08.12 released

* Multiformat support (through an interface with SoX)
* Multichannel support for both encoding and decoding, thanks to work by Lee and Tim Feldkamp.
* man page
* Source code for *nix platforms
* Source code and binary for Windows platforms
* Ogg FLAC support
* Configuration file
* Long options
* Specific wav header repair module (fixwav)
* Portability enhancements (improved GNU build system)
* Integrated DVD-Audio-to-wav file converter (ats2wav)
* Padding/Pruning options to avoid playback gaps


2008-09-20 Fabrice Nicol <fabnicol@users.sourceforge.net>

* add large file support
* add libats2wav module for extracting DVD-Audio titlesets into .wav files.
* enhance fixwav module, option adjustments.
* portable to *nix by using GNU libc sources (strdup, strndup, getsubopt) under glibc/
* portable to Windows (limited API code snippets for truncate() porting).
* increase portability if compiling with GCC using libiberty.a
* GNU build system enhancements: autoconf library checks/replacements for
libFLAC, libogg and GNU libc functions (stdup, strndup, getsubopt)
* bugfixes


2008-08-10 Fabrice Nicol <fabnicol@users.sourceforge.net>

* dvda-author 08.08-dev released
* Features: Ogg FLAC support, header repair module, long options,
configuration file parsing, padding/pruning options; .

* command line:
add as short options: -0, -f, -F, -S, -v
add as long options:--version, --help, --debug, --input, --fixwav
--fixwav-virtual, --log, --no-videozone, --output, --startoffset, --pause, --quiet, --sox, --videolink, --PTS-factor, --videodir, --rights, --no-padding


* command_line_parsing.c, endianness.c, launch_manager.c, lexer.c: new files
* dvda-author2.c: rewrite, code partly moved to launch_manager.c

* Header repair module: add libfixwav-1.3.a, new library (libfixwav/src directory)
* libfixwav directory:add directories src, include
* files auxiliary.c, checkData.c, checkParameters.c, manager.c,
readHeader.c, repair.c: new source files
* checKData.h, checkPrameters.h, fixwav_auxiliary.h, fixwav.h, fixwav_manager.h,
readHeader.h repair.h: new header files

* dvda-author.conf: editable configuration file for command-line defaults (top directory)

* Enhanced GNU build system:
new options --enable-all-builds, --enable-ogg-flac
new nested build system for fixwav library, see libfixwav/README and INSTALL files.
full Ogg-FLAC support
autogen: new script
configuration summary.


2008-08-02 Fabrice Nicol <fabnicol@users.sourceforge.net>

* dvda-author 08.07 released
* Patches against c_utils.c, c_utils.h and critical patch against samg2.c
* Corrects memory allocation of array samg in samg2.c
* Directory creation fully enabled.
* Defined constant __CB__ for building linkable libFLAC library
with Code::Blocks.

2008-07-04Fabrice Nicol <fabnicol@users.sourceforge.net>

* dvda-author version 08.06 released

* Features: rewrite memory allocation; legacy syntax preserved.

* command line: add --version, --help, -d, -i, -n, -o, -q, -T,-U, -V, -w

* videoimport.c, auxiliary.c, file_input_parsing.c: new files
* samg.c, amg.c: new versions, rename samg2.c and amg2.c
* dvda-author.c: rewrite from scratch, rename dvda-author2.c
* libc_utils.a : new auxiliary library (libutils directory)


2008-06-20Fabrice Nicol <fabnicol@users.sourceforge.net>

* Features: add videolinking groups to amg2.c and dvda-author2.c
new command-line switches:
input directory parsing, log file,
VIDEO_TS import, access rights to video directory,
end pause, video links

* Processing: Use dynamic memory allocation in dvda-author2.c

* Patches-Bugfixes

* GNU autoconf/automake build scripts for dvda-author,
libFLAC123.a and libc_utils.a (nested)

* Code::Blocks projects for Windows users.


20050703 Alpha
* Bugfixes - correctly deal with the case of 9 groups, and ignore extra non-PCM RIFF chunks at the end of a WAV file (fixes some "clicks between tracks" problems)

Hide changelog



Sponsors:



Guides and How to's:
No guides/tutorials, submit guides here.



Acronyms / Also Known As:
DVD-A Tools, dvda-author, dvdaauthor,Adobemans DVDA GUI here

Comments Post comment
1 comments, Showing 1 to 1 comments
 - 

I was amazed when I found this.

With 2 short command tool lines you can produce a DVD-Audio image ready to be burned by your fave software, I used Nero, then popped the disc in my DVD-Audio player and hey presto !..played perfectly.



Posted May 19, 2005 by . Tool version Alpha using OS WinXP
Ease of use 7 of 10 Functionality 2 of 10 Value for money 10 of 10 Overall score 7 of 10





1 comments, Showing 1 to 1 comments
 - 

1 tool hits, Showing 1 to 1 tools
 - 

Explanation:
New tool= New tool since your last visit
New version= New version since your last visit
New comments= New comments since your last visit

Type and download
Freeware = Free software.
Free software = Free software and also open source code.
Freeware/Adware = Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
v1.0.1 = Latest version available.
Download beta = It could be a BETA, RC(Release Candidate) and even a ALPHA version of the software.
Download (direct link) = A direct link to the software download.
Download (developer's site) = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64 bit version = If you have a 64bit operating system you can download this version.
Download portable version = No installation is required, just extract the files to a folder and run directly.
Windows = Windows version available.
Mac OS = Mac OS version available.
Linux = Linux version available.
Our hosted tools are virus and malware scanned with several antivirus programs using www.virustotal.com and virusscan.jotti.org.

Rating
Rating from 0-10.

Browse software by sections

All In One Blu-ray Converters (11)
All In One DVD Converters (22)
All In One MKV to MP4/Blu-ray/AVCHD (11)
All In One Video Converters (27)
Animation (3D & 2D animation) (6)
Audio Editors (15)
Audio Encoders (57)
Audio Players (4)
Authoring (Blu-ray/AVCHD) (19)
Authoring (DivX) (5)
Authoring (DVD) (40)
Authoring (SVCD/VCD) (11)
Bitrate Calculators (7)
Blu-ray to AVI/MKV/MP4 (11)
Blu-ray to Blu-ray/AVCHD (9)
Burn (CD,DVD,Blu-ray) (22)
Camcorders/DV/HDV/AVCHD (35)
Capture (33)
CD/DVD recovery (4)
Codec Packs (8)
Codec/Video Identifiers (31)
Codecs (65)
Decrypters (Blu-ray) (6)
Decrypters (DVD Rippers) (13)
DigitalTV/DVB/HDTV (45)
DVD to AVI/DivX/XviD (19)
DVD to DVD (22)
DVD to MP4/MKV/H264 (18)
DVD to VCD/SVCD (5)
ISO/Image (15)
Linux video tools (91)
MacOS video tools (126)
Media (Blu-ray/DVD/CD) (7)
Media Center/HTPC/PS3/360 (41)
Other useful tools (90)
Photo Blu-ray/DVD/VCD (10)
Portable/Mobile/PSP/iPod (45)
Region free tools (5)
Screen capture/Screenshots (22)
Subtitle (46)
Video De/Multiplexers (48)
Video Editors (Advanced/NLE) (38)
Video Editors (Basic) (40)
Video Editors (H264/MP4/MKV/MTS) (12)
Video Editors (MPG/DVD) (20)
Video Editors (WMV/AVI) (15)
Video Encoders / Converters (131)
Video Encoders (AVI/WMV) (41)
Video Encoders (H264/MP4/MKV) (38)
Video Encoders (MPG/DVD) (25)
Video Frameservers (7)
Video Players (29)
Video Repair/Fix (16)
Video Streaming (29)
Video Streaming Recording (40)
Virtualdub tools (10)
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools