"natural world" -> "national world"
"cede power" -> "seed power"
I guess they're just machine transcribing it without oversight now?
51–60 of 171 posts
"natural world" -> "national world"
"cede power" -> "seed power"
I guess they're just machine transcribing it without oversight now?
The result works pretty well, e.g. https://www.translate.mom/app/task/2UicdIqRBg0f
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…
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.
Earlier quoted context omitted.
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 s…
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.
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.
https://deadline.com/2025/09/box-office-demon-slayer-infinit...
The market has spoken, indeed.
Earlier quoted context omitted.
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)…
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…
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.
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.
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.
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.
Earlier quoted context omitted.
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.
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.
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 o…
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.