VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Example site : https://www.usanetwork.com/sin-senos-si-hay-paraiso/video/catalina-ama-a-hernan/3067820

    I have a few questions ;

    1) Can I download only the subtitle from the site with yt-dlp (.tt).. Can I just download the subtitle in the link? Is there a code for this? Except for video
    2) Let's say I can download both the video and the subtitle.. Is the subtitle combined with the video? Because I will translate the subtitle to english language online.
    3) How can i choose quality when downloading video with yt-dlp. What is the sample code for this?

    I would appreciate if anyone can share the code with examples.
    By the way, it doesn't have to be with yt-dlp, if there is another program..


    Thank you to everyone involved.
    Quote Quote  
  2. 1.
    Code:
    yt-dlp --write-subs --no-download "https://www.usanetwork.com/sin-senos-si-hay-paraiso/video/catalina-ama-a-hernan/3067820"
    2. --write-subs gives a separate file, while --embed-subs embeds in final output. You can use both.

    3. yt-dlp -F "URL". Then use -f to select ID of the format you want. Or use something like -f "best[height=1080]".

    Read documentation on https://github.com/yt-dlp/yt-dlp
    Quote Quote  
  3. Originally Posted by stabbedbybrick View Post
    1.
    Code:
    yt-dlp --write-subs --no-download "https://www.usanetwork.com/sin-senos-si-hay-paraiso/video/catalina-ama-a-hernan/3067820"
    2. --write-subs gives a separate file, while --embed-subs embeds in final output. You can use both.

    3. yt-dlp -F "URL". Then use -f to select ID of the format you want. Or use something like -f "best[height=1080]".

    Read documentation on https://github.com/yt-dlp/yt-dlp
    Thank you very much for your detailed explanation and examples. Thanks for your effort..
    Quote Quote  
  4. Well the subtitle comes in tt. can i make it download as srt automatically? convert.
    Quote Quote  



Similar Threads

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