View Single Post
  #14  
Old 02-26-2012, 09:19 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Recording streams from be-at.tv


you can merge those chunks with MEncoder without reencoding. you can also write simple batch file to merge all the flv files in current folder.

Code:
MEncoder.exe 1.flv 2.flv -ovc copy -oac copy -o Merged.flv
Reply With Quote