Ps3 subtitle size

Posted:
Mon Jun 10, 2013 9:57 pm
by hatul123
Hello all !!!
I am using Serviio on my ps3 work fine!!
I want to know who to change the size of subtitle ?
( the subtitle is very small)
Re: Ps3 subtitle size

Posted:
Tue Jun 11, 2013 7:23 am
by Illico
Serviio does not manage subtitle size/font/etc.
viewtopic.php?f=5&t=9793&p=66662&hilit=font#p66662What is the file format ?
Is it embedded subtitles ?
Is it external subtitles ?
If it was ass subtitle, you can change subtitle font settings, there were a post about that here :
viewtopic.php?f=3&t=8255&p=61934&hilit=subtitles#p57781
Re: Ps3 subtitle size

Posted:
Tue Jun 11, 2013 12:04 pm
by hatul123
Hi
File format is srt
Yes, utf-8
External
Re: Ps3 subtitle size

Posted:
Tue Jun 11, 2013 2:18 pm
by Illico
Then you can convert your srt file to ass format with ffmpeg command line:
- Code:
ffmpeg.exe -i TEST.srt -y -scodec ass TEST.ass
Then you can edit and customize your TEST.ass file (Fontsize), look at this example :
viewtopic.php?f=3&t=8255&p=61934&hilit=subtitles#p57781