How to make a zoomable movie?

1 次查看(过去 30 天)
David Pesetsky
David Pesetsky 2018-5-1
Hello,
I was wondering if there's any format of a Matlab movie that is zoomable? Like a fig is zoomable. I used below to make a regular mpg, but of course that ain't it :)
VideoWriter(moviename, 'MPEG-4');
Thanks for any help on this :)
Dave

回答(1 个)

Walter Roberson
Walter Roberson 2018-5-3
The choices that I can come up with at the moment are:
  • powerpoint
  • SWF (Shock-Wave Flash)
SWF is considered to be fairly insecure and is being dropped by most major vendors, but it is a vector format that supports action.
PDF files are generally also vector format, but the movie capability is mostly H.264 or embedded raster images.
You might perhaps be interested in U3D, which is a technology for putting 3 dimensional interactive plots into PDF files, including support for zooming. These are not movies, but just maybe they are what you were looking for.

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by