Quote:
Originally Posted by svnpenn
The best I can think of is to use FFmpeg
Code:
ffmpeg -i a.flv -c copy -ss 60 -t 60 b.flv
|
The problem with this is that the original file continues to grow in size. This is not efficient because I would like to capture the stream 24/7. So the original file will continue to grow forever.