View Single Post
  #3  
Old 10-19-2012, 11:18 AM
Darwin222 Darwin222 is offline
Junior Member
 
Join Date: Oct 2012
Posts: 12
Darwin222 is on a distinguished road
Default

Re: Renew output path without stopping the capturing?


Quote:
Originally Posted by svnpenn View Post
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.
Reply With Quote