View Single Post
  #3  
Old 03-19-2014, 08:19 PM
Startug Startug is offline
Junior Member
 
Join Date: Mar 2014
Posts: 7
Startug is on a distinguished road
Default

Re: SouthParkStudios - How do I capture video?


Quote:
Originally Posted by blimey View Post
sp episodes for s03 are each split into four "acts" (parts), each has to be download separately. note that there is no opening theme segment.

s03e01;
Code:
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-3/0301/acts/sp_0301_actHD_01_B_1280x720_1200.mp4" -o "sp_0301_actHD_01_B_1280x720_1200.flv"
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-3/0301/acts/sp_0301_actHD_02_B_1280x720_1200.mp4" -o "sp_0301_actHD_02_B_1280x720_1200.flv"
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-3/0301/acts/sp_0301_actHD_03_B_1280x720_1200.mp4" -o "sp_0301_actHD_03_B_1280x720_1200.flv"
rtmpdump -r "rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm" -y "mp4:gsp.comedystor/com/sp/season-3/0301/acts/sp_0301_actHD_04_B_1280x720_1200.mp4" -o "sp_0301_actHD_04_B_1280x720_1200.flv"
for other episodes, change "301" occurrences to "302", 303", ect.

subtitles are also per "act";
Code:
http://a12.akadl.mtvnservices.com/9950/mtvnorigin/gsp.comedystor/com/sp/season-3/0301/acts/0301_1_DI.dfxp.xml
http://a12.akadl.mtvnservices.com/9950/mtvnorigin/gsp.comedystor/com/sp/season-3/0301/acts/0301_2_DI.dfxp.xml
http://a12.akadl.mtvnservices.com/9950/mtvnorigin/gsp.comedystor/com/sp/season-3/0301/acts/0301_3_DI.dfxp.xml
http://a12.akadl.mtvnservices.com/9950/mtvnorigin/gsp.comedystor/com/sp/season-3/0301/acts/0301_4_DI.dfxp.xml
you can join the segments with ffmpeg concatenate function.
You have, NO idea how much you've truly helped me man. I think I'll just go and download the entire series. I'm not worried that there is no opening segment to be honest. Yeah the intro is awesome, but it's not like it contains anything really necessary for each episode. THanks again so much.

Update: Alright, I tried doing 302 using the same code, but the box instantly closes for some reason. I can't figure this out. :/
Reply With Quote