View Single Post
  #7  
Old 09-28-2017, 12:56 AM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: Help capturing from Fox.com.


Quote:
Originally Posted by ehurdler View Post
I do get the video downloaded, but as I stated gets advertisement stuck to the beginning. Is there any way around this?
ffmpeg -ss 5 -i inputfile outputfile

discards the first five seconds of input.

If your input file was 60 seconds long, the output file will be 55 seconds long.

https://superuser.com/questions/5380...fset-in-ffmpeg

https://trac.ffmpeg.org/wiki/Seeking
Reply With Quote