Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andreoss/dicom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DICOM to video

linters

Convert 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

About

DICOM to video

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages