View Full Version : rotated screen
Mario Bros
10th May 2004, 14:30
My problem: i have a cam recorded video and the picture is rotated about 30 degrees. i want to rotate it back to horizontal position with leaving black "triangles" top and bottom. In this case vertical resolution will be increased.
I want to do this with Avisynth, is this possible?
Any ideas?
Mario Bros
10th May 2004, 14:31
...and sorry for my bad english:(
WarpEnterprises
10th May 2004, 20:19
- put zoom.dll in your plugin dir
your_script
ConvertToRGB32
Zoom(angle="30")
notice:
- only RGB32
- the variable is a string (because you could use a more complex expression like angle="2*n" where n is the actual framenumber.
Mario Bros
10th May 2004, 20:24
Thanks, will try.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.