How can i rotate an avi video?

2 views (last 30 days)
abbxucy11
abbxucy11 on 4 Dec 2016
Answered: Image Analyst on 4 Dec 2016
is there a ready code for the rotation of a video?

Answers (1)

Image Analyst
Image Analyst on 4 Dec 2016
Not a whole video but you could make a new video by rotating the images one at a time. See my attached code for writing out a video. Adapt it by calling imrotate() in the loop.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!