ryanb / railscasts-scripts

Scripts used internally when producing RailsCasts

Home Page:http://railscasts.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RailsCasts Scripts

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:

  1. Generate a new project directory with the proper templates
rcnew '123 Some Episode'
  1. Process edited video by adding intro and normalizing and cleaning up audio (no script yet)

  2. Encode video into different formats

rcencode 123-some-episode.mov
  1. 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.

About

Scripts used internally when producing RailsCasts

http://railscasts.com

License:MIT License


Languages

Language:Ruby 87.9%Language:Perl 8.8%Language:Shell 3.3%