To create animation video using array frames of different size
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi
I am trying to create a video using a for loop - plot a figure inside loop and save the frames into a movie array.
The issue is that the figure are having different frame size. I am trying different methods to set the figure position (location and size values, but the figure created do not follow the set values.
- so i need to create video from array of differing frame sizes.
Createing Figure and saving frame to array myMovie
MyMovie has different frames sizes ...
Trying to create vedio but failed due to different frame size
답변 (1개)
sushanth govinahallisathyanarayana
2020년 9월 22일
You could crop the first 2 down to 934x1672, or resize the frames to a common size, imresize will help. Failing that, you can create separate videos for the size and stitch them together later.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!