VideoHelp Forum


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


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


+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast
Results 31 to 60 of 85
Thread
  1. Just for you and your knowledge

    Look at your command (shake-packager3....) and look at your file name...
    Quote Quote  
  2. Originally Posted by Compulsive2012 View Post
    Originally Posted by cedric8528 View Post
    What is the name of your file in C:\shaka-packager ?
    The file in the folder is the .exe that I downloaded directly from the list of release in the github link above
    Image
    [Attachment 66228 - Click to enlarge]
    yeah put that exact file name packager-win-x64 instead of shaka-packager3
    Quote Quote  
  3. Code:
    ./packager-win-x64....the rest or the command
    or

    Code:
    ./packager-win-x64.exe....the rest of the command
    Quote Quote  
  4. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    Ok, writing packager-win-64.exe + the rest of the command it works
    Thanks guys

    Now to decrypt the audio file do I need to change anything in the command (in addition to the file name)?
    Last edited by Compulsive2012; 6th Aug 2022 at 11:15.
    Quote Quote  
  5. Yes, If the audio file is encrypted, do the same with shake or mp4decrypt....

    Merge the two file with ffmpeg

    Code:
    fmpeg -i video.mp4 -i audio.m4a -c copy NewFile.mp4
    Quote Quote  
  6. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    Get access to getwvkeys.cc site
    I'm trying to find PSSH and License URL in the page of the video, they suggested me to look in the console (F12) but I can't find them
    Last edited by Compulsive2012; 7th Aug 2022 at 14:50.
    Quote Quote  
  7. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    I tried to read other thread on the forum but I still didn't understand how to got PSSH and License URL.

    For the PSSH I read that it can be obtained from the .mpd URL but how?
    Last edited by Compulsive2012; 7th Aug 2022 at 14:52.
    Quote Quote  
  8. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    Seems that I don't have enough knowledge to be part of the getwvkeys.cc discord server and use their site or tools, but I'm not an expert about programming, coding or anything else so I can just understand and use the basic commands as you guys posted them here but.

    If nobody explain me I don't even know what to do or research.
    I just wanted to download some videos.

    pkp
    @cedric8528
    [ss]vegeta
    Can you guys help me? Or at least point me to the right explanation thread?
    Last edited by Compulsive2012; 7th Aug 2022 at 17:32.
    Quote Quote  
  9. Originally Posted by Compulsive2012 View Post
    Seems that I don't have enough knowledge to be part of the getwvkeys.cc discord server and use their site or tools, but I'm not an expert about programming, coding or anything else so I can just understand and use the basic commands as you guys posted them here but.

    If nobody explain me I don't even know what to do or research.
    I just wanted to download some videos.
    I think you already found out the correct licence url from your post on discord(see attached screenshots).....About pssh you can get from mpd(see screenshot)...You should check for pssh just under uuid starting with edef8ba9.......
    Image Attached Thumbnails Click image for larger version

Name:	1.jpg
Views:	226
Size:	210.8 KB
ID:	66237  

    Click image for larger version

