comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: 16 bit greyscale / grayscale videos
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: 16 bit greyscale / grayscale videos [message #69472 is a reply to message #69470] Wed, 20 January 2010 07:43 Go to previous messageGo to previous message
DavidPS is currently offline  DavidPS
Messages: 10
Registered: December 2009
Junior Member
On Jan 20, 2:48 pm, 2...@onetel.com wrote:
> I'd like to generate 16-bit greyscale videos to retain the full
> sensor
> fidelity and be able to replay them on the standard (free) video
> players. Is this possible in IDL 6.0?
>
> I'm thinking with medical and infra red imaging, high quality imaging
> sensors, and processing power 16-bit greyscal video should be doable
> now without too much difficulty. Does anyone have any suggestions
> about how to go about generating and displaying 16-bit video.
>
> many thanks,
> Neil

Hi Neil,

I haven't done much videos with IDL, I'd never been very happy with
the results. What I've used is FFMpeg, first I save the frames on
jpeg (or other format you like) and then make a video with ffmpeg in
your favourite format. Ffmpeg is opensource and offer a big list of
formats (http://en.wikipedia.org/wiki/FFmpeg).

In linux what I do with image-0000.jpg to image-nnnn.jpg is:
ffmpeg -r 20 -b 15M -i image-%04d.jpg film.mp4

Cheers,

David
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: performing multiple histograms without loops
Next Topic: 16 bit greyscale / grayscale videos

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 04:27:47 PDT 2025

Total time taken to generate the page: 0.96162 seconds