Skip to content

Instantly share code, notes, and snippets.

View nctrnm's full-sized avatar
🎯
Focusing

Matthew McGilvery nctrnm

🎯
Focusing
View GitHub Profile
@nctrnm
nctrnm / ffmpeg_split.sh
Created December 1, 2020 23:18 — forked from hfossli/ffmpeg_split.sh
A bash / shell script for splitting videos / movies into several / multiple files using ffmpeg
#!/bin/bash
# Created by Håvard Fossli <hfossli@gmail.com> in 2013
# Derived from Alexis Bezverkhyy <alexis@grapsus.net> in 2011
# This is free and unencumbered software released into the public domain.
# For more information, please refer to <http://unlicense.org/>
#
# Description
# A bash script for splitting videos into several files using ffmpeg.
#