Need to rotate videos without encoding them? Did someone have too much fun with the iPhone and shoot everything portrait instead of landscape?
Try this on for size. Lossless rotation for use with .mov –> .mov files only.
<?xml version="1.0"?> <query> <format> <output>mov</output> <destination>[Destination]</destination> <rotate>0</rotate> <set_rotate>90</set_rotate> <video_codec>copy</video_codec> <audio_codec>copy</audio_codec> </format> </query>