How to recover VideoReader object (saved in 32 bit MATLAB into a mat file) in 64 bit MATLAB??
1 次查看(过去 30 天)
显示 更早的评论
I have several *.mat file which contains a Videoreader variable. In a 32 bit MATLAB it looks like this:
ans =
VideoReader with properties:
General Properties:
Name: 'mini-1-001.avi'
Path: 'W:\Mentes\WD_passport\Vekonyreteg_mozik\Mini-1'
Duration: 75.72
CurrentTime: 75.72
Tag: ''
UserData: []
Video Properties:
Width: 218
Height: 218
FrameRate: 25
BitsPerPixel: 24
VideoFormat: 'RGB24'
However in 64 bit MATLAB the same mat file this variable has the same fields but alll of them are empty!
How to recover the data?? The variable does not seem to contain any avi specific link or information. All data are pure constants.
0 个评论
回答(1 个)
Aditya Patil
2020-3-26
It is not possible to read 32 bit AVI files on 64 bit MATLAB. However, workarounds are mentioned in the following answer https://www.mathworks.com/matlabcentral/answers/93175-why-am-i-unable-to-read-my-avi-file-in-64-bit-matlab-on-a-64-bit-version-of-windows-xp-windows-vist
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!