Hi there,
Any idea of how to download this: https://videos.mubicdn.net/watch/5685cda458bf45c5a01b14040eb92868/60501b91/mubi-films/..._eng=1000.dash
Thanks
+ Reply to Thread
Results 1 to 27 of 27
-
-
Found this in the mpd:
<AdaptationSet
id="2"
group="3"
contentType="text"
lang="en"
mimeType="application/mp4"
codecs="stpp"
startWithSAP="1">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="subtitle" />
<SegmentTemplate
timescale="1000"
initialization="drm_playlist.e24ccf3f46-$RepresentationID$.dash"
media="drm_playlist.e24ccf3f46-$RepresentationID$-$Time$.dash">
<SegmentTimeline>
<S t="0" d="2000" r="1362" />
<S d="2347" />
</SegmentTimeline>
</SegmentTemplate>
<Representation
id="textstream_eng=1000"
bandwidth="1000">
</Representation>
</AdaptationSet>
What to do with this? -
-
-
Discord Sei#0555
-
For all those who ask me privately how to download subtitles from MUBI:
simply rename .dash >> .webvtt
To convert to .srt use any online tool. -
@pedrothelion can you please explain a bit more when you say just rename .dash to .webvtt? Inside the .mpd file which .dash should be renamed to .webvtt? What would be the complete URL to download since the renamed .webvtt file? Thanks!
https://mubi.com/films/the-tiger-of-eschnapur/player
https://los-angeles-edge2.mubicdn.net/watch/c260dc4b7e07a405907566f70ec0f63d/61263523/...m/playlist.mpd -
Hello,
I have similar query.
For the base movie https://www.france.tv/series-et-fictions/telefilms/1213781-l-archer-noir.html Stream Detector gives me just these two files:
https://cloudreplay.ftven.fr/a030ccabced16/1078301504_france-domtom_TA.ism/manifest.mp...9c1936421b22cf
https://backend.irsdn.net/router/v2/6fa93815-2dc9-4df6-9967-3bb108d14bb5/content/https...2Fmanifest.mpd
How to convert it to the URL from which I can retrieve webvtt subtitles?
In manifest.mpd there is a section:
<AdaptationSet
id="3"
group="3"
contentType="text"
lang="fr"
mimeType="application/mp4"
codecs="stpp"
startWithSAP="1">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="subtitle" />
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="subtitle" />
<SegmentTemplate
timescale="1000"
initialization="1078301504_france-domtom_TA-$RepresentationID$.dash"
media="1078301504_france-domtom_TA-$RepresentationID$-$Time$.dash">
<SegmentTimeline>
<S t="0" d="10000" r="535" />
<S d="13533" />
</SegmentTimeline>
</SegmentTemplate>
<Representation
id="textstream_fre=1000"
bandwidth="1000">
</Representation>
</AdaptationSet>
Thanks in advance
EC -
There's another way.
Code:ytdlp.exe --no-check-certificate --write-subs --skip-download "https://cloudreplay.ftven.fr/a030ccabced16/1078301504_france-domtom_TA.ism/ZXhwPTE2NDI1MTU3NDN+YWNsPSUyZmEwMzBjY2FiY2VkMTYlMmYxMDc4MzAxNTA0X2ZyYW5jZS1kb210b21fVEEuaXNtKn5obWFjPTZhYjg1N2VjMjI0NTc4NGRlYzNiNWViNzkxMzE2ZmU4YTc5N2U2MzA2YjJmMzNiNTdjMzVkN2UzMWMyNTkzYTU=/manifest.mpd"
Then, when you open the mp4 with Subtitle Edit, you get this
[Attachment 62959 - Click to enlarge]
So you can save it as srt.
P.S. Site might have some security protocols that can interrupt the download, just run the command again and it will continue from where it left off. -
OK, but which one? There are several text-subtitle-dash files and all of them are less than 1 KB. That doesn't make sense. And I guess the correct file extension is ".vtt", not ".webvtt".
I tried:
./yt-dlp --write-subs --allow-unplayable-formats www.blabla.mpd
It gave me only English subtitle in a 2 MB-sized MP4 file. Opened it with Subtitle Edit and saved as srt.
Subtitle downloading speed is much more slower than audio files (in my case, only 8-10 kbps)
How do we get all subtitles?Last edited by ridibunda; 22nd Feb 2022 at 07:08. Reason: info
-
OK, I found the solution.
Command line to get all subtitles in DASH:
yt-dlp --skip-download --write-subs --all-subs --allow-unplayable-formats MPDlink
yt-dlp will download each subtitle, one by one, in alphabetical order: De-German first, En-English second, Es-Spanish third, Fr-French fourth, etc... You will end up with several tiny mp4 files. (If you use the command without "--skip-download", it will begin downloading the video after all subtitles are downloaded)
Just import MP4 files to Subtitle Edit and save as SRT.
For some languages, you'll need to arrange coding before saving.
But I still don't know how to get a specific language, for example; only German sub or only French sub. There isn't a command like "yt-dlp --write-subs-de" or "yt-dlp --write-subs -de"
That's a screenshot showing DASH files for English subtitle only:
[Attachment 63767 - Click to enlarge]Last edited by ridibunda; 12th Mar 2022 at 04:15.
-
-
That list does not help me about the issue:
[Attachment 63779 - Click to enlarge]Last edited by ridibunda; 12th Mar 2022 at 03:14. Reason: SS added
-
--write-subs --sub-langs "da, fi, no, sv,"
Gives you da, fi, no and sv subs
I'm stuck on a thing after downloading. I get a single mp4 file that can't be opened in subtitle edit and changing file extension to srt doesn't help either. -
It works at Mubi. Subtitle Edit opens those MP4 files after 10-15 seconds. Not immediately.
And thank you for letting me understand the correct form, with quotes and commas.
For all subtitles: --skip-download --write-subs --all-subs --allow-unplayable-formats MPDlink
For selected subtitles: --skip-download --write-subs --sub-langs "en, fr," --allow-unplayable-formats MPDlink (for English and French subs)
To list all subtitles: --list-subs --allow-unplayable-formats MPDlink
"skip-download" is for discluding video download... "allow-unplayable-formats" is for bypassing "that video is protected" warning. -
-
Use mp4box
Code:mp4box.exe -raw 1 Episode01.fi.mp4
Code:Episode01.fi_track1
-
-
Similar Threads
-
Download .dash Subtitle
By foultayeb in forum Video Streaming DownloadingReplies: 5Last Post: 9th Apr 2023, 11:07 -
Help downloading MPD Dash
By axnspain in forum Video Streaming DownloadingReplies: 2Last Post: 9th Dec 2020, 03:09 -
MXF To DASH
By ghaffar3 in forum Video ConversionReplies: 1Last Post: 17th Sep 2020, 08:30 -
Dash modified youtube-dl
By kavisura9999 in forum Video Streaming DownloadingReplies: 0Last Post: 14th Feb 2019, 10:14 -
Merge DASH streams
By David Banner in forum Video Streaming DownloadingReplies: 2Last Post: 20th Jun 2018, 07:31