Search found 690 matches

by valib
Tue Jun 17, 2014 8:35 am
Forum: Announcements
Topic: Version 3.6.3 is released
Replies: 15
Views: 33580

Re: Version 3.6.3 is released

Thanks for your input but there is not missing semicolon. In the line 1894 there is

Code: Select all

vfValuePrepend += "expand=-" + expandBorderWidth + ":-" + expandBorderHeight;
and the previous code checks if resolution is divided by 4 and this line add the black bars where needed.
by valib
Tue Jun 17, 2014 7:41 am
Forum: Help and Support
Topic: 3.6.3 and FFmpeg Subtitles
Replies: 7
Views: 9238

Re: 3.6.3 and FFmpeg Subtitles

If ASS subs are not shown correctly this is a problem of the libass.dll which FFmpeg uses as a videofilter or maybe not correct libass implementation in FFmpeg. We can't do anything with that only ask people making libass and FFmpeg to correct it. Chyaddo can you put here subtitles which are not wor...
by valib
Mon Jun 16, 2014 8:02 pm
Forum: Help and Support
Topic: 3.6.3 and FFmpeg Subtitles
Replies: 7
Views: 9238

Re: 3.6.3 and FFmpeg Subtitles

The question is if for FFmpeg we could change Default subtitles color for SSA/ASS subs or leave it as it is. Now the color is changed when fontconfig is checked. I can add an option eg. "Do not apply fonconfig for default SSA/ASS subtitles" to the FFmpeg option tab or change the behavior c...
by valib
Wed Jun 11, 2014 3:33 am
Forum: Announcements
Topic: Version 4.0.0-a1 is released
Replies: 46
Views: 90389

Re: Version 4.0.0-a1 is released

Sorry Paradox but I retested it and it was a bad idea. For Sony Bravia TV we have to use the OverrideFFmpegVideoFilter = pad=max(iw\\,ih*16/9):max(ih\\,iw/16*9):(ow-iw)/2:(oh-ih)/2, setdar=4/3 setting. The issue is so specific that does not work for other renderers. So we should add that option to t...
by valib
Tue Jun 10, 2014 8:31 am
Forum: Announcements
Topic: Version 4.0.0-a1 is released
Replies: 46
Views: 90389

Re: Version 4.0.0-a1 is released

For the MEncoderWebVideo the 'CustomMencoderOptions' was never implemented. It is done only in the FFmpegWebVideo.
by valib
Tue Jun 10, 2014 4:10 am
Forum: Media Renderers
Topic: MEDE8ER ???
Replies: 27
Views: 31709

Re: MEDE8ER ???

Simpy if some subs formats are not working means that they are not supported by renderer via DLNA. You have to delete not supported subtitles formats from SupportedSubtitlesType option and leave them to be transcoded. And please be patient we are not robots.
by valib
Mon Jun 09, 2014 11:59 pm
Forum: Announcements
Topic: Version 4.0.0-a1 is released
Replies: 46
Views: 90389

Re: Version 4.0.0-a1 is released

SubJunk we should test this pull request https://github.com/UniversalMediaServer ... r/pull/329
by valib
Mon Jun 09, 2014 6:55 am
Forum: Announcements
Topic: Version 4.0.0-a1 is released
Replies: 46
Views: 90389

Re: Version 4.0.0-a1 is released

For Mencoder the -vf softskip,expand=::::1:16 is implemented for KeepAspectRatio=true. So I see that /9:2 is missing. Also for FFmpeg the scale and pad is set like in Serviio but setdar=4:3 is missing. I will test it with that settings on my Panasonic TV to recognize if it could be set commonly. Als...
by valib
Mon Jun 09, 2014 4:51 am
Forum: Media Renderers
Topic: MEDE8ER ???
Replies: 27
Views: 31709

Re: MEDE8ER ???

Why and how is written in the code I replayed on the previous page. You can try add SAMI for .smi subs (not tested yet). The rest are picture based subs.
by valib
Mon Jun 09, 2014 1:50 am
Forum: Media Renderers
Topic: MEDE8ER ???
Replies: 27
Views: 31709

Re: MEDE8ER ???

Here you are