Quote:
Originally Posted by ehurdler
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