# HG changeset patch # User Alain Mazy # Date 1717417830 -7200 # Node ID 4a2bfda999c692f8c4cc72c9bb8b59aba1d50e09 # Parent b1a18218860cd73177a01b45b7b6d692a718e079 todo diff -r b1a18218860c -r 4a2bfda999c6 TODO --- a/TODO Fri May 31 16:56:35 2024 +0200 +++ b/TODO Mon Jun 03 14:30:30 2024 +0200 @@ -126,7 +126,12 @@ https://groups.google.com/g/orthanc-users/c/o15Dekecgds/m/xmPE2y3bAwAJ * Support Palette PNG in /tools/create-dicom: https://discourse.orthanc-server.org/t/404-on-tools-create-dicom-endpoint-with-specific-png/3562 -* Support creation of DICOM files from MP4 in /tools/create-dicom +* Support creation of DICOM files from MP4 in /tools/create-dicom. + Sample python code: https://github.com/salimkanoun/OrthancGif/blob/new-organisation/python/create_dicom_video.py. + We would need to extract frame rate + dimension from the MP4 which would + require ffmpeg or a similar library -> can not be done in the Orthanc core. + -> keep it for a python plugin + -> or require the payload to include rows/columns/cinerate/... * (1) In the /studies/{id}/anonymize route, add an option to remove secondary captures. They usually contains Patient info in the image. The SOPClassUID might be used to identify such secondary