Skip to content

Instantly share code, notes, and snippets.

View nctrnm's full-sized avatar
:electron:
Connected

Matthew McGilvery nctrnm

:electron:
Connected
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 <[email protected]> in 2013
# Derived from Alexis Bezverkhyy <[email protected]> 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.
#