ThaChinky
15th September 2003, 02:30
From a previous post I found out i could rotate an .AVI clip by using the Turnleft() script in avisynth.
After that i read a little on the avisynth site and installed it.
however i was not able to run the .avi clip using the .avs script i wrote. WMP says its an unsupported format, and vdub just cant do anything with it.
the following is the script i was able to piece together from the avisynth site:
"
AviSource("D:\My Pictures\mvi_0152.avi")
TurnLeft(mvi_0152.avi)
"
it is a clip from my canon digi cam so i don't know why i cant use the .avs to read it. (i also tried loading the clip in TMPGEnc and it won't load)
nb: that the .avi clip can be played by WMP 6.4 by just double clicking it..but i need to rotate my head 90 degrees to make things look rite :)
any help is appreciated.
Thanks
After that i read a little on the avisynth site and installed it.
however i was not able to run the .avi clip using the .avs script i wrote. WMP says its an unsupported format, and vdub just cant do anything with it.
the following is the script i was able to piece together from the avisynth site:
"
AviSource("D:\My Pictures\mvi_0152.avi")
TurnLeft(mvi_0152.avi)
"
it is a clip from my canon digi cam so i don't know why i cant use the .avs to read it. (i also tried loading the clip in TMPGEnc and it won't load)
nb: that the .avi clip can be played by WMP 6.4 by just double clicking it..but i need to rotate my head 90 degrees to make things look rite :)
any help is appreciated.
Thanks