Forum Discussion
Japanese localisation output size increases considerably than the other languages output
We have created a course in 11 languages using storyline. One in English, and the rest are localization of the same English file. English output file size is 120mb.
Out of which, when we publish Japanese source file, the output file size increases considerably (i.e. 135 mb). All the other output files are of same size as english output. i.e. 120 mb.
Can someone please help.
Regards,
Sayali S.
- sayali-sathe1Community Member
Hi Matthew,
Thanks for the instant reply.
At client end, even 120 mb SCORM size takes time to load.
Japanese SCORM is taking some more time load than the other languages. Hence, they have asked, that why only Japanese has more SCORM size.
Also, they have asked us to find, if there's any way to reduce the SCORM output size. We have already used the minimum possible quality while publishing the course. So that cannot be reduced more.
Is there any other way you know?
Regards,
Sayali S.
- sayali-sathe1Community Member
Yes, we have used the handbrake tool to compress the videos from the course.
We will try your this suggestion - to run the images through tinypng and tinyjpg before adding them back to the published output.
I'll get back to you in sometime for the final file size.
Once again, Thanks much!
- sayali-sathe1Community Member
Hi Matthew,
Sorry for the late reply. The Japanese package size has been reduced to 116 mb from 145 mb. It wasn't 135, it was 145 mb initially. We have compressed the videos furthermore after publishing the output.
Thanks much for your help! - KevinMcGloneCommunity Member
Hi All,
I have run into an issue with a large SCORM from a Rise course with 9 Storyline blocks. (couple of slides each)
English version was 175 MB, the Japanese version is coming out 465MB
When I looked into which files were the largest the CSS files for each Storyline file are the largest.
Overall the CSS is making up 395MB. This is within "output.min.css" files in each Storyline Ouput.
Is this to do with the Japanese fonts being used? are there solutions to reduce this?Looking forward to any suggestions to help resolve this, the load lag is heavy.
- Jürgen_Schoene_Community Member
"output.min.css" is 50-90% font information
but 395 MByte css is strange - normal is 200-1000 KByte (depending on the number of different letters used and different styles - bold, italic, ... )
upload please one of these big css files here in the forum (as zip or 7z)
- KevinMcGloneCommunity Member
Hi Jürgen,
Thanks for replying and the information on the font information.
The combination of 5 different files adds up to 395MB. The files range in size from 20MB up to 85MB. I am assuming the larger ones contain more of the characters due to the Storyline file having more text in it.
I had a look inside the CSS files
I see the item below having allot of content that seems to be hashed rendered as letters,symbols and numbers.@font-face {
font-family: 'MS PGothicBold CharBoldED33A9AC';
src: url( - Jürgen_Schoene_Community Member
something is very stange with your file sizes, a normal "complete" japanese font with all characters (about 20000) is 5-9 MByte - as ttf not compressed.
As woff font should be about 3 MByte - all charcters (19688 Glyphs in MS-PGothic)
the woff font is saved in the css as "base64"-text, so the file size increases by 33%=> the css should be max. 5 MByte per used font
could you zip this 85MB css und upload it here as attachment - KevinMcGloneCommunity Member
Yes agreed.
I did some testing, when I replaced the font with a different one, in the Storyline files the file size for the CSS came down a bit but still larger than 5MB, approximately 30MB. I have gone with this for now as we needed to launch the course.
The font that was causing the larger file size was "Noto Sans CJK JP Regular" and other variants eg bold ,black.
Attached is one of the larger Zips. Password protected. I will PM you the password.
It would be great to understand what the issue is and what a potential solution would be to avoid large file sizes in Storyline SCROMs.
Thanks
- Jürgen_Schoene_Community Member
this file is large
I have extracted the css to woff files and here is the result
(this was a good test for my extract script)you have to add 33% to the file size, because the woffs are integrated in the css as base64
unusual is that the 4 large font are almost the same size - very, very strange
let's see if I can find out something else
- Jürgen_Schoene_Community Member
the result of the check of one of the big font is
65535 (2^16-1) glyphen - that's not possible, the woff generator in storyline is broken
open a support case - articulare has to fix this problemhttps://articulate.com/support/contact/360-teams
send them a link to this forum post