VideoHelp Forum




+ Reply to Thread
Page 82 of 154
FirstFirst ... 32 72 80 81 82 83 84 92 132 ... LastLast
Results 2,431 to 2,460 of 4610
  1. Originally Posted by BracKLaBeL View Post
    Hi, Is it possible download this file with ffmpeg?

    Thanks

    __________________________________________________ __________________________________________________ ______________




    <br /> Visualizador<br />










































































    Carregando Player...




    name="_refresh"
    src="refresh.aspx"
    frameborder="0"
    scrolling="no"
    width="0"
    height="0"
    style="position: relative; top: 0px; left: 0px;">



    id="iframeTemplate"
    frameborder="0"
    scrolling="no"
    src="branco.html"
    style="visibility: visible; overflow: hidden; margin: 0px; padding: 0px; border: 0px; left: 0px; top: 0px; width: 0px; height: 0px;">




    style="margin-left: auto; margin-right: auto; width: 502px; height: auto; margin-top: 30px">


















    link to video
    Quote Quote  
  2. Originally Posted by BracKLaBeL View Post
    Hi, Is it possible download this file with ffmpeg?

    Thanks

    yes it is possible.

    use link with https

    ex:
    Code:
    ffmpeg -i "https://cers2hls-vh.akamaihd.net/i/2694_04282014_AGE_PF_2014_ATUAL_AULA_01_Pt_I_OK.mp4/master.m3u8?hdnea=st=1399931161~exp=1399932161~acl=/*~id=ib3ceg5kuufiq93kqa66rquki2~hmac=5b2625a7f96306136d0834a7be3f6874e7bbd08bde5372a60bcd60f4b5374121 -c copy -absf aac_adtstoasc video.mp4
    Quote Quote  
  3. Hi everyone!

    I'm a total newbie to this, but I really need a video stream from here:

    Code:
    http://artycok.tv/lang/cs-cz/4530/delgado-how-come-you-beautiful
    Can you give me a step-by-step guide how to download?

    Thanks a lot!
    Quote Quote  
  4. Originally Posted by jonxo View Post
    Hi everyone!

    I'm a total newbie to this, but I really need a video stream from here:

    Code:
    http://artycok.tv/lang/cs-cz/4530/delgado-how-come-you-beautiful
    Can you give me a step-by-step guide how to download?

    Thanks a lot!
    use streamcapture

    Copy and paste the link
    click on search
    locate the link:
    Code:
    rtmpe://server14.streaming.cesnet.cz/vod/_definst_/mp4:others/avu/artycok/videoart/delgado_paula/delgado_paula-como_sos_tan_lindo/delgado_paula-como_sos_tan_lindo-576p.mp4
    click to download
    Quote Quote  
  5. Hi, my clever friends. Vevo question here (although it has been, sort of, asked before):

    The following URL is a test example that has been explained few pages back: http://www.vevo.com/watch/avatar/bloody-angel/SER781400501 would be saved as
    ffmpeg -i "http://hls-aka.vevo.com/v3/hls/2014/05/SER781400501/4200/ser781400501_4200k_1920x1080_h264__aac_128.m3u8" -c copy -absf aac_adtstoasc ser781400501_4200k_1920x1080_h264_4200_aac_128.mp4
    My quest: higher quality, previously marked as 5392k is available? If so then what would I do about it...?

    Huge thank you for all hints, a real pleasure!

    BTW: Above worked like once, then "URL not found 404" as Vevo is blocking me?! o_O
    Last edited by djg666; 14th May 2014 at 08:55.
    Quote Quote  
  6. Originally Posted by djg666 View Post
    Hi, my clever friends. Vevo question here (although it has been, sort of, asked before):

    The following URL is a test example that has been explained few pages back: http://www.vevo.com/watch/avatar/bloody-angel/SER781400501 would be saved as
    ffmpeg -i "http://hls-aka.vevo.com/v3/hls/2014/05/SER781400501/4200/ser781400501_4200k_1920x1080_h264__aac_128.m3u8" -c copy -absf aac_adtstoasc ser781400501_4200k_1920x1080_h264_4200_aac_128.mp4
    My quest: higher quality, previously marked as 5392k is available? If so then what would I do about it...?

    Huge thank you for all hints, a real pleasure!

    BTW: Above worked like once, then "URL not found 404" as Vevo is blocking me?! o_O
    NO

    Code:
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=968958,RESOLUTION=640x360,CODECS="avc1.4d401e,mp4a.40.2"
    800/ser781400501_800k_640x360_h264_800_aac_128.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1344958,RESOLUTION=960x540,CODECS="avc1.4d401f,mp4a.40.2"
    1200/ser781400501_1200k_960x540_h264_1200_aac_128.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2596371,RESOLUTION=960x540,CODECS="avc1.4d401f,mp4a.40.2"
    2400/ser781400501_2400k_960x540_h264_2400_aac_128.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3511052,RESOLUTION=1280x720,CODECS="avc1.4d401f,mp4a.40.2"
    3200/ser781400501_3200k_1280x720_h264_3200_aac_128.m3u8
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=4564458,RESOLUTION=1920x1080,CODECS="avc1.4d4032,mp4a.40.2"
    4200/ser781400501_4200k_1920x1080_h264_4200_aac_128.m3u8
    Quote Quote  
  7. CristianoA: I keep getting "Error 404 Not found" when I know it's correct URL on every file. I think Vevo or my ISP is blocking me. Is there any other method, maybe? Are you getting blocked?
    What do you use for analysis above?
    Thank you so much, quite interesting...
    Quote Quote  
  8. Originally Posted by jagabo View Post
    Originally Posted by yoda313 View Post
    Also on a side note would running two instances of streamtransport effectively double your downloading power?
    Probably not. Many sites limit downloads/streaming to one per IP address.
    When I used StreamTransport I often opened multiple instances, but each instance could download five or six streams simultaneously so you need pretty good bandwidth to really take advantage of more than one instance.

    This was back when Amazon Instant's preview streams connected you to the full video and cut you off at 60 seconds (or whatever) in the swf player, so StreamTransport gave you access to complete movies/episodes/everything.

    At the time (probably still), they allocated bandwidth dynamically, so the variable bitrate of your video file was determined more by network conditions than by the compression algorithm--I didn't realise this until I noticed I was getting different file sizes for duplicate downloads.
    Last edited by sandw1ch; 15th May 2014 at 01:06.
    Quote Quote  
  9. Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    With the help of you lovely people, I can grab almost anything! However, yahoo seems to be the only thing I can't seem to get. What do you recommend? I'm trying to get this one: https://movies.yahoo.com/video/ellen-page-red-carpet-world-012253758.html
    use ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5 -c copy -absf aac_adtstoasc video.mp4

    Thankyou Where did you get the yahoo url there to place in the code? Or any other hard to get video sites like bloomberg.com?

    Edit: I can't get the code you gave me to work. I have ffmpeg on my C:/ do I need to change something? I tried with and without quotations.

    C:\Users\Studio-1749>"ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2
    -3b00-a5bf-e5d7dfffc06b.m3u8?site=movies®ion=US&lang=en-US&plrs=vd3QMclFsAIVyC57
    tmD0F5 -c copy -absf aac_adtstoasc video.mp4"
    '"ffmpeg -i "https:' is not recognized as an internal or external command,
    operable program or batch file.
    'lang' is not recognized as an internal or external command,
    operable program or batch file.
    'plrs' is not recognized as an internal or external command,
    operable program or batch file.

    I cannot find a single tutorial on how to grab streaming videos with this? They all explain converting files and screen recording from desktop...
    Last edited by videonerd86; 15th May 2014 at 10:43.
    Quote Quote  
  10. Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    With the help of you lovely people, I can grab almost anything! However, yahoo seems to be the only thing I can't seem to get. What do you recommend? I'm trying to get this one: https://movies.yahoo.com/video/ellen-page-red-carpet-world-012253758.html
    use ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5 -c copy -absf aac_adtstoasc video.mp4

    Thankyou Where did you get the yahoo url there to place in the code? Or any other hard to get video sites like bloomberg.com?

    Edit: I can't get the code you gave me to work. I have ffmpeg on my C:/ do I need to change something? I tried with and without quotations.

    C:\Users\Studio-1749>"ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2
    -3b00-a5bf-e5d7dfffc06b.m3u8?site=movies®ion=US&lang=en-US&plrs=vd3QMclFsAIVyC57
    tmD0F5 -c copy -absf aac_adtstoasc video.mp4"
    '"ffmpeg -i "https:' is not recognized as an internal or external command,
    operable program or batch file.
    'lang' is not recognized as an internal or external command,
    operable program or batch file.
    'plrs' is not recognized as an internal or external command,
    operable program or batch file.

    I cannot find a single tutorial on how to grab streaming videos with this? They all explain converting files and screen recording from desktop...
    use newest version of ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5" -c copy -absf aac_adtstoasc video.mp4
    Quote Quote  
  11. What's ffmpeg command(s) to find ***.m3u URL for Vevo files? As an example: http://www.vevo.com/watch/sia/chandelier-official-video/USRV81400135
    Old "get" command ffmpeg -i "http://hls-aka.vevo.com/v3/hls/2014/06/USRV81400135/4200/usrv81400135_4200k_1920x1080_h264__aac_128.m3u8" -c copy -absf aac_adtstoasc usrv81400135_4200k_1920x1080_h264_4200_aac_128.mp4 doesn't seem to work anymore as Vevo seems to change paths quickly (HTTP Error 404 Not Found).

    Edit: Solved, thank you, guys!
    Last edited by djg666; 15th May 2014 at 23:03.
    Quote Quote  
  12. Originally Posted by chapun67 View Post
    Originally Posted by angelroj7 View Post
    try use ffmpeg
    Code:
    ffmpeg -i "http://content-ausw3.uplynk.com/ffef0d4058a14013a01e57e4a1d0f876/g.m3u8?exp=1399840897&ct=a&eid=10012216&oid=21885d134fa441488df8e1d7acee8c66&iph=94f2d790db439449c9117b3e4af8a425b359517d238db80737256b3e430b2ad4&rays=efgabcd&euid=83E88D28-27F7-41FB-9617-8293B7DBF54A_000_1&sig=4e77f237ec645fc918fb52948ed8473811e1b4c135579cf60494bb46cd5561e6&pbs=c9c564a891384f6791fdf60c78102e93" -c copy t.ts
    I got this error
    Click image for larger version

