PDA

View Full Version : How to rotate the screen ?


firk99
27th May 2003, 22:13
Hi, I'm encoding some shows to be played on a PDA.
How can I adapt the AVS-script so that the image will be rotated by 90° to the left. I know I can do that with a filter in virtual-dub, but I would like to automate the process.

Thanx !

Dirk

jggimi
27th May 2003, 22:28
Welcome to Doom9's forum! I hope you find it useful.

According to the AviSynth manual at www.avisynth.org, you may use the TurnRight() or TurnLeft() filters in your scripts. I haven't tried it; a little experimentation should get you the results you want.

firk99
27th May 2003, 22:49
Thank you !

I already tried that (TurnLeft()) but I have no idea where exactly I should put it. I've tried after the line VirtualDub.Filters.Clear (or something like that (can't remeber exactly), but it didn't work.

tia

Dirk

kempodragon
27th May 2003, 22:55
I put the turn filter at the end of my avs script. Worked perfectly for me.

firk99
27th May 2003, 22:56
I'll try that tomorrow.
Thanx !

firk99
28th May 2003, 22:22
It works !

thank you