Shell scripts for recording audio and video on Linux.
Stars
1
Forks
2
Watchers
1
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
57
commits
1
commits
Move start mode options to a function. Automatically run status mode after start mode.
f26b293View on GitHubBash's built in regular expression matching doesn't work when the pattern is quoted.
cad5cb3View on GitHubProcess post mode options in a function, enabling them to be visible in stop mode as well as enabling the options from stop mode to be visible in post mode. Fixes issue #5.
9ef1eebView on GitHubTranscode video and audio separately before copying them into the container. Fixes issue #6
16aef0aView on GitHubClean RECDIR prior to beginning a new recording. Provide new mode to manually clean RECDIR. Fixes issue #8.
b1b8c5cView on GitHubSafely perform tilde expansion in pathnames. Actually pass some arguments to common_options(). Fixes the rest of issue #7.
c2ceb30View on GitHubDerp's another variable name. Fixes one part of issue #7.
5c2b59cView on GitHubMake sure the config file is readable before trying to source it
583e6dbView on GitHubAdd basic sanity check: make sure we actually did manage to find common.sh.
bafcc5bView on GitHub