Re: Image sequence to video conversion (high compression): software recommendations?
Posted by
Peter Haub on
Sep 17, 2014; 8:30am
URL: http://imagej.273.s1.nabble.com/Image-sequence-to-video-conversion-high-compression-software-recommendations-tp5009641p5009656.html
Hi Guenter,
have you thought about ffmpeg.
You can create a video from images with a command like:
ffmpeg -framerate 1/5 -i img%03d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4
Check
https://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20imagesregards
peter
On 16.09.2014 15:01, Guenter Giese wrote:
> Hi all,
>
> I want to generate movies for publication from neuronal structures
> recordings (TIFF image sequences 8bit greyscale, 24bit RGB). My image
> sequences are rather large up to GB), and movie size for publication
> is confined to 10 MB.
>
>
> Image sequence to video conversion (high compression): which software
> / codec do you recommend for preservation of small structures (cells,
> axons, dendrites)?
>
> Exact color rendition is not that critical (two-channel fluorescence
> images, plus labels in different colors).
>
> Freeware is preferred, or are there big advantages of commercial
> solutions?
>
> Thank you for recommendations!
>
> Guenter
>
> --
> ImageJ mailing list:
http://imagej.nih.gov/ij/list.html--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html