Re: Creating an Audio only DVD from several CD's

2010-08-12 Thread linux
Hello, just to summarize the steps I followed (and so that there is no misunderstanding) I have put up this little shellscript which takes as argument the directory with all the wav files you'd like to put on the DVD-Video and makes a DVD from that with some photo in jpeg format as display. Gabr

Re: Creating an Audio only DVD from several CD's

2010-08-12 Thread linux
> > Hello, > > > > Well, my steps to make a Video-DVD containing mainly audio are as > > follows: > > > > $> ffmpeg -loop_input -t 2000 -i display.jpg -i 1.wav -r 44100 -target > > pal-dvd -aspect 4:3 1.mpg > > $> ffmpeg -loop_input -t 2000 -i display.jpg -i 2.wav -r 44100 -target > > pal-dvd -

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread Michael Miles
JD wrote: >On 08/11/2010 12:50 PM, li...@gabriel-striewe.de wrote: > >> On Wed, Aug 11, 2010 at 10:36:30AM -0700, JD wrote: >> >>> On 08/11/2010 05:34 AM, li...@gabriel-striewe.de wrote: >>> On Tue, Aug 10, 2010 at 05:28:51PM -0700, JD wrote: >

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread JD
On 08/11/2010 12:50 PM, li...@gabriel-striewe.de wrote: > On Wed, Aug 11, 2010 at 10:36:30AM -0700, JD wrote: >>On 08/11/2010 05:34 AM, li...@gabriel-striewe.de wrote: >>> On Tue, Aug 10, 2010 at 05:28:51PM -0700, JD wrote: On 08/10/2010 05:15 PM, Michael Miles wrote: > li...@gab

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread JD
On 08/11/2010 05:34 AM, li...@gabriel-striewe.de wrote: > On Tue, Aug 10, 2010 at 05:28:51PM -0700, JD wrote: >>On 08/10/2010 05:15 PM, Michael Miles wrote: >>> li...@gabriel-striewe.de wrote: Maybe a solution to this would be to put the wav files on a Video-DVD >and leave the vi

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread linux
On Wed, Aug 11, 2010 at 10:36:30AM -0700, JD wrote: > On 08/11/2010 05:34 AM, li...@gabriel-striewe.de wrote: > > On Tue, Aug 10, 2010 at 05:28:51PM -0700, JD wrote: > >>On 08/10/2010 05:15 PM, Michael Miles wrote: > >>> li...@gabriel-striewe.de wrote: > Maybe a solution to this would be

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread JD
On 08/11/2010 05:34 AM, li...@gabriel-striewe.de wrote: > On Tue, Aug 10, 2010 at 05:28:51PM -0700, JD wrote: >>On 08/10/2010 05:15 PM, Michael Miles wrote: >>> li...@gabriel-striewe.de wrote: Maybe a solution to this would be to put the wav files on a Video-DVD >and leave the vi

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread linux
On Tue, Aug 10, 2010 at 05:28:51PM -0700, JD wrote: > On 08/10/2010 05:15 PM, Michael Miles wrote: > > li...@gabriel-striewe.de wrote: > >> Maybe a solution to this would be to put the wav files on a Video-DVD > >>> and leave the video directory empty. This would however only give you > >>> a

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread Tim
On Wed, 2010-08-11 at 10:22 +0100, Alan Cox wrote: > You probably want FLAC (and memory sticks are easier than discs!). > FLAC will happily carry multi-channel audio in lossless format, and > can handle things like multi-channel audio, 96KHz (it'll do 500KHz if > you are recording music for bats ;)

Re: Creating an Audio only DVD from several CD's

2010-08-11 Thread Alan Cox
> have learned that DVD-A is not a solution after all. I probably need > to give out harddisks with recording material or Data DVDs with audio > material recorded at higher sample rates than 48k. You probably want FLAC (and memory sticks are easier than discs!). FLAC will happily carry multi-chan

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
On Tue, Aug 10, 2010 at 05:15:04PM -0700, Michael Miles wrote: > li...@gabriel-striewe.de wrote: > > Maybe a solution to this would be to put the wav files on a Video-DVD > > > and leave the video directory empty. This would however only give you > > > a sample rate of 48000 Hz instead of up to 1

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread JD
On 08/10/2010 05:15 PM, Michael Miles wrote: > li...@gabriel-striewe.de wrote: >> Maybe a solution to this would be to put the wav files on a Video-DVD >>> and leave the video directory empty. This would however only give you >>> a sample rate of 48000 Hz instead of up to 192000 Hz as specifi

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread Michael Miles
li...@gabriel-striewe.de wrote: > Maybe a solution to this would be to put the wav files on a Video-DVD > > and leave the video directory empty. This would however only give you > > a sample rate of 48000 Hz instead of up to 192000 Hz as specified for > > a DVD-A. But then at least you could pla

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
On Wed, Aug 11, 2010 at 02:07:59AM +0200, li...@gabriel-striewe.de wrote: > > But dvda-author has no way of re-encoding the audio files at 192k > > This would be the task of some audio program. Not quite, this would mean adding information to a file which has only 44.1k information in it. > >

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
> > As I have some old cars myself (67 Jag 340 and a 70 Jag E-Type), I was > > faced with a similar problem. My CD collection has been ripped to my > > system at home, so I have MP3s (and other versions of the same stuff > > using different codecs) out the wazoo. > > > > In my E-Type I use an iPod

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
> But dvda-author has no way of re-encoding the audio files at 192k This would be the task of some audio program. > My audio files on the hard drive are in wav format, which ffmpeg says > the bit rate is 1411 kb/s > which is huge (1.411 megabits/s). According to http://en.wikipedia.org/wiki/Bi

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread JD
On 08/10/2010 04:57 PM, Rick Stevens wrote: > On 08/10/2010 04:19 PM, JD wrote: >> On 08/10/2010 04:07 PM, Rick Stevens wrote: >>> On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: >> So I managed to write a DVD-A on a DVD+RW with the following steps: >> >> dvda-author -o DV

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread Rick Stevens
On 08/10/2010 04:19 PM, JD wrote: >On 08/10/2010 04:07 PM, Rick Stevens wrote: >> On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: > 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 -

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
On Wed, Aug 11, 2010 at 01:38:48AM +0200, li...@gabriel-striewe.de wrote: > On Tue, Aug 10, 2010 at 04:08:31PM -0700, JD wrote: > > On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: > > >>> So I managed to write a DVD-A on a DVD+RW with the following steps: > > >>> > > >>> dvda-author -o DV

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread JD
On 08/10/2010 04:38 PM, li...@gabriel-striewe.de wrote: > On Tue, Aug 10, 2010 at 04:08:31PM -0700, JD wrote: >>On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: > So I managed to write a DVD-A on a DVD+RW with the following steps: > > dvda-author -o DVD -g *.wav > mkiso

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
On Tue, Aug 10, 2010 at 04:08:31PM -0700, JD wrote: > On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: > >>> 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 /de

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread JD
On 08/10/2010 04:07 PM, Rick Stevens wrote: > On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: 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.i

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread JD
On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: >>> 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-

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread Rick Stevens
On 08/10/2010 03:33 PM, li...@gabriel-striewe.de wrote: >>> 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-au

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread Rick Stevens
On 08/10/2010 02:47 PM, li...@gabriel-striewe.de wrote: > On Sat, Aug 07, 2010 at 12:01:21PM -0700, JD wrote: >>On 08/07/2010 11:32 AM, li...@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

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
> > 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 th

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread JD
On 08/10/2010 02:47 PM, li...@gabriel-striewe.de wrote: > On Sat, Aug 07, 2010 at 12:01:21PM -0700, JD wrote: >>On 08/07/2010 11:32 AM, li...@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 play

Re: Creating an Audio only DVD from several CD's

2010-08-10 Thread linux
On Sat, Aug 07, 2010 at 12:01:21PM -0700, JD wrote: > On 08/07/2010 11:32 AM, li...@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 interest

Re: Creating an Audio only DVD from several CD's

2010-08-08 Thread Tim
On Sat, 2010-08-07 at 20:32 +0200, li...@gabriel-striewe.de wrote: > They say that not every home dvd player is able to play DVD-Audio. For what it's worth, I haven't come across any that do. I get the impression that it's really a niche market, like the original laser (video) discs. -- [...@lo

Re: Creating an Audio only DVD from several CD's

2010-08-07 Thread JD
On 08/07/2010 11:32 AM, li...@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

Re: Creating an Audio only DVD from several CD's

2010-08-07 Thread linux
On Fri, Aug 06, 2010 at 11:51:30AM -0700, JD wrote: > I have ripped several CD's to wave files. > I deliberately numbered the wave tracks > in a sequential order that keeps the order > of play of each original cd. > > I then used dvda-author to create the audio dvd directory. > I then used growi

Creating an Audio only DVD from several CD's

2010-08-06 Thread JD
I have ripped several CD's to wave files. I deliberately numbered the wave tracks in a sequential order that keeps the order of play of each original cd. I then used dvda-author to create the audio dvd directory. I then used growisofs to burn it to a DVD. I can mount the resulting DVD and it ha