Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subtitles missing #252

Open
lsolin opened this issue Oct 2, 2020 · 7 comments
Open

Subtitles missing #252

lsolin opened this issue Oct 2, 2020 · 7 comments

Comments

@lsolin
Copy link

lsolin commented Oct 2, 2020

yle-dl 20200807, ffmpeg version 4.3-2

I'm trying to download https://areena.yle.fi/1-4455996 but I get no subtitles. Subtitles work in areena player and also --showmetadata finds them.

@aajanki
Copy link
Owner

aajanki commented Oct 7, 2020

There seems to be a problem with subtitles on a small proportion of Areena programs. Even though the API returns subtitles information for them (as shown by --showmetadata), the subtitles aren't embedded in the video stream as is the case with most of the videos.

A possible work-around on the latest master branch (not yet released) is to switch to the wget downloader with "--backend wget". It tries to download subtitles from an alternative location as a separate file. I can't test it with your example video, because it has already expired.

@jkjuopperi
Copy link

jkjuopperi commented Oct 11, 2020

Getting subtitles also fails with this one: https://areena.yle.fi/1-4605037
Version yle-dl 20200807

[webvtt @ 0x10edb00] Dropping 10 duplicated subtitle events
[NULL @ 0x11b4940] Unable to find a suitable output format for 'lihottavat'
lihottavat: Invalid argument
Output file: Prisma: Totuus hiilihydraateista-2020-07-27T06:00.mp4
WARNING: The wget backend might not be able to download subtitles, try --backend=ffmpeg

With --backend=ffmpeg the error is:

[webvtt @ 0xd58b00] Dropping 10 duplicated subtitle events
[NULL @ 0xe1f940] Unable to find a suitable output format for 'lihottavat'
lihottavat: Invalid argument

Subtitle related parts from the --showmetadata output:

    "embedded_subtitles": [
      {
        "language": "fin",
        "category": "k\u00e4\u00e4nn\u00f6stekstitys"
      }
    ],
    "subtitles": [
      {
        "language": "fin",
        "url": "https://cdnsecakmi.kaltura.com/api_v3/index.php/service/caption_captionAsset/action/serve/captionAssetId/1_sk8onesb/ks/ZDM2ZjFhNWMzMTZlOTNkZTIzNjMwMTA1YzdkNjlmODdmYTIzYzJkZnwxOTU1MDMxOzE5NTUwMzE7MTYwMjQ0Mzc1OTswOzIwNzU7b3ZwQHlsZS5maTtkb3dubG9hZDoxX3Bvajk5Mmo1",
        "category": "k\u00e4\u00e4nn\u00f6stekstitys"
      }
    ],

@lsolin
Copy link
Author

lsolin commented Oct 11, 2020

I get subtitles with both backends. I don't understand where the 'lihottavat' error in your output comes from?

@jkjuopperi
Copy link

ffmpeg version is 4.1. The problem seems to be related to ffmpeg not parsing the command line properly.

DEBUG: ffmpeg -y -loglevel warning -thread_queue_size 512 -strict experimental -stats -i https://cdnsecakmi.kaltura.com/p/1955031/sp/195503100/playManifest/entryId/1_poj992j5/flavorId/0_iunvqr9f/format/applehttp/protocol/https/a.m3u8?uiConfId=43362851&referrer=aHR0cHM6Ly9hcmVlbmEueWxlLmZpLzEtNDYwNTAzNw==&playSessionId=11111111-1111-1111-1111-111111111111&clientTag=html5:v0.39.4 -metadata description=Hiilihydraatit lihottavat ja aiheuttavat elintasosairauksia. Onko totuus kuitenkaan näin mustavalkoinen? Tohtori Xand Van Tullekenin mukaan paras tapa pysyä terveenä ja saavuttaa ihannepaino on heittää uskomukset romukoppaan ja keskittyä laatuun ja määrään - myös hiilihydraateissa. Löytyykö väitteelle tieteellistä näyttöä? T: Lion TV/BBC, Iso-Britannia -metadata creation_time=2020-07-27T06:00:00+03:00 -bsf:a aac_adtstoasc -vcodec copy -acodec copy -map 0:p:0 -dn -scodec srt file:Prisma: Totuus hiilihydraateista-2020-07-27T06:00.mkv

@jkjuopperi
Copy link

jkjuopperi commented Oct 12, 2020

Even clearly separating '-metadata' 'description=foo bar' will cause:

[NULL @ 0x7aea80] Unable to find a suitable output format for 'bar'
bar: Invalid argument

Which version of ffmpeg does it work with?

@lsolin
Copy link
Author

lsolin commented Oct 15, 2020

ffmpeg 4.3-2

Works also with wget.

@aajanki
Copy link
Owner

aajanki commented Oct 15, 2020

Works for me on ffmpeg 4.1.6 on Debian stable.

@jkjuopperi Maybe I can figure out something if you can send the output of the following command (or put it in pastebin.com if it's very long):

yle-dl --backend ffmpeg --verbose https://areena.yle.fi/1-4605037

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants