View catmp4.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# |
View .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |
OlderNewer