Read .seq file in MATLAB
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 12 de Sept. de 2012
Was your .seq file created by Cyberpaint or by NorPix ?
kittu
el 12 de Sept. de 2012
Respuesta aceptada
Más respuestas (2)
Davide Ferraro
el 11 de Sept. de 2012
0 votos
There are some routines for working with .seq files in MATLAB. I've not been able to test them.
2 comentarios
kittu
el 12 de Sept. de 2012
Julian Marstaller
el 24 de Nov. de 2017
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
el 7 de Mayo de 2019
0 votos
Hey,
Can anyone please share matlab script for reading .seq file
4 comentarios
Walter Roberson
el 7 de Mayo de 2019
Vijay Yadav:
We have identified at least 3 different kinds of .seq files. We would need to know what software wrote your files to try to figure out what your file is.
Vijay Yadav
el 7 de Mayo de 2019
Hi Walter,
Thnxs for ur reply.
My .seq raw videos files are from StreamPix.
Walter Roberson
el 7 de Mayo de 2019
Try Paul's utility at https://www.mathworks.com/matlabcentral/fileexchange/68341-readcompressedjpegseq
Paul Siefert
el 5 de Jun. de 2019
You can now read compressed and uncompresed sequences completly, or within a reading window with the above script.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!