Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Video broadcast split into flvtags - any ideas?Hopefully I haven't opened a new thread on an old issue - but I've searched and I haven't found a topic on this, so here goes.
I am interested in the interview that the following page contains Code:
http://www.eugeniavoda.ro/ro/emisiuni/presa/cristian-tudor-popescu-2011 I take it these are some small .flv fragments that are sent one after the other, composing the entire movie. The question is whether there's some way to download the whole movie as one file, or get it as several files that some tool would eventually merge. Any suggestions (other that the screen recording)? |
#2
|
|||
|
|||
Re: Video broadcast split into flvtags - any ideas?you can write a simple script which downloads all fragments and stitches them together. it's fairly simple.
|
#3
|
|||
|
|||
Re: Video broadcast split into flvtags - any ideas?Thanks, KSV, but U the man with the scripts. I'm only a tester of your work, great work btw. I'll probably let the show run, extract all the addresses and batch download them - luckily enough they're on http server, so any downloader will do. After that, for joining, I'll see what's what.
|
#4
|
|||
|
|||
Re: Video broadcast split into flvtags - any ideas? |
#5
|
|||
|
|||
Re: Video broadcast split into flvtags - any ideas?here's a little php script to download the video. it takes two parameters, first is base url (not page url) of video and second is filename with which you wanna save the file.
usage: Code:
php EugeniaVoda.php http://eugeniavoda.ro/videos/shows/CristianTudorPopescu_2011.flvtags CristianTudorPopescu_2011.flv just double click the script and it will ask for base url and filename. Code:
http://www.mediafire.com/file/6xp7888oh56211m/EugeniaVoda.php |
#6
|
|||
|
|||
Re: Video broadcast split into flvtags - any ideas?Downright awesome! Thank you KSV, this did the job perfectly.
|
Tags: flvtags, split video |
Thread Tools | |
Display Modes | |
|
|