Skip to content

Instantly share code, notes, and snippets.

View morrisonbrett's full-sized avatar
💭
Eat. Sleep. Code.

Brett Morrison morrisonbrett

💭
Eat. Sleep. Code.
View GitHub Profile
@morrisonbrett
morrisonbrett / catmp4.sh
Last active August 24, 2022 18:07
Bash alias for combining MP4 files into one file
#!/bin/bash
#
# Brett Morrison, June 2022
#
# Below is a script for concatenating multiple mp4 files into one mp4 file.
# This is useful for GoPro camera output. The workflow is:
# 1. Copy files from the GoPro microSD card onto a drive
# 2. Open up a command prompt and CD into the directory you put the MP4 files
# 3. Run the command, catmp4 with the output file name as the one and only parameter
#
node_modules