Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th August 2003, 15:13   #1  |  Link
DataCable
Registered User
 
DataCable's Avatar
 
Join Date: Aug 2003
Posts: 6
Audio from VOB?

Is there currently a method of reading an audio stream directly from a VOB, without the need to decode/demux it out first? I found this thread, in which Nic offered to add direct VOB support to Marc FD's ac3Source, but that's the only reference to such I could find.
__________________
DataCable^2003 A+
DataCable is offline   Reply With Quote
Old 9th August 2003, 17:09   #2  |  Link
KpeX
Registered User
 
KpeX's Avatar
 
Join Date: Jun 2003
Location: Great Lakes, USA
Posts: 1,433
Hi and welcome. I don't believe there is any method. The only program right now I know of that can read audio direct from VOB's is BeSweet along with DVD2SVCD's vobinput.dll. You could, however, Use nic's call plugin along with besweet to do it in an avisynth script. Something like:

LoadPlugin("call.dll")
Call("Besweet.exe -core ( -input 'whatever.lst' -substream 0x80 -output 'whatever.wav -2ch) -azid ( ... )", "-2" )
audio=Wavsource(whatever.wav)
video=MPEG2Source().# your other commands and filters here
AudioDub(video, audio)

Then run the script through your encoder of choice, inserting paths as necessary, where whatever.lst lists the .vob's, this example would be for wav audio, and using the "-2" at the end of the command would start the besweet encoding before any video is encoded. hth,

KpeX
__________________
KpeX
Audio FAQs: General | BeSweet | SVCD/MP2 | MP3 | Vorbis | AC3 | DTS | AAC
Linux Audio/Video FAQ
KpeX is offline   Reply With Quote
Old 10th August 2003, 00:55   #3  |  Link
DataCable
Registered User
 
DataCable's Avatar
 
Join Date: Aug 2003
Posts: 6
Thanx for the tip, KpeX, I'll try it out.
__________________
DataCable^2003 A+
DataCable is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:54.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.