Page 1 of 1

Seek good quality thumbs/pictures generated by serviiio?

PostPosted: Mon Mar 28, 2016 2:13 am
by wazer
This how it looks in webbrowser tv,phones,tablets and what not, its everyting, i tried disabling generate thumbs etc nothing helped.

How can i make those pictures look better??

Image

Re: Seek good quality thumbs/pictures generated by serviiio?

PostPosted: Mon Mar 28, 2016 7:02 pm
by zip
Not currently. There is a ticket pending to enable the users to define the resolution.

Re: Seek good quality thumbs/pictures generated by serviiio?

PostPosted: Tue Feb 28, 2017 3:19 am
by wazer
zip wrote:Not currently. There is a ticket pending to enable the users to define the resolution.


Reviving this thread, does not seem to bee included as of 28-02-2017 on Version 1.8
Image
Image

Re: Seek good quality thumbs/pictures generated by serviiio?

PostPosted: Tue Feb 28, 2017 11:34 am
by zip
there is a serviio.hdThumbnailResoulution system variable now.

You can set it to something higher than 320, like

  Code:
-Dserviio.hdThumbnailResoulution=640


http://www.serviio.org/index.php?option ... e&id=21#q3

You'll also have to refresh the video metadata in the console and Force refresh so that the thumbnails are re-generated.

Re: Seek good quality thumbs/pictures generated by serviiio?

PostPosted: Thu Mar 02, 2017 4:03 am
by wazer
zip wrote:there is a serviio.hdThumbnailResoulution system variable now.

You can set it to something higher than 320, like

  Code:
-Dserviio.hdThumbnailResoulution=640


http://www.serviio.org/index.php?option ... e&id=21#q3

You'll also have to refresh the video metadata in the console and Force refresh so that the thumbnails are re-generated.



So my file should look like this?

-Dserviio.hdThumbnailResoulution=1920 -Xmx512m

-Xmx512m

was already added.

I force refresh and and meta, still not working.

Think there needs to be an proper guide?

people in this are using another cmd and it seems to be working for them?

viewtopic.php?f=5&t=22535

Im totally confused now.

is it

-Xmx512m
-Dserviio.hdThumbnailResoulution=1280
-DhdThumbnailResoulution=1280

without any spaces?

or

-Xmx512m -Dserviio.hdThumbnailResoulution=1280 -DhdThumbnailResoulution=1280

Because this wont make the server start with either one of them when editing ServiioService.exe.vmoptions

640 ress is too low for me.

Re: Seek good quality thumbs/pictures generated by serviiio?

PostPosted: Fri Mar 03, 2017 10:13 am
by zip
It should be

  Code:
-Xmx512m
-Dserviio.hdThumbnailResoulution=1280

Re: Seek good quality thumbs/pictures generated by serviiio?

PostPosted: Sat Mar 04, 2017 6:22 pm
by wazer
zip wrote:It should be

  Code:
-Xmx512m
-Dserviio.hdThumbnailResoulution=1280


Thanks and if i just want all my generated pictures to be 1920x1080?