4 DS Scripting TECH FFMPEG copy video, removing first 90 seconds to a copy file – no transcoding ~~ July 1, 2024 Iterate through directory, all files will treated as input, export by copy (not transcoding) cutting the first 90 seconds. 1for f in *; do ffmpeg -ss 00:01:30 -i $f -c copy ../mp4a/$f; done Related Posts:ffmpeg 3.0 - ProRes conversionFileMaker Pro - COPY conditional formattingCombine AUDIO and VIDEO on OSX - NOT using a NLE/DAW…scp to copy filesffmpeg on OSX with hardware enabled encodingCombine AUDIO and VIDEO on OSX - NOT using a NLE/DAW…ffmpeg strip headerFFMPEG split video to equal segmentsLibreOfficeCalc / Excel - same file in multiple widows