This is the result of a ton of research into Crunchyroll's recent subtitle changes that have tanked the service's first-party presentation quality to an all-time low. The article ended up being quite long, so I highly appreciate anyone taking the time to read it in full!
Does Netflix really only allow 2 lines of subtitling on screen at a time? That's really stupid.
Also I remember when CR killed the Kodi plugin, that irked me enough to stick to DVD imports + fan subs for a while.
Finally, Ruri Rocks is such a good show, it got me to resubscribe to CR after not having subbed for years. If they screw with its subs I'm gonna root for this mess to bankrupt CR for good.
I didn't find an answer skimming: are they actively deleting old good subtitles and replacing with low-quality ones (as the title seems to suggest), have they simply changed their process for new subtitles, not spending as much to make nice ones? If they're actively deleting old good ones, that seems malicious.
I did find instances of them actively deleting old subtitles and replacing them with lower quality ones in the back catalog, yes. Which seems indicative of Crunchyroll wanting to eventually get rid of good subtitles altogether.
Keeping the "hard subs" content is a lot of videos as the subtitles were encoded into the video stream.
This makes CDNs and other systems more difficult to utilize because we have a ton of video streams with just caption changes as opposed to just the Japanese audio source + caption files.
It's one of those things that doesn't seem that problematic till you include all the video_qualities to support streaming bandwith. So you also get a #hardSubLanguages * #videoQualities
Obviously you probably thought about it but what about rendering the subtitles on top of the video stream? Was there a reason it was not possible (e.g DRMs?)
This kind of softsubbing is what Crunchyroll primarily does, but it has hardsubbed encodes for devices that cannot do softsubbed rendering of the ASS subtitles that Crunchyroll uses. I go over some ways in how they could do away with these hardsubbed variants in the article without any notable loss in primary experience quality.
I’m pretty sure it’s not too hard to implement an ASS → PNG renderer (especially considering vibe coding is now a thing). Then, just need to split out subs that can be actual text somehow from the ones that have to be overlays.
Apart from that... surely they could at least keep ASS subs for the players that support it, and serve “fallback” subs for low-end devices?
If you hardsub the video, then you need to have a full copy of the video for every language. That's the opposite of what people want. They want a single textless video source that can then accommodate any internationalization.
The article claims that you can slice up the video and only use language-specific hardsubs for parts that need it. I'd be interested if there are technical reasons that can't be done.
To be more specific, basically all online streaming today is based around the concept of segmented video (where the video is already split into regular X-second chunks). If you only hardsubbed the typesetting while keeping the dialogue softsubbed (which could then be offered in a simpler subtitle format where necessary), you would only need to have multiple copies of the segments that actually feature typesetting. Then you would just construct multiple playlists that use the correct segment variants, and you could make this work basically everywhere.
You can also use the same kind of segment-based playlist approach on Blu-ray if you wanted to, though theoretically you should be able to use the Blu-ray Picture-in-Picture feature to store the typesetting in a separate partially transparent video stream entirely that is then overlaid on top of the clean video during playback.
Crunchyroll is currently using a subtitle rendering stack that is highly unique in the media industry, being based on the Advanced SubStation Alpha (ASS) subtitle format. It seems that the current executives would like to replace this unique stack with something more "industry standard" (and far less capable), but they can't do that as long as their back catalog is full of ASS subtitles - if they just switched stacks without doing anything else, all of these back catalog subtitles would just stop working completely. Which is why in order to perform such a stack switch, all old subtitles would need to be replaced with worse ones to make them compatible with the less capable new stack.
Per the article, on top of this, the Crunchyroll subtitle authoring tools and the Crunchyroll player both use ASS. So the directive to have the “master” copy be the more widespread and limited TTML… means that many new shows are doing ASS-to-TTML-to-ASS conversions! Quite literally the lowest common denominator of shared functionality.
IIUC, it comes down to simplifying playback/subtitle rendering to the lowest common denominator among the various western streaming platforms.
The good/old subtitles in the ASS format required a more complex playback system than what Netflix/Hulu (and maybe blueray players) currently offer. This could be worked around by burning the subs into the video stream, but then you need to keep separate copies of your (large) video files for each subtitled language.
That doesn't seem like it'd be such a huge problem to me, but what do I know?
The post does a good job explaining the effective monopoly system at play that prevents real competition to provide any pressure to improve or maintain the prior quality.
It's an X*N*N problem: n_videos, bitrates, formats.
Assuming each video in its largest bitrate is... 2gb for example, and assuming S3 is $0.025/gb, that's a nickle per month or let's say $0.50/yr for that video.
Next up is reduced bitrates, assume you go from 2gb to 1gb and finally 500mb. Round up and you're at $1/video.
Now duplicate it to AV1 and MP4, and multiply that by English, French, and Spanish (oh, and let's say Japanese and Chinese too for good measure).
So a single 2gb video goes from $1/yr to $10/yr, and you're not doing "the dumb simple thing" for subtitles which would basically 4x your cost over "commodity subtitling services".
Or "simplify, simplify simplify", you reduce costs (cha-ching!), and become compatible for syndication or redistribution (cha-ching!)
... and they would have gotten away with it too if it weren't for those meddling kids!
Except ASS streams really aren't that big and don't have to be stored with each encode. They can just be in a separate file. And this is how cr used to serve them. Before they used hardware drm you could just download all of the separate sub tracks.
You don't need to multiply anything here, except the number of sub streams. One is ass, the other the primitive standards Netflix and other surges use.
Lots of old CR content was fan subs which may or may not have followed any kind of "best practices". It was also a reason that CR struggled with legitimacy with the studios in the early days. They tried to remove content once a US company licensed a show as way to show they weren't pirates, but the friction was always there.
Without knowing for sure, a conceivable strategy would be making it so that users who don't know that "good subs" can exist more readily accept "bad subs" as the standard. Same playbook as Google lobotomizing search and the index that search can access because that traditional search product is more efficacious than Gemini, which Google is trying to push on users.
Never used Crunchyroll, but this is a pretty interesting read! Did not finish it yet though.
I see you doing a ton of styling, which makes it a very pleasant reading experience, may I ask what techniques do you use? Is cyan just to replace bold or something else?
The cyan is basically just bold, but also a highlighter. I was using just plain bold initially but started experimenting with it and landed on this. Pairs quite nicely with the pink links, IMO.
Netflix implements "imgsub"[1] - it actually delivers a zipped archive of transparent images to the player. So technically they can pre-render positioned typesetted subtitles on server and render them as images overlay, as long as there's no animated text effects.
In general, streaming services have to ensure maximum compatibility when playing their contents on all kinds of devices - high end and low end. For which on low end device it could be very resource constraining to render typesetted subtitles. There are other platforms where all video playback have to be managed by the platform system frameworks with limited format support, and streaming services can't do much about it.
The priority of streaming service is extending their market reach, and I think Crunchyroll itself is facing the same challenge of market reaching.
I think the right solution is trying to get typesetted subtitles, and the end-to-end workflow - creation, packaging, delivery, rendering with adaptation (device capabilities, user preferences, localizations etc) all standardized. A more efficient workflow is needed, so a single source of subtitle is able to generate a set of renditions suitable for different player render capabilities. Chrunchyroll should actively participate in these standard bodies and push for adaption for more features and support in the streaming industry.
Unfortunately, as the link describes, Netflix only makes this available for a very limited set of languages, while everyone else is stuck with the extremely limited text-based standards.
Frankly, those text-based subtitle standards are quite maddening on their own. Netflix's text-based subtitle rendering seems to support a much wider set of TTML features than what it actually allows subtitle providers to use - so if these restrictions were to be slightly relaxed, providers could start offering better subtitles for anime immediately with no additional effort from Netflix.
What Netflix supports on their main website might not be what they care about, though; you used to be able to watch Netflix on the Nintendo Wii, and they probably still have some users on stupidly old smart TVs.
> In general, streaming services have to ensure maximum compatibility when playing their contents on all kinds of devices - high end and low end. For which on low end device it could be very resource constraining to render typesetted subtitles. There are other platforms where all video playback have to be managed by the platform system frameworks with limited format support, and streaming services can't do much about it.
Surely if my mid-end phone from 2015 supported everything .ASS has to offer, they could do it either?
In any case... I don’t believe the problem is that Netflix and Crunchyroll have to support low-end devices, it’s that they don’t want to pay $$$ for typesetting. They are big enough now that they don’t have to care, so they don’t – just another example of enshittification.
I wouldn't bet that every smart TV Crunchyroll wants to be available on has more processing power than your phone from 2015 (some of those TVs might be older than that), but yes, it's probably less about hardware capabilities than about platform limitations that make the usual solution of compiling libass into a blob and integrating it into the player not so easy to implement.
In 2008 I was watching fansubbed anime with decent typesetting on a netbook with a shitass-even-for-the-time Atom processor, so I don't buy for one second that this is a device capabilities issue.
> 2. Their subtitles are just the subbed version's subtitles which are drastically different from what the dubbed VAs are actually saying.
I get that you might not like it, but it sure beats the option you didn't list:
4. Has auto-generated subtitles for the dub that fail in dramatic and distracting ways, especially for proper nouns or any kind of show-specific invented terminology
CrunchyRoll did something like that to the Re:Zero dub's captions, and it's a disgrace. Every single proper noun is wrong. It messes up every fantasy item/place/monster/etc name, and can't distinguish between the Rem/Ram/Rom characters. It also has no concept of of which character is talking, and interprets dialogues as singular sentences.
This is unfortunately the answer - VLC/MPV would allow you to select the dubbed audio and also select the EN-US subtitles that are based on the original audio.
GabeN saying that piracy is first and foremost a service problem is still right on the money.
As someone who has spent decidedly too many hours in Aegisubs to create at least somewhat decent subtitles, for projects which have long ago gone the way of the DMCA, these changes feel quite insulting. ASS has been a perfectly cromulent subtitle format and should've been widely adopted.
Though on a related topic, on Netflix it is not just the subtitling that is bad, the translations are awful too. They are cutting every corner so hard I fear they might become a circle.
This article badly needs an editor. Even though it's a topic I'm very interested in (and with the perspective of being semi-fluent in Japanese), it's so rambling and visually messy that I gave up halfway through.
There was also a discussion somewhere where they switched off the OSS subtitling software they were using onto a commercial product that doesn't implement many of the features (mostly typesetting features) of the previous software.
A similar issue has been plaguing the manga industry since "The Great Scanlator Purge" that took place a few years ago, leaving only the "official" Viz media-contracted translators in the wake of the ruins. For some reason, this change came with a general unwillingness on the translators part to correct, or translate, concepts that virtually all fan translators would've been happy to do.
Here's some examples (there are many more):
1) the explanation of puns and hidden meanings in the kanji used to describe names, locations, special abilities, jokes, which honorifics are being used currently (if any), etc. of which there are usually many. Understanding/being aware of this context used to be absolutely vital to the experience of reading manga.
2) there's a relatively new manga called "Versus", in which humans from parallel earths, in parallel universes all merge into the same universe, and their planets are also merged together. In the english version, Viz translates one of those worlds as "Indignia", which doesn't mean anything. However, the Japanese for this world is "怒ど神しん界かい" (Doshinkai), which is literally interpreted as "World of the Angry God", or "Mad God World". They took it upon themselves to make similar changes for all the other worlds, obscuring their original meanings as intended by the author... why? Beats me. Now, one could make the argument that "Mad God World" doesn't sound good in english, so the Viz translators change is an improvement, which is not unreasonable. However, any half-decent fan translator would've simply left a footnote like "the literal Japanese interpretation is X; I changed it to Indignia because...". Problem solved! Don't just retcon things because you feel like it without explaining yourself. And if you won't explain yourself, then leave it as is.
3) english One Piece readers often have no idea just how many things are lost in translation; One Piece is filled to the brim with puns, double-entendre's, and foreshadowing, which has always been a significant part of its appeal, and is now nowhere to be found via the official providers.
4) Physical signs, such as things written on buildings, on somebody's clothing, or even on a stop sign, are usually not translated.
5) cover pages! You wouldn't know it anymore, but manga often has cover pages (often officially colorized) with extra comments and tidbits from the authors. Fans would include these pages in their scanlations. Viz pretends they don't exist.
I can only imagine the thought process of whoever's making these decisions at Viz (or its parent company Shueisha) resembles something like "westerners don't care about that stuff. Stop wasting precious time and resources trying to explain it". They don't quite seem to understand how badly they have diluted the manga reading experience in the west, especially for those of us that grew up reading this stuff, way before it reached mainstream popularity.
Ohh, that's probably it. I had considered whether or not they were trying to incorporate indignant/indignation in some fashion when they came up with it, but never made the connection with "ia" being "land of".
Still, that's a bit complicated because it's missing something essential that the author had originally intended. It's like replacing "Mad God World" with "Unjust World"... well, they're very much all unjust, have to be more specific.
This is even more of a reason why they really should be explaining these self-insert puns to the readers, since they invented them. It's a nice touch is all, and fan translators made that (among the other things I mentioned) a standard practice.
Yeah, ASS rendering was a big problem for me when I was making some online subtitling software. I ended up on using https://github.com/ThaUnknown/jassub + using Mediabunny to render a "subtitles" media track on top rendered on a canvas.
> With such typesetting-hostile standards to deal with, Crunchyroll had basically two choices for how to make sublicensing to Amazon and Netflix work with their existing subtitles that feature actual typesetting: Either 1) try to negotiate with the services for permission to make use of more TTML capabilities (that the subtitle renderers of said services should already support!) or 2) start mangling subtitles with typesetting into something compatible with the awful subtitling standards of the general streaming services.
Couldn't they also provide Amazon and Netflix a version of the video stream with baked in subtitles?
> Netflix requires a non-subtitled version of the content. Netflix defines “non-subtitled” as the presence of main titles, end credits, location call-outs, and other supportive/creative text, but no burned-in subtitled dialogue, regardless of the language in the primary video.
> Global packaging requires component asset packages to be delivered with a semi-textless video file that can be localized with discrete subtitles and audio dubbing.
> Also known as “Texted with no subtitles,” “Textless with main, ends, and graphic text,” and “Non-subtitled”, Prime Video defines semi-textless as a video master without burned-in subtitles, regardless of the language.
Those vendors likely won’t accept hardsubs, because it would mean 10 video files for 10 languages, instead of soft subs where you get 1 video file 10 languages (10 different subtitle files).
But here’s the other thing - CR could have used the ASS subs on their website and given the less-dynamic sub files to their vendors. You can save a master subtitle file in whatever format you want.
> CR could have used the ASS subs on their website and given the less-dynamic sub files to their vendors.
This is exactly what CR was doing for the past couple years, though you can't just automatically convert a fancy ASS file with typesetting into the limited kind of TTML subtitles that general streaming services expect, which is why Crunchyroll has been paying its subtitling staff extra to make those conversions semi-manually.
Though Crunchyroll could definitely improve its standard ASS workflows in ways that would make that conversion process significantly more automated with minimal extra effort on the subtitling staff's part. It wouldn't even be that hard, I've done something like that myself when I had to mangle ASS into limited WebVTT for some streaming work I did at one point.
> This is exactly what CR was doing for the past couple years, though you can't just automatically convert a fancy ASS file with typesetting into the limited kind of TTML subtitles that general streaming services expect, which is why Crunchyroll has been paying its subtitling staff extra to make those conversions semi-manually.
Surely automatically converting into a lesser subtitle format is a much better use of AI than machine transcription. I disagree with the idea that "you can't just automatically convert" at today's technology level.
Tried watching some CR content on Amazon Prime. Unusable. The subs are garbage. Better quality from Netflix which is a freaking random host not even anime focused. Had to cancel the CR sub. Literally unwatchable
The mass market has already responded that they want dubbed anime. It doesn't make sense to invest into subtitles. Maybe it's time to accept that you are not the target audience anymore of western anime distributors.
Quality typesetting is just as important for dubs as it is for subs, actually! All that on-screen text will be there regardless of which audio track you are using.
It baffles me how this is a thing. Not just regarding anime but any non-English language show or film. I've never come across a dub that wasn't at least five times worse in every way.
Dubs can be good in shows where there's a lot of fast dialog; it's hard for subtitles to keep up. The loquacious protagonist of Steins;Gate benefits _significantly_ from a dub, for example. I watched the show twice when I realized the subs had skipped half his dialog.
Period accents are another place dubs can have an advantage, particularly in shows like Baccano! where the characters are ostensibly speaking English to start with.
It can also vary by localization studio. I didn't care for the English Spy x Family dub, but to my ear the Chinese dub is just as good as the original Japanese. For some reason the actors in many English dubs seem to have a hard time "really going for it" when a scene requires an over-the-top outburst of emotions.
That number varies depending on who you ask, with CR being one of the sources that claims a heavier share of dub watchers, but half their business is now dubbing/localization (by way of Funimation merger) so it may not be the most objective source.
Either way it’s bad business to throw some of your most loyal customers under the bus, regardless of how big of a portion they represent. Dub viewers tend to be more casual and fickle and will largely evaporate once the zeitgeist of popular media moves from anime onto something else.
I am saying that they can get away with lower quality subtitles in such places because the average user does not care that much about it. The target audience is not the same as when they first started doing subtitles and it doesn't make business sense anymore. Anime is not special. If the rest of the video streaming industry can get away with simpler subtitles, then Crunchyroll can too.
People that are into anime are into anime because it is special. JoJo's Bizzare Adventure is cool when Marvel movies aren't because JoJo was made by one mangaka and a Marvel movie is made by a committee of committees.
As someone who doesn't watch anime, this article reminds me of when a coworker sends a screenshot with zero context and says something like "is this supposed to be like this?" Maybe it's a spectrum thing, but I find it beyond lazy and insulting.
In the article, there's zero explanation of what the actual issue is, at least in the first few paragraphs. It just seems to say the subtitles are bad with some examples and puts the burden on the reader to determine why.
Is the issue the subtitle's location on the screen ? Contrast or font? Quality of translations? Again, it's probably a spectrum thing, but without any context I find it overwhelming and overstimulating.
Well... the very first paragraph of the article does say with highlighting how "the presentation quality for translations of on-screen text has taken a total nosedive". And then it shows visual examples of the new bad quality and gives comparison screenshots demonstrating good quality shortly after.
I agree, I didn't see that much of a difference between the good quality and bad quality examples. Is it the fonts, or the translation, or the placement of the text?
Ultimately what one would really want is not better subtitles but a localized version with on screen text replacement by overlay. The kanjis would simply disappear. A lot of shows were successfully translated and localized in the 80's and 90's in various countries, there is no reason we couldn't do that anymore. The only reasons they aren't doing it anymore is cost reduction.
"...I find it beyond lazy and insulting." Using the words "lazy" and "insulting" in this way sounds rude, insulting, entitled and arrogant.
They are very negative words and it is rude to use them when referring to someone else's work or things similar to that work.
TFA is certainly not lazy (and it's very obvious to an NT that a LOT of effort went into it).
We should ideally all be producing content in an accessible way when possible. But doing so is difficult and is a learned skill set.
Making things accessible to NDs can be difficult because normal written English heavily utilizes things that NDs can be unable to intuitively process.
There is also often a trade-off involved in making work accessible. Aesthetically specifically, artistically generally, or in terms of brevity or convenience to others.
Your inability to read the context clues and process the visual information is your inability to do something. A thing that the vast majority of people can do. TFA clearly wasn't intended as insulting and your interpretation of it as insulting is unfortunate.
Your very specific needs are not the needs of the vast majority of people who are reading it. If you cannot see the difference in subtitles between the two sets of examples and tell that one is bad, then you are not the main target audience.
The new generation of subtitles are bland and poorly integrated with the context.
Previous subtitles were attractive and well integrated, with colours, typefaces, orientations and locations picked to best suit the content. Everything (including background signs) are translated with attention paid to details.
The article uses a lot of visual examples to explain this. It is written in a way that is intuitive and easy to digest for most people. I can literally skim this and understand it.
If you wished to write your comment in a way that wasn't rude to the OP, you could provide the same important information without using negative language:
"I am autistic and don't watch anime. I've read the first few paragraphs and I'm finding it overwhelming and overstimulating to precisely identify the problem.
What is the exact issue? The subtitle's location on the screen? Contrast or font? Quality of translations?"
Relevant parts of TFA that explain are:
>...translations for dialogue and on-screen text aren’t even separated to different sides of the screen – everything is just bunched up together at either the top or the bottom. Lots of on-screen text is even left straight up untranslated.
>The amount of it varies from series to series, but almost every anime out there makes use of on-screen text at one point or another, with some featuring downright ridiculous amounts of signs (what on-screen text is called for short). With all this on-screen text, it is also very common for there to be text visible on the screen potentially in multiple positions, even when characters are speaking.
>At bare minimum, when subtitling anime, you should be able to do overlaps (multiple lines of text on the screen at the same time) and positioning (the ability to freely place subtitles anywhere on the screen).
>Overlaps and positioning are really just the bare necessities for dealing with on-screen text in anime though – ideally, you should also be able to use different fonts, colors, animate text in various ways, etc. Making use of all these possibilities is an art unto itself, and this art of on-screen text localization is commonly referred to as typesetting. Typesetting is important even when dubbing anime, as all that on-screen text is going to be there in the video all the same!
>[Crunchyroll started] mangling subtitles with typesetting into something compatible with the awful subtitling standards of the general streaming services [Netflix and Amazon Prime].
This is the result of a ton of research into Crunchyroll's recent subtitle changes that have tanked the service's first-party presentation quality to an all-time low. The article ended up being quite long, so I highly appreciate anyone taking the time to read it in full!
Does Netflix really only allow 2 lines of subtitling on screen at a time? That's really stupid.
Also I remember when CR killed the Kodi plugin, that irked me enough to stick to DVD imports + fan subs for a while.
Finally, Ruri Rocks is such a good show, it got me to resubscribe to CR after not having subbed for years. If they screw with its subs I'm gonna root for this mess to bankrupt CR for good.
See for yourself: https://partnerhelp.netflixstudios.com/hc/en-us/articles/215...
> 4. Line Treatment
> 2 lines maximum
> Ruri Rocks
This could be the toughest show to sub with all the geological explaination and jargon the adapter must be familiar with.
Adding to that the line limit, The bar to cross sounds quite hard.
I didn't find an answer skimming: are they actively deleting old good subtitles and replacing with low-quality ones (as the title seems to suggest), have they simply changed their process for new subtitles, not spending as much to make nice ones? If they're actively deleting old good ones, that seems malicious.
I did find instances of them actively deleting old subtitles and replacing them with lower quality ones in the back catalog, yes. Which seems indicative of Crunchyroll wanting to eventually get rid of good subtitles altogether.
What possible incentive could they have for doing this?
I worked at crunchyroll.
Keeping the "hard subs" content is a lot of videos as the subtitles were encoded into the video stream.
This makes CDNs and other systems more difficult to utilize because we have a ton of video streams with just caption changes as opposed to just the Japanese audio source + caption files.
It's one of those things that doesn't seem that problematic till you include all the video_qualities to support streaming bandwith. So you also get a #hardSubLanguages * #videoQualities
Obviously you probably thought about it but what about rendering the subtitles on top of the video stream? Was there a reason it was not possible (e.g DRMs?)
This kind of softsubbing is what Crunchyroll primarily does, but it has hardsubbed encodes for devices that cannot do softsubbed rendering of the ASS subtitles that Crunchyroll uses. I go over some ways in how they could do away with these hardsubbed variants in the article without any notable loss in primary experience quality.
They could borrow a trick from Netflix mentioned elsewhere in this thread: https://netflixsubs.app/docs/netflix/features/imgsub
I’m pretty sure it’s not too hard to implement an ASS → PNG renderer (especially considering vibe coding is now a thing). Then, just need to split out subs that can be actual text somehow from the ones that have to be overlays.
Apart from that... surely they could at least keep ASS subs for the players that support it, and serve “fallback” subs for low-end devices?
ASS can have frame-by-frame animation IIRC, so a stream of PNGs could end up being quite high bitrate with high complexity files
If you hardsub the video, then you need to have a full copy of the video for every language. That's the opposite of what people want. They want a single textless video source that can then accommodate any internationalization.
The article claims that you can slice up the video and only use language-specific hardsubs for parts that need it. I'd be interested if there are technical reasons that can't be done.
To be more specific, basically all online streaming today is based around the concept of segmented video (where the video is already split into regular X-second chunks). If you only hardsubbed the typesetting while keeping the dialogue softsubbed (which could then be offered in a simpler subtitle format where necessary), you would only need to have multiple copies of the segments that actually feature typesetting. Then you would just construct multiple playlists that use the correct segment variants, and you could make this work basically everywhere.
You can also use the same kind of segment-based playlist approach on Blu-ray if you wanted to, though theoretically you should be able to use the Blu-ray Picture-in-Picture feature to store the typesetting in a separate partially transparent video stream entirely that is then overlaid on top of the clean video during playback.
What reason would there be for removing old, loved subtitles? Licensing fees?
Crunchyroll is currently using a subtitle rendering stack that is highly unique in the media industry, being based on the Advanced SubStation Alpha (ASS) subtitle format. It seems that the current executives would like to replace this unique stack with something more "industry standard" (and far less capable), but they can't do that as long as their back catalog is full of ASS subtitles - if they just switched stacks without doing anything else, all of these back catalog subtitles would just stop working completely. Which is why in order to perform such a stack switch, all old subtitles would need to be replaced with worse ones to make them compatible with the less capable new stack.
Per the article, on top of this, the Crunchyroll subtitle authoring tools and the Crunchyroll player both use ASS. So the directive to have the “master” copy be the more widespread and limited TTML… means that many new shows are doing ASS-to-TTML-to-ASS conversions! Quite literally the lowest common denominator of shared functionality.
Well the subtitles are ASS, alright, I'll give em that!
IIUC, it comes down to simplifying playback/subtitle rendering to the lowest common denominator among the various western streaming platforms.
The good/old subtitles in the ASS format required a more complex playback system than what Netflix/Hulu (and maybe blueray players) currently offer. This could be worked around by burning the subs into the video stream, but then you need to keep separate copies of your (large) video files for each subtitled language.
That doesn't seem like it'd be such a huge problem to me, but what do I know?
The post does a good job explaining the effective monopoly system at play that prevents real competition to provide any pressure to improve or maintain the prior quality.
It's an X*N*N problem: n_videos, bitrates, formats.
Assuming each video in its largest bitrate is... 2gb for example, and assuming S3 is $0.025/gb, that's a nickle per month or let's say $0.50/yr for that video.
Next up is reduced bitrates, assume you go from 2gb to 1gb and finally 500mb. Round up and you're at $1/video.
Now duplicate it to AV1 and MP4, and multiply that by English, French, and Spanish (oh, and let's say Japanese and Chinese too for good measure).
So a single 2gb video goes from $1/yr to $10/yr, and you're not doing "the dumb simple thing" for subtitles which would basically 4x your cost over "commodity subtitling services".
Or "simplify, simplify simplify", you reduce costs (cha-ching!), and become compatible for syndication or redistribution (cha-ching!)
... and they would have gotten away with it too if it weren't for those meddling kids!
Except ASS streams really aren't that big and don't have to be stored with each encode. They can just be in a separate file. And this is how cr used to serve them. Before they used hardware drm you could just download all of the separate sub tracks.
You don't need to multiply anything here, except the number of sub streams. One is ass, the other the primitive standards Netflix and other surges use.
S3 is >100x more expensive than hosting it yourself. You shouldn't argue about things being expensive using cloud prices.
Lots of old CR content was fan subs which may or may not have followed any kind of "best practices". It was also a reason that CR struggled with legitimacy with the studios in the early days. They tried to remove content once a US company licensed a show as way to show they weren't pirates, but the friction was always there.
Without knowing for sure, a conceivable strategy would be making it so that users who don't know that "good subs" can exist more readily accept "bad subs" as the standard. Same playbook as Google lobotomizing search and the index that search can access because that traditional search product is more efficacious than Gemini, which Google is trying to push on users.
Never used Crunchyroll, but this is a pretty interesting read! Did not finish it yet though.
I see you doing a ton of styling, which makes it a very pleasant reading experience, may I ask what techniques do you use? Is cyan just to replace bold or something else?
The cyan is basically just bold, but also a highlighter. I was using just plain bold initially but started experimenting with it and landed on this. Pairs quite nicely with the pink links, IMO.
Netflix implements "imgsub"[1] - it actually delivers a zipped archive of transparent images to the player. So technically they can pre-render positioned typesetted subtitles on server and render them as images overlay, as long as there's no animated text effects.
In general, streaming services have to ensure maximum compatibility when playing their contents on all kinds of devices - high end and low end. For which on low end device it could be very resource constraining to render typesetted subtitles. There are other platforms where all video playback have to be managed by the platform system frameworks with limited format support, and streaming services can't do much about it.
The priority of streaming service is extending their market reach, and I think Crunchyroll itself is facing the same challenge of market reaching.
I think the right solution is trying to get typesetted subtitles, and the end-to-end workflow - creation, packaging, delivery, rendering with adaptation (device capabilities, user preferences, localizations etc) all standardized. A more efficient workflow is needed, so a single source of subtitle is able to generate a set of renditions suitable for different player render capabilities. Chrunchyroll should actively participate in these standard bodies and push for adaption for more features and support in the streaming industry.
[1]: https://netflixsubs.app/docs/netflix/features/imgsub
> on low end device it could be very resource constraining to render typesetted subtitles.
So render them only on high end devices? Computers allow making dynamic choices.
Unfortunately, as the link describes, Netflix only makes this available for a very limited set of languages, while everyone else is stuck with the extremely limited text-based standards.
Frankly, those text-based subtitle standards are quite maddening on their own. Netflix's text-based subtitle rendering seems to support a much wider set of TTML features than what it actually allows subtitle providers to use - so if these restrictions were to be slightly relaxed, providers could start offering better subtitles for anime immediately with no additional effort from Netflix.
What Netflix supports on their main website might not be what they care about, though; you used to be able to watch Netflix on the Nintendo Wii, and they probably still have some users on stupidly old smart TVs.
> In general, streaming services have to ensure maximum compatibility when playing their contents on all kinds of devices - high end and low end. For which on low end device it could be very resource constraining to render typesetted subtitles. There are other platforms where all video playback have to be managed by the platform system frameworks with limited format support, and streaming services can't do much about it.
Surely if my mid-end phone from 2015 supported everything .ASS has to offer, they could do it either?
In any case... I don’t believe the problem is that Netflix and Crunchyroll have to support low-end devices, it’s that they don’t want to pay $$$ for typesetting. They are big enough now that they don’t have to care, so they don’t – just another example of enshittification.
I wouldn't bet that every smart TV Crunchyroll wants to be available on has more processing power than your phone from 2015 (some of those TVs might be older than that), but yes, it's probably less about hardware capabilities than about platform limitations that make the usual solution of compiling libass into a blob and integrating it into the player not so easy to implement.
In 2008 I was watching fansubbed anime with decent typesetting on a netbook with a shitass-even-for-the-time Atom processor, so I don't buy for one second that this is a device capabilities issue.
It's so hard finding dubbed anime WITH subtitles. Like actually ridiculously hard.
My wife is deaf and I like dubbed so I can use my laptop while we chill but she literally needs subtitles so it's super annoying when a show either
1. Has no subtitles for dubbed.
2. Their subtitles are just the subbed version's subtitles which are drastically different from what the dubbed VAs are actually saying.
3. Has subtitles for some episodes but none for others seemingly randomly.
> 2. Their subtitles are just the subbed version's subtitles which are drastically different from what the dubbed VAs are actually saying.
I get that you might not like it, but it sure beats the option you didn't list:
4. Has auto-generated subtitles for the dub that fail in dramatic and distracting ways, especially for proper nouns or any kind of show-specific invented terminology
I was pretty happy with all the animes produced by Netflix I watched ; they had a good choice of both audio and subs
Lack of closed captions and dubtitles are definitely very real issues as well, though this article is solely focused on subtitles.
If you ever need to hack some subs by yourself, whisper.cpp can output .srt files and you can run the small or medium models even on modest hardware.
CrunchyRoll did something like that to the Re:Zero dub's captions, and it's a disgrace. Every single proper noun is wrong. It messes up every fantasy item/place/monster/etc name, and can't distinguish between the Rem/Ram/Rom characters. It also has no concept of of which character is talking, and interprets dialogues as singular sentences.
at this point you're probably better off going to a torrent site and search for 'dual-audio'
This is unfortunately the answer - VLC/MPV would allow you to select the dubbed audio and also select the EN-US subtitles that are based on the original audio.
GabeN saying that piracy is first and foremost a service problem is still right on the money.
Sort of unrelated, but has anyone else noticed that there are a lot of subtitling errors in netflix shows recently? Two I noticed yesterday:
"natural world" -> "national world"
"cede power" -> "seed power"
I guess they're just machine transcribing it without oversight now?
Yes. Even in their kinda flagship title right now, A House of Dynamite:
[14:08] "I'm told high, Jerry." -> "I'm told… Hi, Jerry." (in response to being asked "What's your level of confidence on that?")
I always wonder why they don't have a way to upload the shooting script as a starting point so they could then make changes from there.
Welcome to the future! Do you feel disrupted yet?
As someone who has spent decidedly too many hours in Aegisubs to create at least somewhat decent subtitles, for projects which have long ago gone the way of the DMCA, these changes feel quite insulting. ASS has been a perfectly cromulent subtitle format and should've been widely adopted.
Though on a related topic, on Netflix it is not just the subtitling that is bad, the translations are awful too. They are cutting every corner so hard I fear they might become a circle.
Most streaming companies are forgetting what they were competing with when they started out.
Arr, well, ‘tis high time they be rememberin’!
This article badly needs an editor. Even though it's a topic I'm very interested in (and with the perspective of being semi-fluent in Japanese), it's so rambling and visually messy that I gave up halfway through.
Relevant discussion from a previous post. https://news.ycombinator.com/item?id=45497900
There was also a discussion somewhere where they switched off the OSS subtitling software they were using onto a commercial product that doesn't implement many of the features (mostly typesetting features) of the previous software.
The linked article here goes over all of that in great detail!
Related discussion from three weeks ago: Why did Crunchyroll's subtitles just get worse? – https://news.ycombinator.com/item?id=45458973
A similar issue has been plaguing the manga industry since "The Great Scanlator Purge" that took place a few years ago, leaving only the "official" Viz media-contracted translators in the wake of the ruins. For some reason, this change came with a general unwillingness on the translators part to correct, or translate, concepts that virtually all fan translators would've been happy to do.
Here's some examples (there are many more):
1) the explanation of puns and hidden meanings in the kanji used to describe names, locations, special abilities, jokes, which honorifics are being used currently (if any), etc. of which there are usually many. Understanding/being aware of this context used to be absolutely vital to the experience of reading manga.
2) there's a relatively new manga called "Versus", in which humans from parallel earths, in parallel universes all merge into the same universe, and their planets are also merged together. In the english version, Viz translates one of those worlds as "Indignia", which doesn't mean anything. However, the Japanese for this world is "怒ど神しん界かい" (Doshinkai), which is literally interpreted as "World of the Angry God", or "Mad God World". They took it upon themselves to make similar changes for all the other worlds, obscuring their original meanings as intended by the author... why? Beats me. Now, one could make the argument that "Mad God World" doesn't sound good in english, so the Viz translators change is an improvement, which is not unreasonable. However, any half-decent fan translator would've simply left a footnote like "the literal Japanese interpretation is X; I changed it to Indignia because...". Problem solved! Don't just retcon things because you feel like it without explaining yourself. And if you won't explain yourself, then leave it as is.
3) english One Piece readers often have no idea just how many things are lost in translation; One Piece is filled to the brim with puns, double-entendre's, and foreshadowing, which has always been a significant part of its appeal, and is now nowhere to be found via the official providers.
4) Physical signs, such as things written on buildings, on somebody's clothing, or even on a stop sign, are usually not translated.
5) cover pages! You wouldn't know it anymore, but manga often has cover pages (often officially colorized) with extra comments and tidbits from the authors. Fans would include these pages in their scanlations. Viz pretends they don't exist.
I can only imagine the thought process of whoever's making these decisions at Viz (or its parent company Shueisha) resembles something like "westerners don't care about that stuff. Stop wasting precious time and resources trying to explain it". They don't quite seem to understand how badly they have diluted the manga reading experience in the west, especially for those of us that grew up reading this stuff, way before it reached mainstream popularity.
>"Indignia", which doesn't mean anything
It's a combination of indignation and the suffix ia, meaning land of.
Ohh, that's probably it. I had considered whether or not they were trying to incorporate indignant/indignation in some fashion when they came up with it, but never made the connection with "ia" being "land of".
Still, that's a bit complicated because it's missing something essential that the author had originally intended. It's like replacing "Mad God World" with "Unjust World"... well, they're very much all unjust, have to be more specific.
This is even more of a reason why they really should be explaining these self-insert puns to the readers, since they invented them. It's a nice touch is all, and fan translators made that (among the other things I mentioned) a standard practice.
Yeah, ASS rendering was a big problem for me when I was making some online subtitling software. I ended up on using https://github.com/ThaUnknown/jassub + using Mediabunny to render a "subtitles" media track on top rendered on a canvas.
The result works pretty well, e.g. https://www.translate.mom/app/task/2UicdIqRBg0f
> With such typesetting-hostile standards to deal with, Crunchyroll had basically two choices for how to make sublicensing to Amazon and Netflix work with their existing subtitles that feature actual typesetting: Either 1) try to negotiate with the services for permission to make use of more TTML capabilities (that the subtitle renderers of said services should already support!) or 2) start mangling subtitles with typesetting into something compatible with the awful subtitling standards of the general streaming services.
Couldn't they also provide Amazon and Netflix a version of the video stream with baked in subtitles?
Both services explicitly disallow this by default in their delivery specifications, unfortunately.
Netflix: https://partnerhelp.netflixstudios.com/hc/en-us/articles/215...
> Netflix requires a non-subtitled version of the content. Netflix defines “non-subtitled” as the presence of main titles, end credits, location call-outs, and other supportive/creative text, but no burned-in subtitled dialogue, regardless of the language in the primary video.
Amazon: https://videocentral.amazon.com/support/delivery-experience/...
> Video
> Global packaging requires component asset packages to be delivered with a semi-textless video file that can be localized with discrete subtitles and audio dubbing.
> Also known as “Texted with no subtitles,” “Textless with main, ends, and graphic text,” and “Non-subtitled”, Prime Video defines semi-textless as a video master without burned-in subtitles, regardless of the language.
Those vendors likely won’t accept hardsubs, because it would mean 10 video files for 10 languages, instead of soft subs where you get 1 video file 10 languages (10 different subtitle files).
But here’s the other thing - CR could have used the ASS subs on their website and given the less-dynamic sub files to their vendors. You can save a master subtitle file in whatever format you want.
> CR could have used the ASS subs on their website and given the less-dynamic sub files to their vendors.
This is exactly what CR was doing for the past couple years, though you can't just automatically convert a fancy ASS file with typesetting into the limited kind of TTML subtitles that general streaming services expect, which is why Crunchyroll has been paying its subtitling staff extra to make those conversions semi-manually.
Though Crunchyroll could definitely improve its standard ASS workflows in ways that would make that conversion process significantly more automated with minimal extra effort on the subtitling staff's part. It wouldn't even be that hard, I've done something like that myself when I had to mangle ASS into limited WebVTT for some streaming work I did at one point.
> This is exactly what CR was doing for the past couple years, though you can't just automatically convert a fancy ASS file with typesetting into the limited kind of TTML subtitles that general streaming services expect, which is why Crunchyroll has been paying its subtitling staff extra to make those conversions semi-manually.
Surely automatically converting into a lesser subtitle format is a much better use of AI than machine transcription. I disagree with the idea that "you can't just automatically convert" at today's technology level.
I was wondering why chunchyroll subtitles were dirt when viewed through prime.
Incredibly detailed article, thanks for that. The blog software still uses example.com in html head, RSS feed and sitemap XML.
Good catch, thanks - I literally built the site alongside the article, so there's still some rough edges here and there.
There is a solution: learn Japanese!
Tried watching some CR content on Amazon Prime. Unusable. The subs are garbage. Better quality from Netflix which is a freaking random host not even anime focused. Had to cancel the CR sub. Literally unwatchable
Considering how Crunchyroll started out by streaming ripped off anime content, hope they fail
[dead]
Let me guess: AI?
The mass market has already responded that they want dubbed anime. It doesn't make sense to invest into subtitles. Maybe it's time to accept that you are not the target audience anymore of western anime distributors.
Quality typesetting is just as important for dubs as it is for subs, actually! All that on-screen text will be there regardless of which audio track you are using.
Demon Slayer: Infinity Castle just set records for western anime distribution, and 55% watched it subtitled.
https://deadline.com/2025/09/box-office-demon-slayer-infinit...
The market has spoken, indeed.
It baffles me how this is a thing. Not just regarding anime but any non-English language show or film. I've never come across a dub that wasn't at least five times worse in every way.
Dubs can be good in shows where there's a lot of fast dialog; it's hard for subtitles to keep up. The loquacious protagonist of Steins;Gate benefits _significantly_ from a dub, for example. I watched the show twice when I realized the subs had skipped half his dialog.
Period accents are another place dubs can have an advantage, particularly in shows like Baccano! where the characters are ostensibly speaking English to start with.
It can also vary by localization studio. I didn't care for the English Spy x Family dub, but to my ear the Chinese dub is just as good as the original Japanese. For some reason the actors in many English dubs seem to have a hard time "really going for it" when a scene requires an over-the-top outburst of emotions.
That number varies depending on who you ask, with CR being one of the sources that claims a heavier share of dub watchers, but half their business is now dubbing/localization (by way of Funimation merger) so it may not be the most objective source.
Either way it’s bad business to throw some of your most loyal customers under the bus, regardless of how big of a portion they represent. Dub viewers tend to be more casual and fickle and will largely evaporate once the zeitgeist of popular media moves from anime onto something else.
you still need to subtitle the japanese text in signs, chat messages and other places that appear on the screen.
I am saying that they can get away with lower quality subtitles in such places because the average user does not care that much about it. The target audience is not the same as when they first started doing subtitles and it doesn't make business sense anymore. Anime is not special. If the rest of the video streaming industry can get away with simpler subtitles, then Crunchyroll can too.
People that are into anime are into anime because it is special. JoJo's Bizzare Adventure is cool when Marvel movies aren't because JoJo was made by one mangaka and a Marvel movie is made by a committee of committees.
As someone who doesn't watch anime, this article reminds me of when a coworker sends a screenshot with zero context and says something like "is this supposed to be like this?" Maybe it's a spectrum thing, but I find it beyond lazy and insulting.
In the article, there's zero explanation of what the actual issue is, at least in the first few paragraphs. It just seems to say the subtitles are bad with some examples and puts the burden on the reader to determine why.
Is the issue the subtitle's location on the screen ? Contrast or font? Quality of translations? Again, it's probably a spectrum thing, but without any context I find it overwhelming and overstimulating.
Well... the very first paragraph of the article does say with highlighting how "the presentation quality for translations of on-screen text has taken a total nosedive". And then it shows visual examples of the new bad quality and gives comparison screenshots demonstrating good quality shortly after.
I agree, I didn't see that much of a difference between the good quality and bad quality examples. Is it the fonts, or the translation, or the placement of the text?
I think the before and after screenshots are pretty stark.
My understanding is, people who only get subtitles from anime have very particular subtitle preferences.
As someone who grew up where 90% of TV was subtitled I find the “bad” anime subtitles much better.
Ultimately what one would really want is not better subtitles but a localized version with on screen text replacement by overlay. The kanjis would simply disappear. A lot of shows were successfully translated and localized in the 80's and 90's in various countries, there is no reason we couldn't do that anymore. The only reasons they aren't doing it anymore is cost reduction.
"...I find it beyond lazy and insulting." Using the words "lazy" and "insulting" in this way sounds rude, insulting, entitled and arrogant.
They are very negative words and it is rude to use them when referring to someone else's work or things similar to that work.
TFA is certainly not lazy (and it's very obvious to an NT that a LOT of effort went into it).
We should ideally all be producing content in an accessible way when possible. But doing so is difficult and is a learned skill set.
Making things accessible to NDs can be difficult because normal written English heavily utilizes things that NDs can be unable to intuitively process.
There is also often a trade-off involved in making work accessible. Aesthetically specifically, artistically generally, or in terms of brevity or convenience to others.
Your inability to read the context clues and process the visual information is your inability to do something. A thing that the vast majority of people can do. TFA clearly wasn't intended as insulting and your interpretation of it as insulting is unfortunate.
Your very specific needs are not the needs of the vast majority of people who are reading it. If you cannot see the difference in subtitles between the two sets of examples and tell that one is bad, then you are not the main target audience.
The new generation of subtitles are bland and poorly integrated with the context.
Previous subtitles were attractive and well integrated, with colours, typefaces, orientations and locations picked to best suit the content. Everything (including background signs) are translated with attention paid to details.
The article uses a lot of visual examples to explain this. It is written in a way that is intuitive and easy to digest for most people. I can literally skim this and understand it.
If you wished to write your comment in a way that wasn't rude to the OP, you could provide the same important information without using negative language:
"I am autistic and don't watch anime. I've read the first few paragraphs and I'm finding it overwhelming and overstimulating to precisely identify the problem.
What is the exact issue? The subtitle's location on the screen? Contrast or font? Quality of translations?"
Relevant parts of TFA that explain are:
>...translations for dialogue and on-screen text aren’t even separated to different sides of the screen – everything is just bunched up together at either the top or the bottom. Lots of on-screen text is even left straight up untranslated.
>The amount of it varies from series to series, but almost every anime out there makes use of on-screen text at one point or another, with some featuring downright ridiculous amounts of signs (what on-screen text is called for short). With all this on-screen text, it is also very common for there to be text visible on the screen potentially in multiple positions, even when characters are speaking.
>At bare minimum, when subtitling anime, you should be able to do overlaps (multiple lines of text on the screen at the same time) and positioning (the ability to freely place subtitles anywhere on the screen).
>Overlaps and positioning are really just the bare necessities for dealing with on-screen text in anime though – ideally, you should also be able to use different fonts, colors, animate text in various ways, etc. Making use of all these possibilities is an art unto itself, and this art of on-screen text localization is commonly referred to as typesetting. Typesetting is important even when dubbing anime, as all that on-screen text is going to be there in the video all the same!
>[Crunchyroll started] mangling subtitles with typesetting into something compatible with the awful subtitling standards of the general streaming services [Netflix and Amazon Prime].