I've recently get a set of medical videos data in DICOM format. The problem is that I know they should be videos but any DICOM program I've used till now, knows each video as a single image!

I've also tried MATLAB dicomreader to convert videos to stream of frames but the same problem occurs.

Does anyone know how can I convert my data to a known video format like avi, mpg, wmv,...?

Can the problem be the system(GEMS echocardiography) which has burnt data on CD? or maybe there must be a setting before writing...

Thank you all for your help and guides.

有帮助吗?

解决方案

Imebra has an example called dicom2jpeg that can also convert to video if you have ffmpeg installed on your pc.

The downside is that you have to compile the example yourself using QMake or QtCreator.

In the case that the originator really stored the video as a collection of single images, your best bet is still to use ffmpeg and give the bunch of images (converted to jpeg or png) as input.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top