Advertisement
Guest User

Untitled

a guest
Jan 28th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. GNU nano 2.2.6 File: x264-2.sh
  2.  
  3. #!/bin/sh
  4.  
  5. # mythtv multi-pass auto-transcode to x264 with HandBrakeCLI, remove commer$
  6.  
  7. # variables
  8. # $1 must be the directory/file to be transcoded. (in mythtv enter: "%DIR%/$
  9. # $2 must be the output directory / file name. The directory must be writea$
  10. # $3 must be chanid (in mythtv enter: "%CHANID%")
  11. # $4 must be starttime. (in mythtv enter: "%STARTTIME%")
  12. # full userjob command should look like this: /path/to/this-script/nameofyo$
  13.  
  14. # a temporary working directory (must be writable by mythtv user)
  15. TEMPDIR="/home/mythtv/workdir/"
  16.  
  17. # MySQL database login information (for mythconverg database)
  18. DATABASEUSER="mythtv"
  19. DATABASEPASSWORD="mythtv"
  20.  
  21. # MythTV Install Prefix (make sure this matches with the directory where My$
  22. [ Read 41 lines ]
  23. ^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
  24. ^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement