Search found 8 matches

by shalas1
Tue, 2023-02-14, 20:08
Forum: DCMTK - General
Topic: DCMTK 3.6.7 'apt' or 'apt-get' Install?
Replies: 1
Views: 1216

DCMTK 3.6.7 'apt' or 'apt-get' Install?

Hello, I am wondering if there are plans to make DCMTK version 3.6.7 available for install through the Linux terminal using 'apt' or 'apt-get'. Right now, there as a valid DCMTK package that can be installed via: sudo apt-get install dcmtk However, this installs DCMTK versions 3.6.6. Just want to ch...
by shalas1
Mon, 2022-08-29, 17:44
Forum: DCMTK - General
Topic: MPEG-4 to DICOM File?
Replies: 6
Views: 2702

Re: MPEG-4 to DICOM File?

I just want to share that I figured this out a couple weeks ago. I was able to create a DICOM file from an MPEG-4 H264 Level 4.1 input file.
by shalas1
Thu, 2022-08-18, 16:32
Forum: DCMTK - General
Topic: MPEG-4 to DICOM File?
Replies: 6
Views: 2702

Re: MPEG-4 to DICOM File?

I found some resources regarding creating a pixel sequence and inserting it into a dataset. I have the following code: OFCondition result; QString mpegFileName = caseDir.path() + "/" + "testMpeg4.mp4"; OFString mpegFileNameOF = mpegFileName.toStdString().c_str(); // Length of the...
by shalas1
Wed, 2022-08-17, 17:27
Forum: DCMTK - General
Topic: MPEG-4 to DICOM File?
Replies: 6
Views: 2702

Re: MPEG-4 to DICOM File?

Thank you for your reply. It doesn't seem I am able to load the MPEG-4 file at all - loading it into a DcmFileFormat object does not work, and I receive the following error: E: DcmElement: Unknown Tag & Data (0000,2000) larger (1887007846) than remaining bytes in file E: Failed to load file: I/O...
by shalas1
Tue, 2022-08-16, 21:35
Forum: DCMTK - General
Topic: MPEG-4 to DICOM File?
Replies: 6
Views: 2702

Re: MPEG-4 to DICOM File?

More specifically, I am interested in adding an existing MPEG-4 file to a DcmDataset object, but I'm not sure if that is possible. If that is not possible, I am looking for information about how to extract the frames of a given MPEG-4 file, and use some of the DCMTK classes like "DcmPixelItem&q...
by shalas1
Thu, 2022-08-11, 15:26
Forum: DCMTK - General
Topic: MPEG-4 to DICOM File?
Replies: 6
Views: 2702

MPEG-4 to DICOM File?

Hello, I had seen some older posts on this forum asking about this, but I want to post in case there were any new features added in newer DCMTK versions that may make this easier. I am trying to create a DICOM file from an MPEG-4 video file. What are some possible ways to approach this issue? I woul...
by shalas1
Thu, 2022-08-11, 15:23
Forum: DCMTK - General
Topic: Unable to Compress DICOM Image File wtih Lossless JPEG
Replies: 2
Views: 1093

Re: Unable to Compress DICOM Image File wtih Lossless JPEG

Thank you very much for the help. I have this all working now.
by shalas1
Thu, 2022-08-04, 16:59
Forum: DCMTK - General
Topic: Unable to Compress DICOM Image File wtih Lossless JPEG
Replies: 2
Views: 1093

Unable to Compress DICOM Image File wtih Lossless JPEG

Hello, I have been using the DCMTK for the last couple months. Recently, I have been having trouble with compressing a DICOM image file with lossless JPEG. I have been following the code example at https://support.dcmtk.org/docs/mod_dcmjpeg.html, but I am still having problems. When calling the &quo...