VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Apr 2014
    Location
    Izmir, Turkey
    Search PM
    I want to download videos from a streaming source, here is an example: http://video.kanald.com.tr/benbilmemesimbilir/13042014-Ben-Bilmem-Esim-Bilir/23774

    GetFLV does it; but unfortunately you have to buy it to download the whole video and I can't find any working cracks for it. I've tried everything, IDM, Orbit, but no results. How can I download this video? please help me about this. Thanks in advance.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Try also streamtransport, freemake video downloader (adware alert!!!).
    Quote Quote  
  3. Member
    Join Date
    Apr 2014
    Location
    Izmir, Turkey
    Search PM
    They don't seem to work...
    Quote Quote  
  4. use ffmpeg

    128k
    Code:
    ffmpeg -i "http://5.79.73.110/S7/HLS_VOD/40767_4efb/128/prog_index.m3u8" -c copy -absf aac_adtstoasc video.mp4
    500k
    Code:
    ffmpeg -i "http://5.79.73.110/S7/HLS_VOD/40767_4efb/500/prog_index.m3u8" -c copy -absf aac_adtstoasc video.mp4
    750k
    Code:
    ffmpeg -i "http://5.79.73.110/S7/HLS_VOD/40767_4efb/750/prog_index.m3u8" -c copy -absf aac_adtstoasc video.mp4
    1000k
    Code:
    ffmpeg -i "http://5.79.73.110/S7/HLS_VOD/40767_4efb/1000/prog_index.m3u8" -c copy -absf aac_adtstoasc video.mp4
    1500k
    Code:
    ffmpeg -i "http://5.79.73.110/S7/HLS_VOD/40767_4efb/1500/prog_index.m3u8" -c copy -absf aac_adtstoasc video.mp4
    2500k
    Code:
    ffmpeg -i "http://5.79.73.110/S7/HLS_VOD/40767_4efb/2500/prog_index.m3u8" -c copy -absf aac_adtstoasc video.mp4
    Quote Quote  
  5. Would be helpful if you provided a brief summary of how you got those links. Did you use the Foxfire/user agent/adblock method to get the m3u8?
    Once you get the m3u8, can you explain this part of the command:
    -c copy -absf aac_adtstoasc

    I pasted your above command (first one) into ffmpeg and seems to be downloading. Could care less about what it is downloading, but I'm trying to learn basics of how to use ffmpeg for downloading.
    Last edited by jimdagys; 21st Apr 2014 at 19:18.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!