Kylart / KawAnime

Desktop app for anime fans
MIT License
673 stars 50 forks source link

XviD option alongside standard resolution #23

Closed BoneFillet closed 6 years ago

BoneFillet commented 6 years ago

My plex server requires .srt or hardcoded subtitles, and the .ass subtitles requires transcoding on top of the standard streaming to a client.

BoneFillet commented 6 years ago

Hope this isn't too big of an option to implement given resolution options are already here!

Kylart commented 6 years ago

If I understand well your problem, you need to get the subtitles out of the downloaded episode right?

If this is it, then it will probably be done when I'll work on #18 I guess.

Kylart commented 6 years ago

Ok so after working on the streaming feature and actually implemented that "postprocessing" to the .ass subtitles, I do think that what's ask goes beyong what KawAnime should do.

What is possible is to extract that .ass title to a separate file yet KawAnime won't convert this file to a .srt nor hardcode the video as this would require external dependencies like ffmpeg.

KawAnime now has (not released yet) a in-app player able to parse and handle .ass substiles as well as .srt subtitles so maybe that helps?