Operation on Video Files

3 ビュー (過去 30 日間)
LOKESH
LOKESH 2012 年 3 月 10 日
Hello I have implemented the security algorithm from Grayscale to RGB Images. Now I want to implement the same for video files. (1)How can I get individual frames for the video file? (2)Also can I apply the algorithm for single frame same as for images.How do I apply (3)how to convert the frames into video file back?
Thanks

回答 (2 件)

Walter Roberson
Walter Roberson 2012 年 3 月 10 日
See the VideoReader and VideoWriter classes. If you have an older version of MATLAB, see mmreader()

Image Analyst
Image Analyst 2012 年 3 月 10 日
It extracts frame and writes them to disk, then it shows how to read those frames back in and create a movie from them.

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by