Hi Mathieu, do you have any guidance on what is required to implement this in GDCM? This is something I would be interested in contributing as I'm working with ultrasound video data and some manufacturers are producing DICOM with the .mp4 embedded.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is too much junk in gdcmimg associated to image bitstream handling. MP4 is easier to handle since you will be using the entire MP4 stream (format+codec) in the Pixel Data.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Mathieu, do you have any guidance on what is required to implement this in GDCM? This is something I would be interested in contributing as I'm working with ultrasound video data and some manufacturers are producing DICOM with the .mp4 embedded.
I would start instead with:
$ cp gdcmpdf.cxx gdcmmp4.cxx
There is too much junk in gdcmimg associated to image bitstream handling. MP4 is easier to handle since you will be using the entire MP4 stream (format+codec) in the Pixel Data.