View Single Post
  #2  
Old 06-08-2015, 09:12 AM
compn compn is offline
Stream recording expert
 
Join Date: Sep 2006
Posts: 128
compn has a spectacular aura aboutcompn has a spectacular aura aboutcompn has a spectacular aura about
Default

Re: Need help doing a batch "FLV FIX" for Replay Media Catcher files.


can you just run ffmpeg over the flv file ?
ffmpeg -i input.flv -c:copy fixed.flv

then you can batch that up easily if that works to fix the timestamps.
Reply With Quote