View Single Post
  #18  
Old 07-02-2018, 09:46 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


@ 101001

If you got problems with broken FLV headers timestamps then use ffmpeg to fix it.
Code:
ffmpeg -i YOURVIDEO -vcodec copy -acodec copy VIDEO_OUTPUT
greetz
Reply With Quote