Jump to content

Transcode Fail on SRT


rubenverhoef

Recommended Posts

rubenverhoef

Hello, 

I have a problem with my FreeNAS Emby Server.

SOME of my content would not play using subtitles (SRT)

Transcode Error:

 

Fontconfig error: Cannot load default config file
[Parsed_subtitles_1 @ 0x80b3fd560] No usable fontconfig configuration file found, using fallback.
Fontconfig error: Cannot load default config file
[srt @ 0x80b13a420] Character encoding subtitles conversion needs a libavcodec built with iconv support for this codec
[AVFilterGraph @ 0x80b0a56a0] Error initializing filter 'subtitles' with args 'filename=/mnt/media/series/Scorpion/Season 1/Scorpion - S01E18 - Once Bitten, Twice Die Bluray-1080p.dut.srt:charenc=windows-1252'
Error opening filters!

 

I have attach all the relevant log files.

 

Thanks!

Emby Log.zip

Link to comment
Share on other sites

rubenverhoef

@@josh4trunks 
 
Well, the stream is starting but the external srt subtitels didn't work. Internal SRT subtitels works.
Error log:
Fontconfig error: Cannot load default config file
[Parsed_subtitles_1 @ 0x80b3fd620] No usable fontconfig configuration file found, using fallback.
Fontconfig error: Cannot load default config file
 
also attached

 

Emby Log2.zip

Link to comment
Share on other sites

josh4trunks

@@josh4trunks 

 

Well, the stream is starting but the external srt subtitels didn't work. Internal SRT subtitels works.

Error log:

Fontconfig error: Cannot load default config file

[Parsed_subtitles_1 @ 0x80b3fd620] No usable fontconfig configuration file found, using fallback.

Fontconfig error: Cannot load default config file

 

also attached

just guessing but can you try the below? This is what I do with the subsonic plugin to get some font stuff working.

fetch "http://sourceforge.net/projects/dejavu/files/dejavu/2.34/dejavu-fonts-ttf-2.34.tar.bz2"
tar xjf dejavu-fonts-ttf-*.tar.bz2
mv dejavu-fonts-ttf-*/ttf /usr/local/lib/X11/fonts/dejavu
rm -r dejavu-fonts-ttf-*

mkdir -p /usr/local/etc/fonts

then create the file /usr/local/etc/fonts/fonts.conf

<?xml version="1.0"?>
<fontconfig>
	<dir>/usr/local/lib/X11/fonts</dir>
</fontconfig>
Link to comment
Share on other sites

rubenverhoef

Actually I see some more options related to fons that I disable. I'll try enabling those and make another test build.

 

Thanks for your help! your fast!

i will wait your next build and I will test it.

Link to comment
Share on other sites

rubenverhoef

Okay I tested it but same problem, same error code:

 

Fontconfig error: Cannot load default config file
[Parsed_subtitles_1 @ 0x80b3fd620] No usable fontconfig configuration file found, using fallback.
Fontconfig error: Cannot load default config file

 

alse attached.

Emby Log3.zip

Link to comment
Share on other sites

rubenverhoef

 

just guessing but can you try the below? This is what I do with the subsonic plugin to get some font stuff working.

fetch "http://sourceforge.net/projects/dejavu/files/dejavu/2.34/dejavu-fonts-ttf-2.34.tar.bz2"
tar xjf dejavu-fonts-ttf-*.tar.bz2
mv dejavu-fonts-ttf-*/ttf /usr/local/lib/X11/fonts/dejavu
rm -r dejavu-fonts-ttf-*

mkdir -p /usr/local/etc/fonts

then create the file /usr/local/etc/fonts/fonts.conf

<?xml version="1.0"?>
<fontconfig>
	<dir>/usr/local/lib/X11/fonts</dir>
</fontconfig>

UPDATE:

when i do your font stuff i didn't get the error in the transcode log file but the subtitles are not working (they are working with VLC and other programs)

 

Logs attached (there is only 1 transcode log this time) and i have attached the debug transcode log:

Emby Log4.zip

Edited by rubenverhoef
Link to comment
Share on other sites

it's burning in the srt when it should download separately. this is resolved in the windows beta i pushed out today, so once that goes stable we can get builds out for the other operating systems.

  • Like 2
Link to comment
Share on other sites

rubenverhoef

it's burning in the srt when it should download separately. this is resolved in the windows beta i pushed out today, so once that goes stable we can get builds out for the other operating systems.

It works :) with emby server version 3.0.5724.5

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...