VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Hi,I need help to download from zee5.

    I want to rip 576p or 720p of https://www.zee5.com/movies/details/har-har-gange/0-0-harhargange

    What to use and how?
    thanks
    Quote Quote  
  2. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    Any hls plugin ( videoDownloadHelper or Stream Detector f.e.) will pick up the .m3u8 streams,after that you can use any of FFMPEG, streamlink, youtube-dl.

    e.g. streamlink:

    Code:
    streamlink "https://zee5vodnd.akamaized.net/hls/720p/movies/Hindi_Movies/Har_Har_Gange.mp4/index.m3u8?hdnea=st=1563545797~exp=1563548797~acl=/*~hmac=69cbda60e24550e0fdfe469acc7672f0bc0380b43e8447cd3da53e7c28bc9a11" 720p -o file.mp4
    [cli][info] Found matching plugin hls for URL https://zee5vodnd.akamaized.net/hls/720p/movies/Hindi_Movies/Har_Har_Gange.mp4/index.m3u8?hdnea=st=1563545797~exp=1563548797~acl=/*~hmac=69cbda60e24550e0fdfe469acc7672f0bc0380b43e8447cd3da53e7c28bc9a11
    [cli][info] Available streams: 144p (worst), 240p, 360p, 480p, 576p, 720p (best)
    [cli][info] Opening stream: 720p (hls-multi)
    [download][file.mp4] Written 300.4 MB (60s @ 4.5 MB/s)
    wait till it finishes it.
    Quote Quote  
  3. Sviests sir we need your help

    Format : dash
    Codec ID : dash (iso6/mp41/avc1)
    File size : 7.55 MiB
    Duration : 4 min 1 s
    Overall bit rate mode : Constant
    Overall bit rate : 262 kb/s
    Encoded date : UTC 2018-11-26 11:14:44
    Tagged date : UTC 2018-11-26 11:14:44

    Video
    ID : 1
    Format : AVC
    Format/Info : Advanced Video Codec
    Format profile : Baseline@L3
    Format settings : 1 Ref Frames
    Format settings, CABAC : No
    Format settings, RefFrames : 1 frame
    Codec ID : encv / avc1
    Codec ID/Info : Advanced Video Coding
    Duration : 4 min 1 s
    Bit rate mode : Constant
    Bit rate : 256 kb/s
    Width : 640 pixels
    Height : 360 pixels
    Display aspect ratio : 16:9
    Frame rate mode : Constant
    Frame rate : 25.000 FPS
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Progressive
    Bits/(Pixel*Frame) : 0.044
    Stream size : 7.41 MiB (98%)
    Encoded date : UTC 2018-11-26 11:14:44
    Tagged date : UTC 2018-11-26 11:14:44
    Encryption : Encrypted

    MPD


    <?xml version="1.0" encoding="UTF-8"?>
    <!--Generated with https://github.com/google/shaka-packager version v1.5.1-c540e5a-release-->
    <MPD xmlns="urn:mpeg:dashchema:mpd:2011" xmlnssi="http://www.w3.org/2001/XMLSchema-instance" xmlnslink="http://www.w3.org/1999/xlink" xsichemaLocation="urn:mpeg:dashchema:mpd:2011 DASH-MPD.xsd" xmlns:cenc="urn:mpeg:cenc:2013" minBufferTime="PT2S" type="static" profiles="urn:mpeg:dashrofile:isoff-on-demand:2011" mediaPresentationDuration="PT241.88800048828125S">
    <Period id="0">
    <AdaptationSet id="0" contentType="video" width="640" height="360" frameRate="25000/1000" subsegmentAlignment="true" par="16:9">
    <Representation id="0" bandwidth="261831" codecs="avc1.42c01e" mimeType="video/mp4" sar="1:1">
    <ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="126f6601-3bcf-51a8-baca-ffeac0bfa6b1"/>
    <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
    <cencssh>AAAAMHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABAiCD EwMDcwOTg1SOPclZsG</cencssh>
    </ContentProtection>
    <BaseURL>70985.sd2_v_enc.mp4</BaseURL>
    <SegmentBase indexRange="1090-1373" timescale="25000">
    <Initialization range="0-1089"/>
    </SegmentBase>
    </Representation>
    </AdaptationSet>
    <AdaptationSet id="1" contentType="audio" lang="en" subsegmentAlignment="true">
    <Representation id="1" bandwidth="65378" codecs="mp4a.40.2" mimeType="audio/mp4" audioSamplingRate="32000">
    <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_c onfiguration:2011" value="2"/>
    <ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="f6f869df-d2bd-5a6d-9644-4a09e10c9fbe"/>
    <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
    <cencssh>AAAAMHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABAiCD EwMDcwOTg1SOPclZsG</cencssh>
    </ContentProtection>
    <BaseURL>70985.sd2_a_enc.mp4</BaseURL>
    <SegmentBase indexRange="952-1283" timescale="32000">
    <Initialization range="0-951"/>
    </SegmentBase>
    </Representation>
    </AdaptationSet>
    </Period>
    </MPD>



    Is this MPD contains decrypt key
    Quote Quote  
  4. „Nothing within the mpd can directly be used with mp4decrypt."
    Quote Quote  
  5. Originally Posted by ThunderRanger View Post
    Need access(login,pass)
    PM
    Quote Quote  
  6. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Please don't discuss how to download from payed streaming sites.
    Quote Quote  
  7. <MPD mediaPresentationDuration="PT4M1.880S" minBufferTime="PT3.00S" profiles="urn:mpeg:dashrofile:isoff-live:2011" type="static" xmlns="urn:mpeg:dashchema:mpd:2011" xmlns:cenc="urn:mpeg:cenc:2013">
    <!-- Created with Bento4 mp4-dash.py, VERSION=1.7.0-613 -->
    <Period>
    <!-- Video -->
    <AdaptationSet maxHeight="1080" maxWidth="1920" mimeType="video/mp4" minHeight="360" minWidth="640" segmentAlignment="true" startWithSAP="1">
    <!-- MPEG Common Encryption -->
    <ContentProtection cenc:default_KID="adc230cb-c343-5de4-9ae6-f8c135ecdd79" schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc"/>
    <!-- Widevine -->
    <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
    <cencssh>AAAAMHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABAiCD EwMDcwOTg1SOPclZsG</cencssh>
    </ContentProtection>


    Please anybody send code to apply for mp4decrypt.exe
    Quote Quote  
  8. how to rip captions from zee5?
    Quote Quote  
  9. ..
    Last edited by Shingen36; 25th Sep 2019 at 07:15.
    Quote Quote  
  10. Originally Posted by Sviests View Post
    Any hls plugin ( videoDownloadHelper or Stream Detector f.e.) will pick up the .m3u8 streams,after that you can use any of FFMPEG, streamlink, youtube-dl.

    e.g. streamlink:

    Code:
    streamlink "https://zee5vodnd.akamaized.net/hls/720p/movies/Hindi_Movies/Har_Har_Gange.mp4/index.m3u8?hdnea=st=1563545797~exp=1563548797~acl=/*~hmac=69cbda60e24550e0fdfe469acc7672f0bc0380b43e8447cd3da53e7c28bc9a11" 720p -o file.mp4
    [cli][info] Found matching plugin hls for URL https://zee5vodnd.akamaized.net/hls/720p/movies/Hindi_Movies/Har_Har_Gange.mp4/index.m3u8?hdnea=st=1563545797~exp=1563548797~acl=/*~hmac=69cbda60e24550e0fdfe469acc7672f0bc0380b43e8447cd3da53e7c28bc9a11
    [cli][info] Available streams: 144p (worst), 240p, 360p, 480p, 576p, 720p (best)
    [cli][info] Opening stream: 720p (hls-multi)
    [download][file.mp4] Written 300.4 MB (60s @ 4.5 MB/s)
    wait till it finishes it.
    got Opening stream: 720p (hls-multi)
    is there any way to check if downloading, progress, speed etc?
    Quote Quote  



Similar Threads

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