Can I rotate videos without encoding it?

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>
1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 2.00 out of 5)
Loading...

edchelp