movmasty
16th January 2015, 16:46
Just with this line
VirtualDub.Open("Drive:\\Moviename.ext","",0);
this will retain all settings in the opened Vdub except selection and cuts
To have these you can add
VirtualDub.video.SetRangeFrames(xxx,yyy);
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(xx,yyy);
VirtualDub.subset.AddRange(xxx,yyy);
.................................
Notice that the movie path wont be spared saving settings
you have to add manually
VirtualDub.Open("Drive:\\Moviename.ext","",0);
this will retain all settings in the opened Vdub except selection and cuts
To have these you can add
VirtualDub.video.SetRangeFrames(xxx,yyy);
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(xx,yyy);
VirtualDub.subset.AddRange(xxx,yyy);
.................................
Notice that the movie path wont be spared saving settings
you have to add manually