Problem 1222. Create a Video
Create an avi video of the function surf(sin(2*pi*k/20)*Z,Z) for k=1:100 with an avi "quality" of 5.
The standard quality is 75 out of 100.
Output: avi file titled 'peaks.avi' of "Quality" 5
The size of the avi file will be checked to confirm "quality" of 5 was used and 100 frames.
Note: Windows 7 allows MPEG-4 which reduces file size a large percent while maintaining quality.
Hints:
1) VideoWriter Object Properties
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
Create a matrix X, where each column is a shifted copy of the vector v
205 Solvers
-
Permute diagonal and antidiagonal
466 Solvers
-
Multiples of a Number in a Given Range
775 Solvers
-
Fermat's Last Theorem - Fermat's conjecture
101 Solvers
-
Celsius to Fahrenheit converter
634 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!