If you capture video with the mobile phone or a handicam and if the video is in landscape mode and you wish to convert into portrait mode or vice versa the mencoder program in mplayer project can help.
Nowadays you have mplayer only installs but mencoder should be there if you install the mplayer package. This command can do the trick. $ mencoder -vf rotate=1 video.mpg -out out.mpg -oac copy -ovc lavc rotate=0,1,2,3 can be used for rotatating 90 degrees clockwise, anticlockwise, flipping 180 degrees and so on. Try it out. It can be very useful. In case the video is not mpg say it is avi,flv or whatever just subjstitute mpg with the appropriate extension in output. The "-ovc lavc" switch is important. -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
