logo Sign In

Post #441214

Author
Moth3r
Parent topic
2 Avisynth questions?
Link to post in topic
https://originaltrilogy.com/post/id/441214/action/topic#441214
Date created
17-Sep-2010, 3:51 AM

dark_jedi said:

Can I use avisynth to remove\delete unwanted single frames throughout a video, and how is this done.

DeleteFrame()?

Doctor M said:

Wait, now I'm confused, you need to use double plus signs?  I've always used a single one.  Is there a difference in what that does?

+ is a shortcut for UnalignedSplice(), ++ is AlignedSplice(). The difference is in the way the audio is handled.