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
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jun 2014
    Location
    Brazil
    Search PM
    I need download a streaming video, the video have 1:42 hours.

    I dont have the direct link of the whole video, only links like:
    http://cds.b5k6y2y6.hwcdn.net/damasioalum/_definst_/denis_pigozzi_legis_penal_especial...mp4/media_1.ts
    http://cds.b5k6y2y6.hwcdn.net/damasioalum/_definst_/denis_pigozzi_legis_penal_especial...mp4/media_2.ts
    http://cds.b5k6y2y6.hwcdn.net/damasioalum/_definst_/denis_pigozzi_legis_penal_especial...mp4/media_3.ts

    I tried several softwares from this link https://forum.videohelp.com/threads/285567-How-to-capture-record-streaming-video

    One that works fine is the FVD downloader. But I have one problem

    This stream has ~500 .ts files (media_1.ts, media_2.ts, media_500.ts, etc...) and I need click in all files to get the video.
    Yes, 500 clicks are few, but I need download ~20 videos like that, so 500x20 clicks is too much time.

    Any way to download all .ts files with 1 click? The FVD downloader, unfortunately, dont have a 'download all' buttom :/
    Quote Quote  
  2. Hi ,

    @Mimy :

    Code:
    I have caught 3 streams , saved in X:\Process\concat\
    
    Made in that directory a file named "mylist.txt" (see below) :
    ---
    file 'X:\Process\concat\media_1.ts'
    file 'X:\Process\concat\media_2.ts'
    file 'X:\Process\concat\media_3.ts'
    ---
    
    Created a batch file "Z_concat.bat" (see below) :
    ---
    @echo on
    ffmpeg -f concat -i "X:\Process\concat\mylist.txt" -c copy output.ts
    pause
    :fin
    ---
    Saved in the same directory of "FFMPEG" .
    And launched it .
    
    Got a file "output.ts" in the directory of "FFMPEG" .
    Maybe : to be re-encode to .mp4
    ===
    for help see :
    http://stackoverflow.com/questions/7333232/concatenate-two-mp4-files-using-ffmpeg
    Regards .
    Quote Quote  
  3. Member Emeritus
    Join Date
    May 2014
    Search PM
    Code:
    ffmpeg -i "http://cds.b5k6y2y6.hwcdn.net/damasioalum/_definst_/denis_pigozzi_legis_penal_especial_0803.mp4/playlist.m3u8" -c copy -absf aac_adtstoasc denis_pigozzi_legis_penal_especial_0803.mp4
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!