フィルターのクリア

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

2 ビュー (過去 30 日間)
selim
selim 2012 年 8 月 6 日
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 Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by