View Full Version : will gordian knot get a rotate movie option?
-=O.P.G-RAMIN=-
28th December 2002, 18:37
i just wana know if gordian knot will have a rotate functio so i can encode movies for my pocketpc!!
i hope it will get a rotate function if not, howe can i rotate in gordian knor manualy?,
best regards
N_F
29th December 2002, 01:47
I highly doubt such a filter would ever be implented in Gordian Knot, too few people would ever use it.
But you can edit your avs-script manually and add the appropiate command (I don't know what that would be and I don't have the documentation that comes with Avisynth on this computer).
Or you could add a rotate filter via VirtualDub, but it should be better to use Avisynth (though it may be a bit hard if you've never done these things before).
hakko504
29th December 2002, 10:05
Originally posted by N_F
(I don't know what that would be and I don't have the documentation that comes with Avisynth on this computer) In a way you do, because all documentation is available at AviSynth.org (http://www.avisynth.org) Unfortunately a rotate command has not yet been implemented, and I can't find anything in the VD_filter.avs that would help you either. I don't really see a rotate n° being implemented at all, but ±90° and 180° along with fliphorizontal should be very easy to implement in YV12. (flipvertical already exists).
I submitted a feature request at sourceforge for a rotate command. We'll just have to wait and see what happens.
Wilbert
29th December 2002, 17:44
There is a virtualdub filter rotate: http://forum.doom9.org/showthread.php?s=&threadid=37918&highlight=rotate.
-=O.P.G-RAMIN=-
29th December 2002, 18:47
Originally posted by Wilbert
There is a virtualdub filter rotate: http://forum.doom9.org/showthread.php?s=&threadid=37918&highlight=rotate.
howe can i use this will this let me rotate the movie on gordian knot?:confused: sorry but im totaly a n00d to this!
N_F
30th December 2002, 00:58
Yeah, I checked the documentation later last night at noticed there wasn't any rotate option (except flipvertical, wouldn't that do O.P.G?).
For doing it in VirtualDub you'll have to open the .avs file Gordian Knot creates for you manually and add the rotate filter.
If you've never used VirtualDub before it might be a little hard to do all this (I'm sure someone knows of a good guide for Virtualdub, but I don't).
If it's enough to flip the picture vertically it would be a lot easier to do it with the flipvertical command in avisynth.
-=O.P.G-RAMIN=-
30th December 2002, 01:08
Originally posted by N_F
Yeah, I checked the documentation later last night at noticed there wasn't any rotate option (except flipvertical, wouldn't that do O.P.G?).
For doing it in VirtualDub you'll have to open the .avs file Gordian Knot creates for you manually and add the rotate filter.
If you've never used VirtualDub before it might be a little hard to do all this (I'm sure someone knows of a good guide for Virtualdub, but I don't).
If it's enough to flip the picture vertically it would be a lot easier to do it with the flipvertical command in avisynth.
howe wude i flip it ? if some body can tell me okease
N_F
31st December 2002, 02:54
To be honest I don't feel like spending 15-20 minutes writing down detailed steps, but let's see if this is enough:
After you pressed "save & encode" you have a screen where you put in your options.
If you encode credits separatelly (that option is down to the left) this is gonna be a bit more complicated, let me know in that case.
Fill in your normal values here and then press the "edit" button. Here you'll see a lot of rows with text, most of them beginning with #, that's a comment-sign so that row won't be acknowledged.
Scroll down till you find the row that says something like "MPEG2Source("c:\whatever\whatever.d2v")".
Make a new row below this and add "flipvertical()" (without the quotation signs of course).
After this press the "save & encode" button that's there somewhere and do as you normally would.
Hopefully your movie is now flipped.
Note: I've written this post without having Gordian Knot in front of me (it's not on this computer), so I may have missed a step or something.
Let me know how it works out.
-=O.P.G-RAMIN=-
31st December 2002, 11:58
im getting a invalif log file now
i did wot you toldeme this is howe the edit looks like
#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\IVTC.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("D:\DVD_WASABI\Trailer\test.d2v")
#
#flipvertical()
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide().Decimate(5)
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#TomsMoComp(1,5,1)
#
# CROPPING
crop(2,124,716,326)
#
# DEINTERLACING (2)
#SeparateFields().SelectEven()
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BilinearResize(320,176)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)
wot did i wrong i dont know ?!!
maby i have to give it a name ?just liek all the other filters ?
hakko504
31st December 2002, 12:02
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
# SOURCE
mpeg2source("D:\DVD_WASABI\Trailer\test.d2v")
#uncomment this line:
flipvertical()
# CROPPING
crop(2,124,716,326)
# RESIZING
BilinearResize(320,176)
-=O.P.G-RAMIN=-
1st January 2003, 13:56
ok i did it but the movie is up side down i need a the film to b standing you know like this
____
| |
| |
| |
| |
----
not like this
___________
| |
| |
|___________|
i think its not posible Yet!! but i hope they will make a filter that will do the work!
best regards
ramin
N_F
2nd January 2003, 02:20
I don't quite understand you. flipvertical() should rotate your movie 180%, doesn't it do that? (I've never tried it)
Am I to understand you want to rotate it 90 degrees? In that case I'll guess you'll have to use VirtualDub manually.
-=O.P.G-RAMIN=-
2nd January 2003, 07:40
yeah thats wot i mean i wana rotate it 90 degrees
N_F
6th January 2003, 02:02
Basically all you have to do is the following:
1. Open the avs-script Gordian Knot has made for you in VirtualDub.
2. Go to Video --> Filters... --> Resize, from there it should be obvious.
3. Go to Compression and select DivX 5.02 and make the appropiate addjustments (if you don't know what those are I think there is a guide at www.divx.com that explains it).
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.