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

1 次查看(过去 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