Skip to content

matsimitsu/Handbreaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handbreaker

Handbreaker is a tool that watches a directory for new video files.
If a new file is found, handbreaker will convert the file to an iphone compatible one.
When the server is enabled, it will also publish an itunes feed for the iphone compatible files.

Usage

rake handbreaker:watch to monitor the “in” directory from the config.

rake handbreaker:server to start a mongrel/webrick server that lists the converted items

rake handbreaker:convert [source] [target (optional)] to convert a video directly. If target is not given, it will use the “out” dir from the config.

Todo

  • Clean up code
  • Sort server listing by date
  • Move more options to config

License

Copyright © 2009 Robert Beekman, released under the MIT license

About

Watches a directory for video files and converts them to iphone compatible files, then publishes them to an itunes feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages