Search found 4 matches

by upnorth173
Mon, 2022-02-14, 19:14
Forum: DCMTK - General
Topic: storescu and MPEG4
Replies: 1
Views: 1539

storescu and MPEG4

I have created a dicom file (VideoEndoscopicImageStorage_MPEG4HighProfile_Level4.1.dcm) containing a correct configuration (as verified by Clunie tools dciodvfy) (0002,0002) UI =VideoEndoscopicImageStorage # 32, 1 MediaStorageSOPClassUID (0002,0010) UI =MPEG4HighProfile/Level4.1 # 24, 1 TransferSynt...
by upnorth173
Thu, 2022-02-03, 15:25
Forum: Other DICOM Tools
Topic: dcmodify issue
Replies: 5
Views: 7595

Re: dcmodify issue

Thanks Michael. Please let me know if there is anything I can help to co-diagnose/debug/test this issue

Bruce
by upnorth173
Wed, 2022-02-02, 19:31
Forum: Other DICOM Tools
Topic: dcmodify issue
Replies: 5
Views: 7595

Re: dcmodify issue

Michael, Thank you. This is the contents of my bash script: -------------------------------------------------------------------- echo "Deleting prior PixelData" dcmodify -e PixelData dicom.dcm echo "Inserting new PixelData" dcmodify --debug --verbose -if "PixelData=my.mp4&qu...
by upnorth173
Wed, 2022-02-02, 16:46
Forum: Other DICOM Tools
Topic: dcmodify issue
Replies: 5
Views: 7595

dcmodify issue

I have a compliant dicom file (dicom.dcm) that I'm attempting to replace the pixel data (and I know I have to adjust rows,cols and other elements). The command I'm using is: dcmodify --debug --verbose -mf "PixelData=my.mp4" dicom.dcm This is what I am seeing: I: Processing file: dicom.dcm ...