Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Please help me to download it.I try to download this video.
http://www.bugaboo.tv/watch/45500 But I can not get it from this command. ffmpeg -i http://stream.bugaboo.tv/bugaboo.tv/.../playlist.m3u8 -c copy C:\download\1358989663.ts Please help me get it. http://www.bugaboo.tv/xml/v1/45500/html5 rtmp://stream7.bugaboo.tv/bugaboo.tv/mp4:files/video/dest/2013/01/24/1358989663_480x360.mp4 rtmp://stream.bugaboo.tv/bugaboo.tv/mp4:stream1/files/video/dest/2013/01/24/1358989663_512x384.mp4 rtmp://stream7.bugaboo.tv/bugaboo.tv/mp4:files/video/dest/2013/01/24/1358989663_640x480.mp4 |
#2
|
|||
|
|||
Re: Please help me to download it.Your code is fine, you just need to specify the correct output format
Code:
ffmpeg -i "http://stream.bugaboo.tv/bugaboo.tv/_definst_/mp4:stream1/files/video/dest/2013/01/24/1358989663_512x384.mp4/playlist.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc output.flv |
#3
|
|||
|
|||
Re: Please help me to download it.Thank you for your advice,Peterpan.
|
Tags: ffmpeg, streaming |
Thread Tools | |
Display Modes | |
|
|