Name:	2.jpg
Views:	185
Size:	235.6 KB
ID:	66238  

    Quote Quote  
  10. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    Originally Posted by pkp View Post
    Originally Posted by Compulsive2012 View Post
    Seems that I don't have enough knowledge to be part of the getwvkeys.cc discord server and use their site or tools, but I'm not an expert about programming, coding or anything else so I can just understand and use the basic commands as you guys posted them here but.

    If nobody explain me I don't even know what to do or research.
    I just wanted to download some videos.
    I think you already found out the correct licence url from your post on discord(see attached screenshots).....About pssh you can get from mpd(see screenshot)...You should check for pssh just under uuid starting with edef8ba9.......
    Thank you very much


    Thank you all guys
    Quote Quote  
  11. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    pkp
    @cedric8528
    [ss]vegeta
    Hi guys, sorry If I return to write on this topic but I'm having problems to find License URL and PSSH of this link: https://mediasetinfinity.mediaset.it/video/striscialanotizia/i-tombini-chiusi-per-feri...12062001036C03

    Is the method explained in this topic still working?
    Quote Quote  
  12. This 3 minute 17 seconds video has no protection so just use
    Code:
    ytdlp.exe "https://vod05.msf.cdn.mediaset.net/farmunica/2022/11/1189290_18453a946f1d01/dashrcclean/sd_no_mpl.mpd"
    Quote Quote  
  13. There is no license url and no Pssh for your video

    You can use "Live Cat" extension for Chrome to download your video.

    If you prefer command line,

    Yt-dlp do the job

    you can use direct url

    Code:
    yt-dlp https://mediasetinfinity.mediaset.it/video/striscialanotizia/ininfluncer-e-gli-errori-nel-coniugare-i-verbi_F312062001036C04
    Quote Quote  
  14. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    I'm really sorry guys, I didn't notice that there was no protection on the video.
    Sorry for my ignorance.

    Thanks again for your help.
    Quote Quote  
  15. No problem and you are welcome.
    It can happen sometimes, we are used to seeing protection everywhere and we just assume everything has Widevine nowadays -_-
    Quote Quote  
  16. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    pkp
    @cedric8528
    [ss]vegeta
    Hi guys, sorry to bother you again.

    I downloaded the video and audio files of this movie https://mediasetinfinity.mediaset.it/movie/primadidomani/prima-di-domani_F308183301000102 with Stream Detector on Firefox.

    The movie is not protected so I merged the two files with ffmpeg but only at the end I noticed that the audio file was in English.

    On the site there are two languages that can be selected for the movie, English and Italian.
    Is there a way to download the audio file in Italian?

    Thanks
    Last edited by Compulsive2012; 2nd Feb 2024 at 12:43.
    Quote Quote  
  17. Originally Posted by Compulsive2012 View Post
    Is there a way to download the audio file in Italian?
    Code:
    ytdlp.exe -f hls-audio-ita "https://mediasetinfinity.mediaset.it/movie/primadidomani/prima-di-domani_F308183301000102"
    Quote Quote  
  18. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    Originally Posted by Compulsive2012 View Post
    Is there a way to download the audio file in Italian?
    Code:
    ytdlp.exe -f hls-audio-ita "https://mediasetinfinity.mediaset.it/movie/primadidomani/prima-di-domani_F308183301000102"
    Thank you very much
    Quote Quote  
  19. hi, i need your help 'cause i got a drm protected video, i decrypted it but the audio is in another language, and i need it in italian... Can someone help me?
    Last edited by tweaky88; 24th Oct 2023 at 03:00.
    Quote Quote  
  20. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    pkp
    @cedric8528
    [ss]vegeta
    Hi guys, sorry to disturb you again with this thread but I don't have access anymore to getwvkeys.cc and I don't know any other new methods to download from Mediasetplay.
    This is the link of the video I'd like to download: https://mediasetinfinity.mediaset.it/video/freedomoltreilconfine/terza-puntata_F312699401000301
    It's drm protected but can be watched without subscription obviously.

    Thanks
    Quote Quote  
  21. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Code:
    N_m3u8DL-RE -M format=mkv --key 8d1c9a2122ed149c3658deb1c1ac54ed:b581585ac964683b34bad5119af5e920 "https://vod06.msf.cdn.mediaset.net/farmunica/2024/01/1509471_18d545c971bf89/dashrcenc/hd_wv_mpl.mpd" --save-name video
    Quote Quote  
  22. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    Originally Posted by iamghost View Post
    Code:
    N_m3u8DL-RE -M format=mkv --key 8d1c9a2122ed149c3658deb1c1ac54ed:b581585ac964683b34bad5119af5e920 "https://vod06.msf.cdn.mediaset.net/farmunica/2024/01/1509471_18d545c971bf89/dashrcenc/hd_wv_mpl.mpd" --save-name video
    Hi, thanks for the answer.
    Sorry for my ignorance, is N_m3u8DL-RE a new (to me) script?
    Could you give me the link where I can download it and maybe some advice for a novice on how to install it?

    Thanks again
    Quote Quote  
  23. Originally Posted by Compulsive2012 View Post
    Sorry for my ignorance, is N_m3u8DL-RE a new (to me) script?
    Could you give me the link where I can download it and maybe some advice for a novice on how to install it?

    Thanks again
    You can download from here
    https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.0-beta/N_m3u8DL-RE_Beta_...4_20230628.zip
    you don't need to install it, it's a CLI, meaning it runs from the command line
    you put it in a folder, open cmd there, and run the command
    Quote Quote  
  24. Member
    Join Date
    Jul 2022
    Location
    Switzerland
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    Originally Posted by Compulsive2012 View Post
    Sorry for my ignorance, is N_m3u8DL-RE a new (to me) script?
    Could you give me the link where I can download it and maybe some advice for a novice on how to install it?

    Thanks again
    You can download from here
    https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.0-beta/N_m3u8DL-RE_Beta_...4_20230628.zip
    you don't need to install it, it's a CLI, meaning it runs from the command line
    you put it in a folder, open cmd there, and run the command
    Thanks
    You guys are awesome
    Last edited by Compulsive2012; 7th Feb 2024 at 08:54.
    Quote Quote  
  25. Member
    Join Date
    Feb 2024
    Location
    Apulia, IT
    Search Comp PM
    Last edited by Pacos14; 16th Feb 2024 at 12:01.
    Quote Quote  
  26. your key

    Code:
    188aa916a1e28c84145f9a91bcbddb9b:2b5c3c960c230545ca9d5cb1c93f8f7e
    Quote Quote  
  27. Member
    Join Date
    Feb 2024
    Location
    Apulia, IT
    Search Comp PM
    thank you cedric8528 but this key: ERROR: unexpected argument <second.mp4>
    Quote Quote  
  28. Originally Posted by Pacos14 View Post
    thank you cedric8528 but this key: ERROR: unexpected argument <second.mp4>
    The key is not the reason for your error.
    What is the filename of the video you are trying to decrypt?
    What command did you use?
    Paste or screenshot.

    If you are decrypting with mp4decrypt, if it's not added to your PATH, you put mp4decrypt in the same folder as your video and open cmd there (meaning you type cmd in the address bar up there). If your video is named second.mp4 then your command will be
    Code:
    mp4decrypt.exe --key 188aa916a1e28c84145f9a91bcbddb9b:2b5c3c960c230545ca9d5cb1c93f8f7e second.mp4 decrypted_video.mp4
    This command will produce a file named decrypted_video.mp4 and it will be... well, yeah.
    Quote Quote  
  29. Member
    Join Date
    Feb 2024
    Location
    Apulia, IT
    Search Comp PM
    thank you [ss]vegeta for the key but
    unfortunately you can't see anythingImage
    [Attachment 77087 - Click to enlarge]
    Quote Quote  



Similar Threads

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