hbx2006
5th February 2006, 11:30
Hi there,
I've just "discovered" AviSynth, so be patient with me. Yes, I've read manuals/forums, but there's a lot of stuff... and my brains just can't filter out the answers I'm searching for.
If using VirtualDubMod, I can only open one VOB file and audio stream is loaded as well. So, it is quite easy to convert VOB to avi (DivX+mp3). If there are more VOB files, I convert each VOB to avi and then join them to single file. It works fine, but is not very practical workflow (especially when 2-pass converting).
Using AviSynth (it IS a great tool) and Nick's MPEGdecoder (the best AFAIK) it is possible to open many VOB files at once -but there's no audio stream loaded. The only solution seems to be, to extract audio stream(s) from VOB(s) into wav file (using tool like DGdecode) -then I could load that into VdubMod as audio stream. But wav files are huge!
So, the question:
Is there any tool for AviSynth, which can be used in script like:
video=mpegSource("VTS_03_1.vob+VTS_03_2.vob")
audio=xxxxSource("VTS_03_1.vob+VTS_03_2.vob", track1)
AudioDub(video,audio)
-this would do the same thing as loading single VOB file directly into VdubMod.
If there isn't such tool for AviSynth (is that possible?), what tool do I need for converting audio tracks from VOB(s) into single mp3 file at once?
Thank you for answering,
Bogdan
PS: excuse my typos -I'm still learning.
I've just "discovered" AviSynth, so be patient with me. Yes, I've read manuals/forums, but there's a lot of stuff... and my brains just can't filter out the answers I'm searching for.
If using VirtualDubMod, I can only open one VOB file and audio stream is loaded as well. So, it is quite easy to convert VOB to avi (DivX+mp3). If there are more VOB files, I convert each VOB to avi and then join them to single file. It works fine, but is not very practical workflow (especially when 2-pass converting).
Using AviSynth (it IS a great tool) and Nick's MPEGdecoder (the best AFAIK) it is possible to open many VOB files at once -but there's no audio stream loaded. The only solution seems to be, to extract audio stream(s) from VOB(s) into wav file (using tool like DGdecode) -then I could load that into VdubMod as audio stream. But wav files are huge!
So, the question:
Is there any tool for AviSynth, which can be used in script like:
video=mpegSource("VTS_03_1.vob+VTS_03_2.vob")
audio=xxxxSource("VTS_03_1.vob+VTS_03_2.vob", track1)
AudioDub(video,audio)
-this would do the same thing as loading single VOB file directly into VdubMod.
If there isn't such tool for AviSynth (is that possible?), what tool do I need for converting audio tracks from VOB(s) into single mp3 file at once?
Thank you for answering,
Bogdan
PS: excuse my typos -I'm still learning.