I have been assigned a task that seems to be really hard for me.
I want to convert a video taken with iPhone4 (.mov) to a format that can be understood by Powerpoint (.wmv?)
I tried avidemux, but I don't know which is the correct format I must save the rotated file to.
I am using ubuntu 12.10
You can do it easily using
ffmpeg
.If it is not already installed, install it using
apt
:To convert and rotate the file:
clockwise by 90 degrees:
counter-clockwise by 90 degrees:
By 180 degrees:
There are plethora of other options to configure. You can look and tweak them according to your needs, some options to consider closely would be the following video and audio options:
This will give quite reasonable video quality with reasonable audio quality in a relatively small file size...