Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 445 Bytes

FFmpeg Helper Scripts

Trim the First X Seconds from a Video

The trim.sh script cuts the first e.g. 15 seconds from an mp4 video file (please use carefully and create a backup before trying this):

./trim.sh video.mp4 15

If the second argument is not provided, 10 seconds will be trimmed by default. Also note that further work is needed to trim videos from the end instead, and to support additional video formats.