This file contains hidden or 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 | |
# Split RØDECaster Pro multitrack poly-WAVs into per-channel stems (macOS Shortcuts friendly) | |
# ----------------------------------------------------------------------------- | |
# REQUIREMENTS | |
# - ffmpeg & ffprobe installed (e.g., Homebrew: `brew install ffmpeg`) | |
# | |
# DEFAULTS (tuned for RØDECaster Pro 1, fw 2.1.x) | |
# - Mic 1 is on channel index 2 (zero-based; i.e., 3rd channel in the file) | |
# - Mic 2 is on channel index 3 | |
# - Outputs go to a single sibling folder named "split" |