how to read .mp4 videos in matlab
3 次查看(过去 30 天)
显示 更早的评论
I want to extract DCT coefficients and motion vectors in a .mp4 video for encryption/ decryption. How do I read the video sequence to get the frames?
0 个评论
采纳的回答
Wayne King
2011-10-20
On Windows 7, you can use VideoReader to read a .mp4 file.
See the help for an example of reading one frame at a time.
If you have the DSP System Toolbox, or the Computer Vision Toolbox, you can use the System objects: signalblks.MultimediaFileReader or vision.VideoFileReader to read an mp4 file one frame at a time. If you have either of these products and want an example, write back (say which version you have, e.g. R2011b, R2011a, etc.)
0 个评论
更多回答(1 个)
Megha Kolhekar
2011-10-21
1 个评论
Lambis Apostolidis
2012-4-23
Hi,
I'm looking for the exact same information. Did you finally found a solution? Can you provide me some instructions?
Thanks
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!