I downloaded a vid and it's flipped upside down. How and why do people do this? Anyhow, I tried using the rotate filter in vdubmod, but have to be doing something wrong. Can anybody help? Thanks
So it is actually upside down in VDub? Flipping is usually a result of a bad YV12 to RGB colourspace conversion and generally occurs during playback. If the video is actually that way in VDub, then it would have been encoded that way. My advice would be to use AVISynth instead of VDub filters so as to avoid another RGB conversion. Just: avisource("whatever.avi") flipvertical() Only disadvantage is that if you don't process the audio separately you will have to re-encode it. AVISynth3 has DSynth built in though, so it won't be a problem in the future.