Fusing

Locked
User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Fusing

Post by [Mike of the Desert] » Fri Aug 29, 2008 11:54 am

I have two long videos and I'd like to have them together into one single file.
Is there any line that could help me to bring them together into VDMod for Exporting?

This is the first time I enter into this section of the Forum, so pardon me if the question is a little Noobish. I'm very interested into pre/post processing with Avisynth, so if anyone can answer to this question it would be great if he/she could add some Links to Guides and/or Scrypts help/list. :)
ImageImage
Image

User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Post by [Mike of the Desert] » Fri Aug 29, 2008 12:07 pm

Well, just found it was one of the main features of VFirtualDub, sorry.
But anyway, I'd love to have a Linlk with a Guide/List/Glossary of the Post.Processing Scrypts Avusynt has if anyoen can. ;)
ImageImage
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 » Fri Aug 29, 2008 7:57 pm


User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Post by [Mike of the Desert] » Sat Aug 30, 2008 4:04 am

mirkosp wrote:There you go. :P
Uhuhu. ;) I knew about that page, thanks a lot anyway.
So.. If that's all (My curiosity was also about that) I have one "big" question..
The "Normal" Mk2 Guide is avaiable for a complete download (Being able to read it Offline), how about this one? I didn't find any "Download" link for this Beta One, and I'd love it, since I think there's no comparation with the "old one" (This one is frakin' user friendly :) )
ImageImage
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 » Sat Aug 30, 2008 4:57 am

There's no download link since it's still a beta... also, zarx is still improving it, there should be a new version of the guide (even more user friendly) before the end of the year... and maybe it's going to be the final version of the guide. :o

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Sat Aug 30, 2008 12:50 pm

A good number of filters and functions for AviSynth are actually distributed with the program.

Start->Programs->AviSynth 2.5->AviSynth Documentation

as well as on the AviSynth.org Wiki:
http://avisynth.org/mediawiki/Internal_filters




And if I read the first post properly, you're talking about appending one file to another. The way to do that in AviSynth is:

Code: Select all

AVISource("file1.avi") ++ AVISource("file2.avi")
The double pluses make sure the audio stays synched between clips. If you were to use a single + then that wouldn't be guaranteed. In all honesty, + and ++ are shorthand symbols for the functions UnalignedSplice and AlignedSplice.

Locked

Return to “Video & Audio Help”