Code Session (Recording)
# Profiles
You can define custom profiles
# Combine Rush ⮺
For combining output of a OBS recording session
# Create the concat list in chronological order
$ printf "file '%s'\n" *.mp4 > files.txt
# Merge without re-encoding (fast, no quality loss)
$ ffmpeg -f concat -safe 0 -i files.txt -c copy combined.mp4
Written on April 24, 2026, Last update on May 14, 2026
broadcast
vscode
profile