Read .seq file in MATLAB
35 次查看(过去 30 天)
显示 更早的评论
Hi, I have a 20 minute video recording of an insect and i need to process it. Since it is the raw data,its file format is .seq.
Can anyone help me in reading the seq file in matlab?
Thanks
2 个评论
采纳的回答
Walter Roberson
2012-9-12
5 个评论
Walter Roberson
2012-9-14
There must be a problem in reading the header. The ImageWidth shown there happens to correspond to hex 0x18171918 which is entirely too regular to be an accident.
更多回答(2 个)
Davide Ferraro
2012-9-11
There are some routines for working with .seq files in MATLAB. I've not been able to test them.
2 个评论
Julian Marstaller
2017-11-24
hey kittu,
i have the same issue currently. did you solve your problem already?
Thanks!
Here is our file output:
width: 1920
height: 1080
imageBitDepth: 12
imageBitDepthReal: 12
imageSizeBytes: 3110400
imageFormat: 630
numFrames: 239
trueImageSize: 3112960
fps: 25.1130
seqVersion: 5
codec: 'imageFormat630'
descr: 'StreamPix 6.5.0.0 (x64) Ę䀀 䀀 乐䀴 ㋈䀴 g 䀴 ⊸3…'
nHiddenFinalFrames: 0
Vijay Yadav
2019-5-7
Hey,
Can anyone please share matlab script for reading .seq file
4 个评论
Walter Roberson
2019-5-7
Try Paul's utility at https://www.mathworks.com/matlabcentral/fileexchange/68341-readcompressedjpegseq
Paul Siefert
2019-6-5
You can now read compressed and uncompresed sequences completly, or within a reading window with the above script.
另请参阅
类别
在 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!