Scripts used in the production of RailsCasts. http://railscasts.com/
This is designed to be used as a plugin for Oh My ZSH. To add it, symlink the project directory into ~/.oh-my-zsh/custom/plugins
and add it to your .zshrc
file.
These scripts do the following:
- Generate a new project directory with the proper templates
rcnew '123 Some Episode'
-
Process edited video by adding intro and normalizing and cleaning up audio (no script yet)
-
Encode video into different formats
rcencode 123-some-episode.mov
- Upload them to the server
rcupload path/to/123-some-episode/
If you have any suggestions on how to improve this, especially regards to encoding, please add an issue to this project.