I hereby claim:
- I am lwfitzgerald on github.
- I am lwfitzgerald (https://keybase.io/lwfitzgerald) on keybase.
- I have a public key ASBTpaB-Bv9NdHuCNZbsqPEEykVM-GoRSpZw_bASDR_pogo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/perl | |
| # mencoder_hook.pl | |
| # Perl hook script for using mencoder to encode FLV with Subsonic | |
| # Renders subtitles if they exist in the same dir and with the same name as | |
| # the video and end in either .ass or .str | |
| # Usage: | |
| # Install mencoder (apt-get install mencoder) | |
| # Paste this script into mencoder_hook.pl in /var/subsonic/transcode/ | |
| # Create a link to mencoder: ln -s /usr/bin/mencoder /var/subsonic/transcode/mencoder |