Can someone suggest a windows program to rotate an AVI file. I want to rotate movies that were taken with the camera held in a vertical orientation. Thank you, Gordon
> Can someone suggest a windows program to rotate an AVI file. I want > to rotate movies that were taken with the camera held in a vertical > orientation.
Use a media player with a rotate function. Re-encode the avi. If MPEG AVI split into JPEGs, lossless rotate, repack.
> Can someone suggest a windows program to rotate an AVI file. I want > to rotate movies that were taken with the camera held in a vertical > orientation.
Windows Movie Maker will do that. Open a project Import your clip drag it to the timeline Apply a video effect (rotate 90 or rotate 270 as required) save the video
On Tue, 07 Jul 2009 07:31:42 GMT, "Charles E Hardwidge"
<bo...@invalid.invalid> wrote: : g...@ca.rr.com> wrote in message
: news:cds555tjq8k8f2uuhnabv7gbfacq4cp1m7@4ax.com... : > Can someone suggest a windows program to rotate an AVI file. I want : > to rotate movies that were taken with the camera held in a vertical : > orientation. : : Use a media player with a rotate function. : Re-encode the avi. : If MPEG AVI split into JPEGs, lossless rotate, repack.
> On Tue, 07 Jul 2009 07:31:42 GMT, "Charles E Hardwidge" > <bo...@invalid.invalid> wrote: > : g...@ca.rr.com> wrote in message > : news:cds555tjq8k8f2uuhnabv7gbfacq4cp1m7@4ax.com... > : > Can someone suggest a windows program to rotate an AVI file. I want > : > to rotate movies that were taken with the camera held in a vertical > : > orientation. > : > : Use a media player with a rotate function. > : Re-encode the avi. > : If MPEG AVI split into JPEGs, lossless rotate, repack.
> How do you lossless rotate a JPEG?
If you rotate the pixels within the image's block size you don't have to decode/reencode.
Robert Coe wrote: > Charles E Hardwidge wrote: > : g...@ca.rr.com> wrote > : > : > Can someone suggest a windows program to rotate an AVI file.
Probably virtualdub will do that.
> : I want > : > to rotate movies that were taken with the camera held in a vertical > : > orientation. > : > : Use a media player with a rotate function. > : Re-encode the avi. > : If MPEG AVI split into JPEGs, lossless rotate, repack.
: > : g...@ca.rr.com> wrote in message : > : news:cds555tjq8k8f2uuhnabv7gbfacq4cp1m7@4ax.com... : > : > Can someone suggest a windows program to rotate an AVI file. I want : > : > to rotate movies that were taken with the camera held in a vertical : > : > orientation. : > : : > : Use a media player with a rotate function. : > : Re-encode the avi. : > : If MPEG AVI split into JPEGs, lossless rotate, repack. : > : > How do you lossless rotate a JPEG? : : If you rotate the pixels within the image's block size you don't have to : decode/reencode.
<Doh!> I wasn't thinking clearly. What's at issue here is a 90-degree rotation, and of course that, if done correctly, will be lossless.