Coleena said:
Mattthecat said:Btw here's a script that someone wrote to capture streams from logirl
http://www.reddit.com/r/SakuraGakuin/comments/2szkzb/a_little_script_to_record_the_logirl_streams_and/
Unfortunately I'm too stupid to understand and work with it. But maybe someone else her does :)
I've tried writing out a tutorial of my own which is hopefully easier to understand - sorry if it's a little messy, I have a tendency to get caught up in all these terms. Tell me if there's anything you don't understand!
1. Download ffmpeg, unzip it to a directory of your choice.
2. Open up Firefox, download Adblock Plus if you don't already have it.
3. Navigate to the LoGirl page you want (in this case this one), and press Ctrl+Shift+v.
4. Search for a url ending in m3u8, and copy it. (You should pick http://www2.uliza.jp/IF/iphone/iPhonePlaylist.m3u8?v=VIDEO150127371694&p=5281&d=1249&n=2837, not the other one.)
5. Open command line and fill in the blanks:"Drive:\ffmpeginstallationdirectory\bin\ffmpeg.exe" -i "url from step 4" -c copy "Drive:\outputdirectory\filename.filetype"
Mine, for example, looks like:"E:\Users\Coleena\Downloads\ffmpeg\bin\ffmpeg.exe" -i "http://www2.uliza.jp/IF/iphone/iPhonePlaylist.m3u8?v=VIDEO150127371694&p=5281&d=1249&n=2837" -c copy "M:\Videos\Shows\LoGiRL #2.ts"
EDIT: For some reason, it crashes at 30 minutes when I use MKV as the output, so make sure to use TS.
Of course, if you still can't figure it out, just ask and I'd be totally willing to download the files myself and up them here!
It looks like you're new here. If you want to get involved, click one of these buttons!