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:Make LTC SMPTE Timecode Wav fileffmpeg on OSX with hardware enabled encodingffmpeg strip headerext4 file system support on OSXiBooks - source file book locationFileMaker Pro - COPY conditional formattingscp to copy filesOS-X - file system check - fsck in Single User…FFMPEG split video to equal segments