VideoHelp Forum
+ Reply to Thread
Page 19 of 20
FirstFirst ... 9 17 18 19 20 LastLast
Results 541 to 570 of 580
Thread
  1. it works.
    discord=notaghost9997
    Quote Quote  
  2. Originally Posted by notaghost View Post
    it works.
    Ok
    Last edited by BigAndy27; 23rd Jan 2021 at 16:39.
    Quote Quote  
  3. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxx
    Last edited by David Banner; 19th Jan 2021 at 08:40.
    Quote Quote  
  4. https://www.rte.ie/player/movie/rt%C3%A9-investigates-scouts-dis-honour/117660200361

    I want to download above. Can someone point out the steps to get the link?
    Quote Quote  
  5. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxx
    Last edited by David Banner; 19th Jan 2021 at 08:40.
    Quote Quote  
  6. LimerickNomad
    Join Date
    Aug 2021
    Location
    Ireland
    Search Comp PM
    Looking for downloadable file of the following RTE link please:

    https://www.rte.ie/player/series/the-sunday-game/SI0000001905?epguid=IH000402866

    My allegiances should be clear from my username.

    TIA!
    Quote Quote  
  7. I would like to download this programme:
    https://www.tg4.ie/ga/player/catagoir/ceol/seinn/?pid=6136832717001
    Can anyone help? Many thanks!
    Quote Quote  
  8. Originally Posted by karelappel View Post
    I would like to download this programme:
    https://www.tg4.ie/ga/player/catagoir/ceol/seinn/?pid=6136832717001
    Can anyone help? Many thanks!
    Download ffmpeg, ytdlp, aria2c in the same folder
    run cmd
    Code:
    ytdlp.exe --allow-u --external-downloader aria2c.exe -f bv,ba "https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/1555966122001/03ebd529-8909-4fc7-a765-0fd645728758/6s/manifest.mpd?fastly_token=NjE2OTk5YTZfZmQ3NDkwYTkwOGY5MGFkZGMzZDhlNzdhYjMzMTY3ZWUwZDEyZWY0NmMzMTgxZjAyZjAyZWQ3YjY4YjY4ZDQ4ZQ%3D%3D"
    You might need to get a fresh mpd link, with developer tools, network tab in Chrome/Firefox.
    Rename the files to v.mp4 and a.m4a or something.
    Then get mp4decrypt to decrypt them
    Code:
    mp4decrypt.exe --key 39fa7d2c8bd34b5ab9febad819ddc83c:2005dc81965990972709bc2cfd0f816e v.mp4 v_dec.mp4
    Code:
    mp4decrypt.exe --key 39fa7d2c8bd34b5ab9febad819ddc83c:2005dc81965990972709bc2cfd0f816e a.m4a a_dec.mp4
    and finally use ffmpeg to merge them
    Code:
    ffmpeg.exe -i v_dec.mp4 -i a_dec.mp4 -c copy video.mp4
    Quote Quote  
  9. Thanks so much [ss]vegeta, that worked perfectly!
    Quote Quote  
  10. Originally Posted by karelappel View Post
    Thanks so much [ss]vegeta, that worked perfectly!
    You are welcome.
    Quote Quote  
  11. download with:
    Code:
    yt-dlp --allow-unplayable-formats https://vod.rte.ie/rte/vod-d/RTE_Prod_-_Prod/982/308/IH000402283/IH000402283-1632519680219.ism/.mpd?filter=systemBitrate%3C%3D7000000&hls_fmp4=true&available=1632517140&expiry=1633121940&ip=151.18.63.130&token1=8d101c52d265d4f651ac2ff05eea36cdbb39a49ff803d12e8037d17d1ac8fc77
    then decrypt with:
    Code:
    8a58678a51905abf9821fdbf21a71534:74774d545bc3bd44b5d0ecdd75d8710f
    Quote Quote  
  12. Wow, you're awesome!!! Thanks so much.
    Quote Quote  
  13. Could someone help out with this one, please?

    https://www.rte.ie/player/series/angela-scanlon-s-ask-me-anything/SI0000011956?epguid=IH000410135


    Got the mpd link, but I can't make it work

    Code:
    https://vod.rte.ie/rte/vod-d/RTE_Prod_-_Prod/283/152/IH000410135/IH000410135-1635027057606.ism/.mpd?filter=systemBitrate%3C%3D7000000&hls_fmp4=true&available=1635026340&expiry=1637445540&ip=62.57.229.131&token1=a7a6cf93a79e86b913736c8b8edfa7baa83d971769ca66ca753c0017b004d68e
    Quote Quote  
  14. use mpd link with yt-dlp. work.
    then decrypt final video with
    Code:
    1a0986121cc95790a908173a6f4fe184:7bdd9b8c40c187f1c801ee47905133da
    Quote Quote  
  15. Originally Posted by lomero View Post
    use mpd link with yt-dlp. work.
    then decrypt final video with
    Code:
    1a0986121cc95790a908173a6f4fe184:7bdd9b8c40c187f1c801ee47905133da
    Thank you for the key! It took me a while to figure out what was wrong in the code for both the download and the decryption. But finally got the files.


    However, I don't seem to be able to mux the audio and video together. I get the following message: Incorrect number of samples in encryption info. Any ideas on what's wrong or what I'm missing?
    Quote Quote  
  16. use ffmpeg
    ffmpeg -i video.mp4 -i audio.m4a -c:v copy -c:a aac output.mp4
    Quote Quote  
  17. Originally Posted by lomero View Post
    use ffmpeg
    ffmpeg -i video.mp4 -i audio.m4a -c:v copy -c:a aac output.mp4
    That's what I was using, but to no avail. Tried your code, and still being prompted with the same error message:

    Image
    [Attachment 61426 - Click to enlarge]
    Quote Quote  
  18. 097cd938104368a981c828cc3de28bc7:910c2bcf63c861f78 c590920a80fa8f8
    Quote Quote  
  19. Originally Posted by LZAA View Post
    097cd938104368a981c828cc3de28bc7:910c2bcf63c861f78 c590920a80fa8f8
    That was what was wrong. Muxed now


    Thank you both, lomero and LZAA, for your help!
    Quote Quote  
  20. How do you know what to decrypt it with? Like how would I figure it out myself?
    I have the v.mp4 and a.m4a files downloaded, just need to now decrypt them. Thanks
    Quote Quote  
  21. Originally Posted by gdgdbvs View Post
    How do you know what to decrypt it with? Like how would I figure it out myself?
    I have the v.mp4 and a.m4a files downloaded, just need to now decrypt them. Thanks
    Bento's mp4decrypt is used for decryption
    https://www.bento4.com/downloads/
    Quote Quote  
  22. for first link: https://www.rte.ie/player/series/hidden-assets/SI0000012001?epguid=IP000067248

    Code:
    yt-dlp --allow-u https://vod.rte.ie/rte/vod-d/RTE_Prod_-_Prod/66/316/IP000067246/IP000067246-1636325289096.ism/.mpd?filter=systemBitrate%3C%3D7000000&hls_fmp4=true&available=1636324140&expiry=1793923200&ip=37.228.211.212&token1=92cee84c7fe14f10511a5069ff651280dae74b634c750669d28980379a0ad16a
    keys:

    Code:
    8055dd0482509b73e09b0f6e6bff90e9:8264d85264fe50e95d454b0ef7d78b81
    50f70fb6096a54c59571821099a7a4d2:3e7f40d717f90c119d7163b206bf1165
    22bfde557af757ac824c429bef31da38:e192405460ac7cf5bc697c41e2776a86
    b651c4288e6d5885b3920c829da3c2a0:51e82aa19839c3b10fcfec8c82215ccf
    ffa3c60628b8512cb62855dbe81ed11d:61135a69d6660a21926b3497249cf73e
    use keys as described here: https://forum.videohelp.com/threads/403888-CTV-ca#post2638676
    Last edited by lomero; 29th Nov 2021 at 11:51.
    Quote Quote  



Similar Threads

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