Log in

View Full Version : [DV avi]video upside down


appelmoes
14th December 2003, 21:19
First of all, I have used the search. Couldn't find the solution for my problem. I have a type-2 avi captured from my miniDV-camera. When I play this avi everything is fine.

But if I use this simple script:
DirectShowSource("e:\example.avi") in for example mediaplayer, the movie plays upside down...

How do I solve this problem?

NB I'm using Avisynth 2.53

Manao
14th December 2003, 21:24
Add the following line :FlipVertical()

appelmoes
14th December 2003, 21:45
Originally posted by Manao
Add the following line :FlipVertical() Ok, but I have never needed to add FlipVertical() before, why do I need it now?