Thread
:
Renew output path without stopping the capturing?
View Single Post
#
2
10-19-2012, 09:57 AM
svnpenn
Banned
Join Date: Apr 2011
Location: Dallas
Posts: 757
Re: Renew output path without stopping the capturing?
The best I can think of is to use FFmpeg
Code:
ffmpeg -i a.flv -c copy -ss 60 -t 60 b.flv
svnpenn
View Public Profile
Find all posts by svnpenn