Name:	error.jpg
Views:	2763
Size:	123.8 KB
ID:	25228
    Quote Quote  
  13. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by angelroj7 View Post
    Can anyone help me out with this video plz

    Here's the Link: http://entertainment.verizon.com/tv/3/player/vendor/Disney%20Channel/player/disney/asset/12631155/

    Im trying to get the video in HD 1080p,

    I got this error
    Image
    [Attachment 25228 - Click to enlarge]
    Try use
    Code:
    http://cdn.videos.dolimg.com/xd_shortform/rad/xd17909/927b3a-hxd17909_prad-2014-radio-disney-music-awards-h264h_aac_1920x1080_7840x160.mp4
    which is a free public video from this webpage.
    Quote Quote  
  14. Would you please help on this:
    Code:
    https://cdn.livestream.com/embed/zanantv?layout=4&clip=flv_4185676f-d48a-45d7-88fe-4b6ed44eb348&height=340&width=560&autoPlay=false&mute=false
    I produced like this but it shows me an error regarding a problem accessing dns:
    Code:
    rtmpdump -r "rtmp://xzanantvx.e.channel.liv.estream.com/mogulus-edge/zanantv" -a "mogulus-edge/zanantv" -f "WIN 13,0,0,214" -W "https://cdn.livestream.com/chromelessPlaye.r/v21/playerapi.swf" -p "https://cdn.livestream.com/embed/zanantv?layout=4&clip=flv_4185676f-d48a-45d7-88fe-4b6ed44eb348&height=340&width=.560&autoPlay" -y "Q/mogulus-user-files/chzanantv/2014/05/01/4185676f-d48a-45d7-88fe-4b6ed44eb348.m4v" -o "3.flv"
    LOG:
    Code:
    connect.?..........app...mogulus-edge/zanantv..flashVer...WIN 13,0,0,214..swfUrl...https://cdn.livestream.com/chromelessPlaye.r/v21/playerapi.swf?mute=false&autoPlay=false&width=560&jsEnabled=false&height=340&time=..tcUrl..>rtmp://xzanantvx.e.channel.liv.estream.com/mogulus-edge/zanantv..fpad....capabilities.@m........audioCodecs.@.........videoCodecs.@o.......
    videoFunction.?..........pageUrl...https://cdn.livestream.com/embed/zanantv?layout=4&clip=flv_4185676f-d48a-45d7-88fe-4b6ed44eb348&height=340&width=.560&autoPlay=false&mute=false..objectEncoding...............player....instance375.......version...WIN 13,0,0,214..devKey..kGO2kK.NTS471iv-G6HNWVS0LmuTRQfhkeRkW6v7vb9i4YDXmFk_8_2SH15O-gWk9T-gOnI17jx1hmGfrOI_OlTNMle-U1FTclV5B4bqXn3yM..viewerId.. dc070df09f470.b833a7be3c7b480117f..browser..mMozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 S.afari/537.36..embedUrl...https://zanantv.net/blog/2014/05/01/%D9%81%DB%8C%D9%84%D9%85-%D8%AF%D8%A7%D8%B3%D8%AA%D8%A7%D9%86%DB%8C.-%D8%AA%D8%AE%DB%8C%D9%84%DB%8C-%D9%88%D9%82%D8%AA%DB%8C-%D9%87%D9%85%D8%AC%D9%86%D8%B3%DA%AF%D8%B1%D8%A7%D9%87%D8%A7-%D8%AF%D8%.B1/..os...Windows 8.1......password.A............7.6>.B....{\..!....>........1)........n=
    Quote Quote  
  15. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by nexaen View Post
    Would you please help on this:
    Code:
    https://cdn.livestream.com/embed/zanantv?layout=4&clip=flv_4185676f-d48a-45d7-88fe-4b6ed44eb348&height=340&width=560&autoPlay=false&mute=false
    View the playlist by loading the following page
    Code:
    http://xzanantvx.api.channel.livestream.com/3.0/getstream.json?id=flv_4185676f-d48a-45d7-88fe-4b6ed44eb348&callback=json1
    At the end of the playlist, find the url following "progressiveUrl":

    Copy the entire url that follows

    "progressiveUrl":

    everything between the quotes, including __gda__= and the code that follows.

    Use this url to download the video.
    Quote Quote  
  16. Hi guys , while capturing a stream using ffmpeg , sometimes , the download is interrupted before completing the file , so i wonder if its possible to resume an interrupted download! .
    This is the code and link for the m3u8 file , used in ffmpeg .
    Code:
    ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/71a59161ad174d61ab2991f1938b6bb7/e37a7343d01d4f48b5c81ff8fe3ccd10/stars_of_science_s05_new_e23_daily.mpegts/playlist-f42db71c8f1536eb5d9e7a286f07b485a57c31da.m3u8" -c copy t.ts
    Quote Quote  
  17. Member
    Join Date
    May 2007
    Location
    United States
    Search Comp PM
    I was on comedy central downloading a video. I tried the RTMPDumpHelper, which i had success with on other sites. Unfortunately, with this video, it won't allow the download to start. It's blocked. There is a subroutine in there that sees RTMPDumpHelper loaded, and says, "Nope! Cannot allow the video to play!" How do i know? I tried it without RTMPDumpHelper loaded, and it plays fine. When i loaded up RTMPDumpHelper to download it, The screen just says "Initializing..." Does anyone know a way to download blocked content? Thanks!!
    Quote Quote  
  18. Member
    Join Date
    May 2007
    Location
    United States
    Search Comp PM
    I found a video on comedy central that i tried downloading with RTMPDumpHelper. I had success using that software with other sites, but with comedy central it won't allow the video to download. It has blocked it. Here is the link....

    http://www.cc.com/video-clips/ois8zh/stand-up-dave-attell--uncensored---question-for-the-ladies

    thanks!!
    Quote Quote  
  19. ...
    Last edited by sysanin; 13th Nov 2015 at 17:50.
    Quote Quote  
  20. Member
    Join Date
    May 2014
    Location
    Canada
    Search PM
    Desperate for help with downloading this video!

    https://www.nfb.ca/film/where_you_goin_company_town/embed/player

    Any ideas? Thank you in advance!
    Quote Quote  
  21. Originally Posted by pasquatch View Post
    Desperate for help with downloading this video!

    https://www.nfb.ca/film/where_you_goin_company_town/embed/player

    Any ideas? Thank you in advance!
    use IDM

    Code:
    rtmp://sh5ovbbv3mo7k.cloudfront.net/cfx/st/mp4:FLASH/flash4/collection4/streams/M1M/films/1000_VI05489000.mp4
    Quote Quote  
  22. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by pasquatch View Post
    Desperate for help with downloading this video!

    https://www.nfb.ca/film/where_you_goin_company_town/embed/player

    Any ideas? Thank you in advance!
    also, http link
    Code:
    http://d3ed8qox9o7fw2.cloudfront.net/FLASH/flash4/collection4/streams/M1M/films/1000_VI05489000.mp4
    Quote Quote  
  23. Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    With the help of you lovely people, I can grab almost anything! However, yahoo seems to be the only thing I can't seem to get. What do you recommend? I'm trying to get this one: https://movies.yahoo.com/video/ellen-page-red-carpet-world-012253758.html
    use ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5 -c copy -absf aac_adtstoasc video.mp4

    Thankyou Where did you get the yahoo url there to place in the code? Or any other hard to get video sites like bloomberg.com?

    Edit: I can't get the code you gave me to work. I have ffmpeg on my C:/ do I need to change something? I tried with and without quotations.

    C:\Users\Studio-1749>"ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2
    -3b00-a5bf-e5d7dfffc06b.m3u8?site=movies®ion=US&lang=en-US&plrs=vd3QMclFsAIVyC57
    tmD0F5 -c copy -absf aac_adtstoasc video.mp4"
    '"ffmpeg -i "https:' is not recognized as an internal or external command,
    operable program or batch file.
    'lang' is not recognized as an internal or external command,
    operable program or batch file.
    'plrs' is not recognized as an internal or external command,
    operable program or batch file.

    I cannot find a single tutorial on how to grab streaming videos with this? They all explain converting files and screen recording from desktop...
    use newest version of ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5" -c copy -absf aac_adtstoasc video.mp4
    It is the latest version... I still need help with my questions please? This doesnt work

    The other one I'm trying to get also (assuming it would work the same way with ffmpeg) http://www.bloomberg.com/video/badlwin-cruz-on-woody-allen-s-to-rome-with-love-phlKVoi...3VNA~jzdg.html


    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Users\Studio-1749>ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-
    3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC
    57tmD0F5" -c copy -absf aac_adtstoasc video.mp4
    'ffmpeg' is not recognized as an internal or external command,
    operable program or batch file.
    Last edited by videonerd86; 19th May 2014 at 19:06.
    Quote Quote  
  24. Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    With the help of you lovely people, I can grab almost anything! However, yahoo seems to be the only thing I can't seem to get. What do you recommend? I'm trying to get this one: https://movies.yahoo.com/video/ellen-page-red-carpet-world-012253758.html
    use ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5 -c copy -absf aac_adtstoasc video.mp4

    Thankyou Where did you get the yahoo url there to place in the code? Or any other hard to get video sites like bloomberg.com?

    Edit: I can't get the code you gave me to work. I have ffmpeg on my C:/ do I need to change something? I tried with and without quotations.

    C:\Users\Studio-1749>"ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2
    -3b00-a5bf-e5d7dfffc06b.m3u8?site=movies®ion=US&lang=en-US&plrs=vd3QMclFsAIVyC57
    tmD0F5 -c copy -absf aac_adtstoasc video.mp4"
    '"ffmpeg -i "https:' is not recognized as an internal or external command,
    operable program or batch file.
    'lang' is not recognized as an internal or external command,
    operable program or batch file.
    'plrs' is not recognized as an internal or external command,
    operable program or batch file.

    I cannot find a single tutorial on how to grab streaming videos with this? They all explain converting files and screen recording from desktop...
    use newest version of ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5" -c copy -absf aac_adtstoasc video.mp4
    It is the latest version... I still need help with my questions please? This doesnt work

    The other one I'm trying to get also (assuming it would work the same way with ffmpeg) http://www.bloomberg.com/video/badlwin-cruz-on-woody-allen-s-to-rome-with-love-phlKVoi...3VNA~jzdg.html
    download this batch file and run it

    http://www20.zippyshare.com/v/56835883/file.html
    Quote Quote  
  25. Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    With the help of you lovely people, I can grab almost anything! However, yahoo seems to be the only thing I can't seem to get. What do you recommend? I'm trying to get this one: https://movies.yahoo.com/video/ellen-page-red-carpet-world-012253758.html
    use ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5 -c copy -absf aac_adtstoasc video.mp4

    Thankyou Where did you get the yahoo url there to place in the code? Or any other hard to get video sites like bloomberg.com?

    Edit: I can't get the code you gave me to work. I have ffmpeg on my C:/ do I need to change something? I tried with and without quotations.

    C:\Users\Studio-1749>"ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2
    -3b00-a5bf-e5d7dfffc06b.m3u8?site=movies®ion=US&lang=en-US&plrs=vd3QMclFsAIVyC57
    tmD0F5 -c copy -absf aac_adtstoasc video.mp4"
    '"ffmpeg -i "https:' is not recognized as an internal or external command,
    operable program or batch file.
    'lang' is not recognized as an internal or external command,
    operable program or batch file.
    'plrs' is not recognized as an internal or external command,
    operable program or batch file.

    I cannot find a single tutorial on how to grab streaming videos with this? They all explain converting files and screen recording from desktop...
    use newest version of ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5" -c copy -absf aac_adtstoasc video.mp4
    It is the latest version... I still need help with my questions please? This doesnt work

    The other one I'm trying to get also (assuming it would work the same way with ffmpeg) http://www.bloomberg.com/video/badlwin-cruz-on-woody-allen-s-to-rome-with-love-phlKVoi...3VNA~jzdg.html
    download this batch file and run it

    http://www20.zippyshare.com/v/56835883/file.html
    Excellent, thankyou. This worked

    How did you find the yahoo url? Or any other stream. So I can do this in the future without asking you everytime? Thankyou, I am very grateful for your help!

    I thought the bloomberg video may be this: http://b5vod-vh.akamaihd.net/z/o/NtaWM3NTrYX9ZlGz2EwSiNxPC77iOnay/DOcJ-FxaFrRg4gtDEwO,...t.f4m?hdcore=1

    But it gave me an invalid data found error.
    Quote Quote  
  26. http://imgur.com/DEVXq8u
    What's wrong with my code?
    Could somebody gimme the right one if possible,please?
    Quote Quote  
  27. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by Hoovah View Post
    http://imgur.com/DEVXq8u
    What's wrong with my code?
    Could somebody gimme the right one if possible,please?
    Use same command in your image, but add extra "/" where shown.

    Where you have

    rtmp://video.slavishow.com/slavishow/slavishow/20140323_KRISIA_AINT_NO_SUNSHINE.mp4

    change to

    rtmp://video.slavishow.com/slavishow//slavishow/20140323_KRISIA_AINT_NO_SUNSHINE.mp4

    note extra "/" here - - - - - - - - - - - - - ^
    Quote Quote  
  28. I also would like to mention that I have tried these methods: None of them work.

    StreamTransport
    TubeDigger
    Replay Media Catcher
    Url Snooper
    SDP Multimedia

    Webpage source and Web developer Network in firefox.

    I'm using this as a learning method with the code that was given and worked:

    (Video page) https://movies.yahoo.com/video/ellen-page-red-carpet-world-012253758.html

    (Url for Ffmpeg) https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movie...sAIVyC57tmD0F5

    Can someone please help me find where to get the url from? I often need yahoo videos and I need to know how to get the correct code for ffmpeg. Tried so many things and nothing shows up for me.

    Thankyou


    Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by videonerd86 View Post
    With the help of you lovely people, I can grab almost anything! However, yahoo seems to be the only thing I can't seem to get. What do you recommend? I'm trying to get this one: https://movies.yahoo.com/video/ellen-page-red-carpet-world-012253758.html
    use ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5 -c copy -absf aac_adtstoasc video.mp4

    Thankyou Where did you get the yahoo url there to place in the code? Or any other hard to get video sites like bloomberg.com?

    Edit: I can't get the code you gave me to work. I have ffmpeg on my C:/ do I need to change something? I tried with and without quotations.

    C:\Users\Studio-1749>"ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2
    -3b00-a5bf-e5d7dfffc06b.m3u8?site=movies®ion=US&lang=en-US&plrs=vd3QMclFsAIVyC57
    tmD0F5 -c copy -absf aac_adtstoasc video.mp4"
    '"ffmpeg -i "https:' is not recognized as an internal or external command,
    operable program or batch file.
    'lang' is not recognized as an internal or external command,
    operable program or batch file.
    'plrs' is not recognized as an internal or external command,
    operable program or batch file.

    I cannot find a single tutorial on how to grab streaming videos with this? They all explain converting files and screen recording from desktop...
    use newest version of ffmpeg

    Code:
    ffmpeg -i "https://hls.video.query.yahoo.com/b4154df0-99c2-3b00-a5bf-e5d7dfffc06b.m3u8?site=movies&region=US&lang=en-US&plrs=vd3QMclFsAIVyC57tmD0F5" -c copy -absf aac_adtstoasc video.mp4
    It is the latest version... I still need help with my questions please? This doesnt work

    The other one I'm trying to get also (assuming it would work the same way with ffmpeg) http://www.bloomberg.com/video/badlwin-cruz-on-woody-allen-s-to-rome-with-love-phlKVoi...3VNA~jzdg.html
    download this batch file and run it

    http://www20.zippyshare.com/v/56835883/file.html
    Excellent, thankyou. This worked

    How did you find the yahoo url? Or any other stream. So I can do this in the future without asking you everytime? Thankyou, I am very grateful for your help!

    I thought the bloomberg video may be this: http://b5vod-vh.akamaihd.net/z/o/NtaWM3NTrYX9ZlGz2EwSiNxPC77iOnay/DOcJ-FxaFrRg4gtDEwO,...t.f4m?hdcore=1

    But it gave me an invalid data found error.
    Quote Quote  



Similar Threads

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