Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th January 2015, 23:38   #1  |  Link
bxyhxyh
Registered User
 
Join Date: Dec 2011
Posts: 354
Filter Vertically or Horizantally

Is it possible to use any filter vertical only or horizontal only.
In my case i need to use awarpsharp, vertically.
bxyhxyh is offline   Reply With Quote
Old 9th January 2015, 23:46   #2  |  Link
ARDA
Registered User
 
Join Date: Nov 2001
Posts: 291
turn left or turn right
awarpsharp
turn #the opposite the first one
ARDA is offline   Reply With Quote
Old 10th January 2015, 00:01   #3  |  Link
bxyhxyh
Registered User
 
Join Date: Dec 2011
Posts: 354
Isn't just same as plain awarpsharp?
bxyhxyh is offline   Reply With Quote
Old 10th January 2015, 02:44   #4  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
Svthin from qtgmc
feisty2 is offline   Reply With Quote
Old 10th January 2015, 03:42   #5  |  Link
colours
Registered User
 
colours's Avatar
 
Join Date: Mar 2014
Posts: 308
If you're willing to take a considerable speed hit, upsample in just one direction.

Code:
source
Spline64Resize(source.width()*10,source.height())
filteringgoeshere()
Spline64Resize(source.width(),source.height())
Or maybe something like…

Code:
source
SelectEvery(1,0,0,0,0,0)
WeaveColumns(5)
filteringgoeshere()
SeparateColumns(5)
SelectEvery(5,2)
__________________
Say no to AviSynth 2.5.8 and DirectShowSource!
colours is offline   Reply With Quote
Old 10th January 2015, 04:13   #6  |  Link
vcmohan
Registered User
 
Join Date: Jul 2003
Location: India
Posts: 890
Quote:
Originally Posted by bxyhxyh View Post
Is it possible to use any filter vertical only or horizontal only.
In my case i need to use awarpsharp, vertically.
It is possible to do so for some filters. For example F1Quiver of FFTQuiver plugin filters horizontally. By turn left you can make it filter vertically and then turn right.
__________________
mohan
my plugins are now hosted here
vcmohan is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:04.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.