Matlab to MPG
3 views (last 30 days)
Show older comments
I am looking to make a matlab movie into an mpg. There used to be a function called mpgwrite for older versions of Matlab, but I have the newest student version and this function doesn't exist. Any help would be great!!
Thank you!
1 Comment
Sean de Wolski
on 18 May 2011
I was hoping you knew a way to convert matlab codes to extra miles per gallon :)
Answers (3)
Andy
on 18 May 2011
Are you sure mpgwrite was a MATLAB function, and not this FEX submission of the same name? And if they are different, have you tried the FEX submission to see if it works on your new updated version of MATLAB?
2 Comments
Andy
on 18 May 2011
First, please do not add new 'answers' to comment on other answers. Second, if you download the files, the README file says:
"The MPEG converter is a MATLAB mex file which can be built using the
included Makefile by calling make at the unix prompt. An ANSI C
compiler is required. Makefile can be modified if necessary to specify
an ANSI compiler. The resulting mex file can be invoked by calling
"mpgwrite" from the MATLAB command line.
On the PC, run the makedll m-file from within MATLAB.
Both Makefile and makedll.m can be found in the src subdirectory along
with the source code."
Maddie
on 18 May 2011
1 Comment
Jason Ross
on 18 May 2011
If you click the "Download All" button and download the .zip file it has the code and documentation.
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!