NewPipe icon indicating copy to clipboard operation
NewPipe copied to clipboard

Dual subtitles (two languages)

Open hhielscher opened this issue 3 years ago • 4 comments
trafficstars

Checklist

  • [X] I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • [X] I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at NewPipeExtractor.
  • [X] I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
  • [X] This issue contains only one feature request.
  • [X] I have read and understood the contribution guidelines.

Feature description

I would like the ability to display subtitles in two languages at the same time.

Why do you want this feature?

I use this for languages I speak almost fluently, but still need the subtitles to sometimes understand a word or to get the translation.

Currently I use the Dualsub Chrome Extension with Kiwi Browser. It's very slow because I have to use desktop mode. https://chrome.google.com/webstore/detail/dualsub/gnlibmlfpencglodjpgnalbdebfhpmfp?hl=en

Additional information

No response

hhielscher avatar Jul 11 '22 17:07 hhielscher

When playing English movies in many non-English speaking countries, dual subtitles is literally how a movie displayed at the cinemas. In the early days, the people who develops subtitle-related programs and software don't know there are needs for dual subtitles, some video distributors have to use hard-coded subtitles to implement it.

Best way would be let the one who make the subtitle render-ers know about this first, instead of do it in some app that just includes the video player and subtitle render-er.

Crystal-RainSlide avatar Jul 16 '22 17:07 Crystal-RainSlide

Currently I use the https://chrome.google.com/webstore/detail/youtube-dual-subtitles/hkbdddpiemdeibjoknnofflfgbgnebcm Chrome Extension with Kiwi Browser, It supports font color selection for each language

Pantyhose-X avatar Oct 28 '23 13:10 Pantyhose-X

This would be great. There is an android app named lingotube that does something like this but, I think it would be better for newpipe to support this. I wonder how difficult or easy it might be to add this sort of functionality.

demosthenez avatar Feb 13 '24 11:02 demosthenez

This would be great. There is an android app named lingotube that does something like this but, I think it would be better for newpipe to support this. I wonder how difficult or easy it might be to add this sort of functionality.

Demo Modify 132 lines of code https://artplayer.org/

        url: 'https://raw.githubusercontent.com/Pantyhose-X/Pantyhose-X/main/subtitle.srt',

You can put hundreds of languages in a .srt file, you just need to select the languages you want to display at the same time. 555555555555554

Pantyhose-X avatar Feb 14 '24 03:02 Pantyhose-X