VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 6 of 6
FirstFirst ... 4 5 6
Results 151 to 155 of 155
Thread
  1. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by damon View Post
    Just tested with https://bitmovin.com/demos/drm/ under Chrome 129 for Linux
    'https://licensing.bitmovin.com/licensing'
    Same message from GUI version
    Could not parse license_message as a SignedMessage, Error parsing message
    Quite right Damon. The script is giving you exactly the correct response to the incorrect inputs you've given it.

    Instead of throwing aspersions on a script you might profitably learn something by reading the Temple of Doom trilogy in the stickies.

    Therein you may find https://cwip-shaka-proxy.appspot.com/no_auth is the license url and you'll need the curl of that!!
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  2. finally got some progress
    Image
    [Attachment 82599 - Click to enlarge]


    80205 Invalid device ID
    Last edited by damon; 2nd Oct 2024 at 09:49. Reason: my mistake
    Quote Quote  
  3. Member
    Join Date
    Oct 2024
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by A_n_g_e_l_a View Post
    Originally Posted by The_Mole_UK View Post
    Originally Posted by A_n_g_e_l_a View Post
    [Edit: Sorry I see you've previously posted you can do the following already.
    My first post of #139 (https://forum.videohelp.com/threads/415090-All-Hell-Let-Loose!/page5#post2752610) seemed to vanish last night with no explanation (back this morning)

    I thought, "Ok!" and so just wrote the request in: #140 (https://forum.videohelp.com/threads/415090-All-Hell-Let-Loose!/page5#post2752612).
    Yes that man without hair, Richard, who runs this site, - they call him bald-rick - likes to check for spam; so he reads all new posts before they get put up

    I've sent you a PM with solution. Yes I got hooked in! It has an extra button - coloured to indicate availability.
    Image
    [Attachment 82596 - Click to enlarge]

    Image
    [Attachment 82595 - Click to enlarge]
    # Command to extract subtitle track (track index assumed to be 0)
    command = ['ffmpeg', '-i', f'{video_path}.mkv', '-map', '0:s:0', srt_file]

    This works great! :)
    Quote Quote  
  4. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by The_Mole_UK View Post
    # Command to extract subtitle track (track index assumed to be 0)
    command = ['ffmpeg', '-i', f'{video_path}.mkv', '-map', '0:0', srt_file]

    This works great!
    OK. Horses for courses, But at least stop ffmpeg filling acres of screen space proclaiming itself.

    command = ['ffmpeg', '-loglevel', 'quiet', '-hide_banner', '-i', f'{video_path}.mkv', '-map', '0:0', srt_file]
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  5. Member
    Join Date
    Oct 2024
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by A_n_g_e_l_a View Post
    Originally Posted by The_Mole_UK View Post

    Anyway, all feedback for v7. What would be really useful is a tool that could just get me the subtitles.
    Normal v6 script for Video and Audio. Which is excellent.
    Just subs? No, not from me. It seems you are well placed to do that yourself. :)

    But a bit of history for you... In the beginning there was a script called l3.py which needed pssh and licence URL plus a headers file and a working CDM to give you keys.
    We now have the Hell3 family which takes just the mpd and licence cURL and downloads and decrypts -unseen to the user.
    To adapt hell3 too far away from its roots is not on my agenda. It is a key getter and an all-in-one downloader.

    The beauty of python scripts is that you have the source code to adapt as you wish.
    n_m3u8dl_re_command = (
    f"N_m3u8DL-RE '{mpd_url}' {keys} "
    f"--save-name 'E:/MakeMKV DVD Reads!/{self.video_name_entry.text()}' "
    "-mt "
    "-M:format=mkv:muxer=mkvmerge"
    )
    self.n_m3u8dl_re_output.setText(n_m3u8dl_re_comman d)

    subprocess_command = [
    'N_m3u8DL-RE', mpd_url
    ] + keys.split() + [
    '--save-name', f'E:/MakeMKV DVD Reads!/{self.video_name_entry.text()}',
    '-mt', '-M', 'format=mkv:muxer=mkvmerge'
    ]
    self.subprocess_output.setText(str(subprocess_comm and))

    Can't see what is wrong at 02:00. Sadly, must go to bed...
    Last edited by The_Mole_UK; 2nd Oct 2024 at 20:03.
    Quote Quote  



Similar Threads

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