필터 지우기
필터 지우기

when ''save myavi'' the size of it in matlab folder much more than the size of original video?

조회 수: 2 (최근 30일)
Hello everyone,
I have a avi 320x240, 20 sec., 7.5 mb. but when i save ''save myavi''(after myavi=aviread('mov'); ), the form of it in matlab folder (as MAT-file), it shows 88,mb. what information gets involved?
much appreciated.
  댓글 수: 1
Matt Kindig
Matt Kindig 2012년 8월 7일
The compression algorithm for an AVI and a MAT file is quite different. In particular, identical pixels which occur in many frames (background regions, for example) will usually compress in the AVI format. As Matlab doesn't know that the particular 4-D matrix is an AVI file, no such compression takes place, resulting in a larger file.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by