[Table of Contents]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ARSCLIST] DVD-Video audio track ripper?



Dunno if this is gonna work for you, but my favourite tool for working with video is the command line tool ffmpeg:

http://sourceforge.net/projects/ffmpeg

From the windows command line:

for %a in (*.vob) do ffmpeg -i %a %~na.wav

would give you wav files for all the vobs on the dvd.

whilst:

for %a in (*.vob) do ffmpeg -i %a %~na.mp3

would give you mp3 files.

If you're not comfortable using the command line you could load the vobs straight into VirtualDub-MPEG2:

http://home.comcast.net/~fcchandler/stable/VirtualDub-MPEG2.zip

and save the audio to wav files.

Andy Kolovos wrote:
Nothing illegal going on here--just need to extract the audio track from some DVD-Video discs that were made for us from some old Umatic tapes. We own copyright to the content. This isn't preservation activity, I just need to make listening copies of the audio track for one of the filmmakers and our transcriptionist.

Any suggestions for a free DVD-Video audio track ripper (for Windows XP) would be most appreciated.

Thanks in advance,

andy



-- Mike Hirst Managing Director DAS-360° 16 Ocean View Whitley Bay Tyne & Wear NE26 1AL

tel: 0191 289 3186
email: mike.hirst@xxxxxxxxxxxxxxxx
web: http://www.das360.net


[Subject index] [Index for current month] [Table of Contents]