Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 31 to 38 of 38
-
That's true, but it can do much more than just analyze. The people who really know what they're doing can do an awful lot with it, so I didn't know if perhaps someone has come up with a way to use it for building/extracting a video file out of all the tiny fragments that we see on the higher level end.
For now it seems that the best option for highest quality is ffmpeg. In exchanges with support at apowersoft, they've told me that they're working on this very type of thing and will have full functionality in the next version of Streaming Video Recorder. -
I see that you can stop a ffmpeg job at a certain time in from the start with the -t switch, but is there a way to break up a 4-hour video into eight 30-minute segments or four 1-hour segments? Or how about just grabbing a 10-minute segment halfway into the video? Is there any way? Or does ffmpeg always have to start at the beginning of the file?
-
Hi
FFmpeg has a "-ss" switch for start position
Use it with "-t" switch for duration.
Though I don't know whether they work properly when downloading streams from www.
Documentation says:-
‘-ss position (input/output)’
When used as an input option (before -i), seeks in this input file to position.
When used as an output option (before an output filename), decodes but discards input until the timestamps reach position. This is slower, but more accurate.
position may be either in seconds or in hh:mms[.xxx] form.
-
-
I haven't tried it on a live stream yet. I'm just getting some NBCOlympics Full Event (raw, no commentary, no commercials) videos which are typically over 3 hours long and are fed to the viewer in 5-second-long chunks.
You could experiment with the -ss switch on a live stream, but I would guess the -t switch is most useful in that case. I'd like to learn what you find out. -
Ah, I thought you had.
well I generally don't use -t - i prefer to stop manually, but usually the ffmpeg has stopped on its own account, I don't know if its an error or it thinks there is a file limit (its an NTFS drive, so files can be huge, and there is space enough)
Not sure if -ss would work. Generally i just add a rough pause to a batch file at the start before running the ffmpeg command.
Similar Threads
-
Possible to record 2 streams at the same time? Preferably from Sopcast
By mr-scarface in forum Video Streaming DownloadingReplies: 5Last Post: 3rd May 2012, 19:41 -
HLS Questions
By countmonster in forum Video Streaming DownloadingReplies: 0Last Post: 28th Dec 2011, 13:34 -
Record Periodically Live Streams
By npadgett in forum Video Streaming DownloadingReplies: 0Last Post: 13th Oct 2009, 17:21 -
How to record live radio and video streams?
By Shadowofthedarkgod in forum Video Streaming DownloadingReplies: 8Last Post: 15th Aug 2009, 19:40 -
How do i record CNN Live video streams?
By quantass in forum Video Streaming DownloadingReplies: 4Last Post: 13th Sep 2008, 11:44