Log in

View Full Version : Flip and rotate video playback


lm037
6th February 2003, 22:30
I have a slight probelm. I need to rotate 180 degrees and flip vertically either my screen or software that plays the movie. My computer has vdeo out and i am outputting it into a homemade projector. Do you guys know of any way to do this?

jggimi
6th February 2003, 23:01
Welcome to the Forum! I hope you find it helpful.

Both ffdshow (http://www.doom9.org/Soft21/Filters/ffdshow-20021213.exe) and DirectVobsub (http://www.doom9.org/Soft21/Subtitles/VobSub_2.23.exe) have the ability to flip video on playback. The former is a playback filter for many different codecs, the latter is designed to do subtitle overlay.

lm037
7th February 2003, 18:54
thanks for the help, it flps it, whichis great, but do you know if it can produce a mirror image of it? Thanks again for the help

jggimi
7th February 2003, 19:11
I don't, but perhaps someone else does know of a tool that meets your needs.

killingspree
7th February 2003, 19:23
you could manage it using avisynth
just use the vlipvertical/vliphorizontal command

it's not the most convenient method, but it works pretty well

for more information visit:
http:\\www.avisynth.org

regards
steVe

PS: this would be a sample script, just paste it into a text file and save it with a *.avs extension (of course you'll have to install avisynth first)


avisource("your.avi")
flipvertical()


if you want to use an mpeg source... use directshowsource instead of avisource...
this won't work with DVDs unless you rip them though...