how get compress video from video

Answers (1)

Walter Roberson
Walter Roberson on 17 Dec 2013
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.

Products

Tags

No tags entered yet.

Asked:

on 17 Dec 2013

Answered:

on 17 Dec 2013

Community Treasure Hunt

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

Start Hunting!