VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 17 of 17
  1. Hi all,
    Wondering how do I download non-text subtitles from streaming video?
    I used yt-dlp --list-subs and saw there are subtitles but when I tried commands such as yt-dlp --allow-u "URL" --write-subs, it says "There's no subtitles for the requested languages"
    Any idea what I can try?
    Thank you!
    Quote Quote  
  2. Member
    Join Date
    Dec 2020
    Location
    Croatia
    Search PM
    I believe the --write-subs command has to go before the URL?
    Quote Quote  
  3. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by aomatani View Post
    Hi all,
    Wondering how do I download non-text subtitles from streaming video?
    I used yt-dlp --list-subs and saw there are subtitles but when I tried commands such as yt-dlp --allow-u "URL" --write-subs, it says "There's no subtitles for the requested languages"
    Any idea what I can try?
    Thank you!
    Code:
    yt-dlp --allow-u --write-subs --all-subs --skip-download <url>
    Quote Quote  
  4. Last edited by aomatani; 5th Mar 2023 at 08:59.
    Quote Quote  
  5. Thank you for the suggestions ampersand and Sorenb

    Just to double check, do I use the link to the manifest mpd as the url? I was returned a "There are no subtitles for the requested languages". However, when I played the video, image based subtitles were shown.

    I managed to locate the vtt file but it contains links to png (image based subs). Is there any way to convert these to srt? Or how do I playback vtt files with my video?
    Last edited by aomatani; 5th Mar 2023 at 07:03.
    Quote Quote  
  6. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Best give the top page url a paste on here, as we have no idea if you are dig something wrong or if the website has the page payout differently and you aren't describing it correctly.
    Quote Quote  
  7. Thank you for chipping in.
    The url is https://www.hulu.jp/watch/100105591

    Thank you for any help
    Quote Quote  
  8. Redundant post
    Last edited by aomatani; 5th Mar 2023 at 08:57.
    Quote Quote  
  9. I can't seem to be able to paste the url here at first so I sent it in pm😅
    Thank you and appreciate any advice/help🙏🏼
    Last edited by aomatani; 5th Mar 2023 at 09:00.
    Quote Quote  
  10. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    For those that can access Hulu in Japan, here's the link
    Code:
    https://www.hulu.jp/watch/100105591
    Quote Quote  
  11. Originally Posted by Sorenb View Post
    For those that can access Hulu in Japan, here's the link
    Code:
    https://www.hulu.jp/watch/100105591
    Thank you! I didn't think of using the code tags. Sorry I'm new here😅
    Quote Quote  
  12. Redundant post
    Last edited by aomatani; 5th Mar 2023 at 08:57.
    Quote Quote  
  13. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Those png files may reflect on the language. Would a vtt file allow for Kanji, Kana or other logographic languages, hence the need for using png files instead?
    Quote Quote  
  14. Originally Posted by Sorenb View Post
    Those png files may reflect on the language. Would a vtt file allow for Kanji, Kana or other logographic languages, hence the need for using png files instead?
    Hmm, normal text-based srt files works perfectly fine displaying Kanji, Kana, and also Chinese characters so I have no idea why they would do that. It's more like to deter people from downloading them, perhaps😂 Btw, if it's not possible to download or convert to srt, do you happen to know how to merge these image-based subs with the video (through reencoding)?
    Or do you have any idea how to playback vtt files on say vlc player? It only displays the links to the png but not the png themselves😅
    Quote Quote  
  15. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by aomatani View Post
    Originally Posted by Sorenb View Post
    Those png files may reflect on the language. Would a vtt file allow for Kanji, Kana or other logographic languages, hence the need for using png files instead?
    Hmm, normal text-based srt files works perfectly fine displaying Kanji, Kana, and also Chinese characters so I have no idea why they would do that. It's more like to deter people from downloading them, perhaps�� Btw, if it's not possible to download or convert to srt, do you happen to know how to merge these image-based subs with the video (through reencoding)?
    Or do you have any idea how to playback vtt files on say vlc player? It only displays the links to the png but not the png themselves��
    If srt allow them, webvtt will too, similar format.
    Sounds like the format chosen by Hulu.jp is this
    https://bitmovin.com/docs/player/articles/webvtt-based-thumbnails

    I'm sure there is a means to doing what you wish, either manually (bit of a pain) or automatically (ideal)
    But, I'm unsure of how to go about it.
    Would subtitleedit load the vtt and allow the conversion? Would tesseract?
    Quote Quote  
  16. Originally Posted by Sorenb View Post
    Originally Posted by aomatani View Post
    Originally Posted by Sorenb View Post
    Those png files may reflect on the language. Would a vtt file allow for Kanji, Kana or other logographic languages, hence the need for using png files instead?
    Hmm, normal text-based srt files works perfectly fine displaying Kanji, Kana, and also Chinese characters so I have no idea why they would do that. It's more like to deter people from downloading them, perhaps�� Btw, if it's not possible to download or convert to srt, do you happen to know how to merge these image-based subs with the video (through reencoding)?
    Or do you have any idea how to playback vtt files on say vlc player? It only displays the links to the png but not the png themselves��
    If srt allow them, webvtt will too, similar format.
    Sounds like the format chosen by Hulu.jp is this
    https://bitmovin.com/docs/player/articles/webvtt-based-thumbnails

    I'm sure there is a means to doing what you wish, either manually (bit of a pain) or automatically (ideal)
    But, I'm unsure of how to go about it.
    Would subtitleedit load the vtt and allow the conversion? Would tesseract?
    Thank you for getting back. You're right, I think that's the format.
    Subtitle loads the vtt but it's also a list of png😂
    But in the end I managed to do it.
    There's another vtt in the m3u8 which contains text, so all it requires was some cleaning up and converting to srt
    Thank you again!🙏🏻
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!