View Single Post
  #19  
Old 07-02-2018, 01:37 PM
101001 101001 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 7
101001 is on a distinguished road
Default

Re: Any way to cap from xhamsterlive.com?


Quote:
Originally Posted by troller12 View Post
@ 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
I haven't finished all the videos that need fixing but so far, it seems like this works fine. Thank you for this. Also, just in case anyone might have issues on Windows, this is the exact input you should be looking for. You should also copy ffmpeg somewhere other than the Windows folder, if you try this method while ffmpeg is in the Windows folder, you'll receive a write permission error. I just made a new folder under C:\ and added ffmpeg and my video files to it.

Quote:
ffmpeg -i C:\filelocation\fileA.flv -vcodec copy -acodec copy OUTPUT.flv
- - - One last edit to say I'm done converting. One or two caps seemed to receive errors during the process, but now that everything is done, the files have their original runtimes again.

Last edited by 101001 : 07-02-2018 at 04:22 PM.
Reply With Quote