Page 1 of 1

Automatic transcoding of images

PostPosted: Mon Feb 07, 2011 4:49 pm
by kot
Most of our photos here are stored in the camera's "raw" format. Some people may prefer lossless TIFF, TGA, or PNG to the ubiquitous JPEG.

Worse! None of the Sony equipment (neither the TVs, nor the their standalone picture-frames) can show the JPEG-variant known as "progressive" -- where the image is shown layer-by-layer with more and more detail, rather than row-by-row. The progressive JPEGs are nicer (in my opinion) for the web, and they are also usually smaller -- jpegtran can convert from progressive to regular JPEG without recomputing (and thus without any additional quality loss).

Would be nice, if Serviio could transcode images into what's acceptable to the device (perhaps even downsizing them to the TV's maximum resolution, if necessary).

Java includes the libjpeg and thus should support all JPEG-manipulations/transcoding. For the raw formats of most cameras, one can use ufraw-batch just as ffmpeg is used for videos.

Re: Automatic transcoding of images

PostPosted: Mon Feb 07, 2011 5:04 pm
by zip
It already does it for png and gif, automatically transcoding to jpeg. There is an open ticket for RAW files already.

Re: Automatic transcoding of images

PostPosted: Tue Jun 21, 2011 2:01 am
by njose
Is there an ETA on raw support? Perhaps release 0.6.0?

ETA on release 0.6.0...what are the early tickets planned for it?

Re: Automatic transcoding of images

PostPosted: Wed Sep 14, 2011 1:10 am
by patters
Resizing to fit 1920x1080 if the image is larger would be useful.

Re: Automatic transcoding of images

PostPosted: Fri Nov 11, 2011 4:08 pm
by kot
Can this (image transcoding) be done by a plugin? If so, what API is there?..

Re: Automatic transcoding of images

PostPosted: Fri Nov 11, 2011 4:12 pm
by zip
nope.