Can it be possible to make a movie(avi) from frames with transparent object. ??
Show older comments
Hi i am trying to make a movie from the frame in which i used alpha command
h=imagesc(x,y,AA);
h1=fill(xhorizontal,yhorizontal1,'b');
alpha(h1,0.2)
F=getframe(gcf);
drawnow;
writeVideo(vidObj,F);
After the simulation whenever i open the movie , all the frames become transparent and the AA vector disappears. any solution for making AA visible and the h1 handle transparent
4 Comments
Image Analyst
on 15 Dec 2014
Are you saying that absolutely everything is transparent, hidden, or not shown at all? You don't see anything at all, just whatever application or desktop is behind your video buffer? That sounds weird.
Fawad
on 15 Dec 2014
Image Analyst
on 15 Dec 2014
What should AA look like?
Accepted Answer
More Answers (0)
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
