Creating an Audio only DVD from several CD's

JD jd1008 at gmail.com
Tue Aug 10 22:19:36 UTC 2010


  On 08/10/2010 02:47 PM, linux at gabriel-striewe.de wrote:
> On Sat, Aug 07, 2010 at 12:01:21PM -0700, JD wrote:
>>    On 08/07/2010 11:32 AM, linux at gabriel-striewe.de wrote:
>>> There is a site on a an open source tool:
>>> http://dvd-audio.sourceforge.net/
>>> They say that not every home dvd player is able to play DVD-Audio.
>>>
>>> Since I am also interested in this, I will give it a try during the
>>> next days. I have a Denon 1920, which should support SACD, DVD-Video
>>> and DVD-Audio (it explicitly says so on the cover, so I suppose there
>>> should be some DVD players which don't support DVD Audio). I will try
>>> my result out on that one as well as on xine and/or mplayer.
>>>
>>> Maybe you need the UDF file system support from your kernel? At least
>>> that's what is hinted at on the dvd audio site.
>>>
>> Thanx for for the reply.
>> I can confirm that my kernel has UDF support:
>> $ egrep -i udf /boot/config-`uname-r`
>> CONFIG_UDF_FS=m
>> CONFIG_UDF_NLS=y
>>
>> Waiting for your results.
>>
>> For WIW, here is the link for dvd audio tools:
>> http://sourceforge.net/projects/dvd-audio/
> Well, I am coming back to this a bit late, since I had a problem
> getting DVD+R to burn on my laptop; it still doesn't work and I filed
> a post to the gentoo-users mailing list.
>
> So I managed to write a DVD-A on a DVD+RW with the following steps:
>
> dvda-author -o DVD -g *.wav
> mkisofs -o image.iso -sort sort.txt -udf DVD
> growisofs -Z /dev/sr0=image.iso
>
> I followed the howto on:
> http://dvd-audio.sourceforge.net/howto.shtml
>
> I do not have the mkisofs patch applied and used the sort file from
> that howto.
>
> And on my Denon DVD-1920, an explicit SACD and DVD-A player, it plays
> fine.
>
> However, I cannot mount the so-created DVD-A using mount -t udf
> /dev/sr0 /mnt/udf; it gives me an "unknown filesystem" error.
>
> Regards,
>
> Gabriel
Hi Gabriel,
Did you try to mount it with -t iso9660  instead of udf?



More information about the users mailing list