nroduit / Weasis

Weasis is a DICOM viewer available as a desktop application or as a web-based application.
https://nroduit.github.io
Other
811 stars 292 forks source link

export video #115

Open aster94 opened 4 years ago

aster94 commented 4 years ago

Hello, I wasn't able to find an easy way to convert a series of DICOM images into a video. I googled around and maybe it is possible with some plugin but there is not a list of available plugins so i am not sure where to find them

xiaoluGood commented 4 years ago

You can try Ffmpeg.

aster94 commented 4 years ago

It doesn't look like it support it https://trac.ffmpeg.org/ticket/4728 By the way this is not a software recommendation but a feature request

xiaoluGood commented 4 years ago

FFmpeg is often used in my projects. If you want to export video, first you need to convert DICOM into JPG, and then use FFmpeg to synthesize MP4. In fact, the principle is JPG to synthesize video

aster94 commented 4 years ago

ok, but wouldn't it be nice to have this already bundled inside weasis? 😄

nroduit commented 4 years ago

Yes, it should be possible to write a video with OpenCV which the image lib used in Weasis.

Unfortunately my limited time on this project at the moment does not allow me to do this development as there are important changes underway to keep up with current technologies.

brucejuz commented 2 years ago

It is the only dicom viewer can work on my linux. Thanks! I also hope weasis can conside to include the function which can convert the cine to video. Thanks