Possible to make semitransparent video from semitransparent images?

Hi all,
If I've exported transparent (or semitransparent) images to png, it it possible to use these to assemble a video within MATLAB that retains transparency?
Right now I am just using [data color_data alpha_data] = imread('my_image'); , but I don't know how to convert this to a frame (was using im2frame) while retaining the alpha_data.
Or, if it's not possible, is there an easy way to do it outside of MATLAB?
Thanks! Jared

4 件のコメント

Walter Roberson
Walter Roberson 2013 年 1 月 23 日
Do you need a particular video file format?
What would be the target to display it in?
Jared
Jared 2013 年 1 月 23 日
Don't care about format, provided it plays in powerpoint.
Walter Roberson
Walter Roberson 2013 年 1 月 23 日
So to check, it has to play in powerpoint, but it has to be semi-transparent to reveal whatever is behind the powerpoint video-display window?
Jared
Jared 2013 年 1 月 23 日
That is correct.

サインインしてコメントする。

回答 (2 件)

Walter Roberson
Walter Roberson 2013 年 1 月 23 日

0 投票

3 件のコメント

Jared
Jared 2013 年 1 月 23 日
Are you suggesting a gif (rather than avi etc.) based on limitations in MATLAB, limitations in Powerpoint, or both?
Oliver Woodford
Oliver Woodford 2013 年 1 月 23 日
First ask yourself what video formats support transparency. Then ask if PowerPoint supports that format. Then ask if MATLAB can export in that format. It's a mixture of all three factors.
Walter Roberson
Walter Roberson 2013 年 1 月 23 日
mp4 videos cannot be transparent, it appears. I gather flash can, but I do not find any software to create swf files from MATLAB.

サインインしてコメントする。

Elad
Elad 2013 年 7 月 5 日

0 投票

PowerPoint can play .avi files... see if this helps: http://imageprocessingblog.com/?p=65

カテゴリ

ヘルプ センター および File ExchangeMATLAB Report Generator についてさらに検索

製品

質問済み:

2013 年 1 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by