Multi Clip Compression for Vdub?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Multi Clip Compression for Vdub?

Post by ForeverZeroo » Sun Feb 10, 2008 5:42 pm

Im having a problem with Vegas where if i try to render the video as a whole it'll give me an error and it will cancel itself.

If I export it in pieces i have a better chance of the rendering completing.

What i want to do is render 2 or 3 pieces and then place them and paste them all in Vdub to finish the compression.

any way to do that? Please?
Image
Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Feb 10, 2008 6:38 pm

easiest way is probably to make a small avisynth script

Code: Select all

avisource("path to part 1")++avisource("path to part 2")++avisource("path to part 3")
Image
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Post by mirkosp » Mon Feb 11, 2008 9:05 am

Kariudo wrote:easiest way is probably to make a small avisynth script

Code: Select all

avisource("path to part 1")++avisource("path to part 2")++avisource("path to part 3")
This, or if you wish to directly append files in virtualdubmod, go to file>append segment.

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Feb 11, 2008 1:57 pm

vdub/mod is ridiculously picky when you try to append segments though. It hasn't worked for me once (yeah I've only tried it a few times...but minor details)
Image
Image

Locked

Return to “AviSynth Help”