ffmpeg strip header

Strips 13 seconds from the start.


1
ffmpeg -ss 00:00:13 -i input.mp4 -acodec copy -vcodec copy output.mp4