how get compress video from video
Show older comments
how get compress video from video
Answers (1)
Walter Roberson
on 17 Dec 2013
0 votes
You can write a compression codec. Or if you are starting with a file that already has compressed video, you can write a program that understands the file format and reads and returns the compressed frames.
Mathworks does not provide any routines that will return the individual frames of a pre-compressed video in compressed form. Depending on the container format you might be able to adapt one of the File Exchange contributions for this purpose.
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!