hi all.
I have been doing videoediting etc for about a year now and have finally bit the bullet and decided to learn avisynth. i seem to be doing okay with basic scripts, but i am having all sorts of trouble with a script to join vob files so that i can open a whole movie in virtual dub. if anyone has a good script for doing this your help would be much appreciated.
Thanx
+ Reply to Thread
Results 1 to 9 of 9
-
-
http://www.avisynth.org/~warpenterprises/
search for dvd2avi and you find with this filter, you are able to open a complete set of vobs as one movie. -
Originally Posted by dougy69
If you are talking about the dll: anyplace you like (my documents for example)
or the script? save the avs anywhere (my documents\my avs). -
Join .VOBs? All you need to do is run DVD2AVI, select the first VTS_0X_1.VOB, and all subsequent VOBs in that title set are selected.
This script will allow you to view the file in VirtualDub.
LoadPlugin("d:\program files\HOLDER\mpeg2dec3.dll")
mpeg2source("d:\Experiment\CHHTEST.D2V")
From here, you can edit to your heart's content.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35 -
Avisynth 3.0
By nbi in forum LinuxReplies: 1Last Post: 30th Oct 2007, 16:50