• tal
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    18 hours ago

    I mean, you don’t need anything; it’ll work with no flags. I have these:

    $ cat ~/.config/yt-dlp/config
    --embed-subs
    --embed-metadata
    --embed-chapters
    --embed-thumbnail
    --sponsorblock-mark=all
    $
    

    That’ll just embed some useful metadata in the file.

    • Kairos
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      14 hours ago

      Note that subtitles doesn’t include automatic subtitles. For that you have to do --write-auto-subs in conjunction

      • tal
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        14 hours ago

        Thanks.

        EDIT: There isn’t an --embed-auto-subs, but there is a --write-auto-subs.