https://github.com/andreoss/dicom
DICOM to video
https://github.com/andreoss/dicom
bash-script dicom ffmpeg video
Last synced: 6 months ago
JSON representation
DICOM to video
- Host: GitHub
- URL: https://github.com/andreoss/dicom
- Owner: andreoss
- Created: 2020-04-20T20:18:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T03:19:59.000Z (about 2 years ago)
- Last Synced: 2025-03-22T21:06:34.354Z (about 1 year ago)
- Topics: bash-script, dicom, ffmpeg, video
- Language: Shell
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DICOM to video
[](https://github.com/andreoss/dicom/actions/workflows/linters.yml)
Convert [DICOM](https://en.wikipedia.org/wiki/DICOM) files such as magnetic resonance and computer tomography images, fluoroscopy and ultrasound images to a video file.
## Requirements
* ImageMagick
* ffmpeg
## Usage
You need to specify an input directory, which is walked recursively.
If `--weigth` and `--height` not specified, maximal available values for both will be used.
Frame rate can be specified by `--rate`.
## Example
```
$ ./dicom --input ~/DICOM/ --overwrite --output ~/result.mp4 --rate 6 --width 600 --height 400
```