Video

resize

avconv -i in.mp4 -s 960x540 -strict experimental out.mp4

rotate

ffmpeg -i in.mp4 -vf "transpose=1" out.mp4