User Tools

Site Tools


computers:server:mythbuntu1104

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:server:mythbuntu1104 [2011/06/30 00:00] – [Media Types] davidcomputers:server:mythbuntu1104 [2012/05/19 17:18] (current) – [Filename Symbolic Links] david
Line 180: Line 180:
 exit 0 exit 0
 </code> </code>
-  - Copy that file into **/etc/cron.daily/** <code>+  - Copy that file into **/etc/cron.daily/** (NOTE:  This will NOT work, because cron jobs cannot have .sh extensions!)  --- //[[david@lattice.net|David Lloyd Rabine]] 2012/05/19 13:17//<code>
 sudo cp mythtv_cronjob_symlink_recordings.sh /etc/cron.daily/ sudo cp mythtv_cronjob_symlink_recordings.sh /etc/cron.daily/
 </code> </code>
Line 288: Line 288:
   - Change the extension to "mkv"   - Change the extension to "mkv"
   - Enter the following command into the **Command:** line <code>   - Enter the following command into the **Command:** line <code>
-mplayer -fs -zoom -quiet -nosub -vo vdpau -vc ffh264vdpau -stop-xscreensaver %s + 
-# that didn't stop the blanking +mplayer -cache=16384 -cache-min=10 -fs -zoom -quiet -nosub -vo vdpau -vc ffh264vdpau -heartbeat-cmd "xscreensaver-command -deactivate" %s
-# try this +
-mplayer -fs -zoom -quiet -nosub -vo vdpau -vc ffh264vdpau -heartbeat-cmd "xscreensaver-command -deactivate" %s+
 </code> </code>
     * the **-vc** call makes a huge difference in CPU usage (from 50% to 2% doing a 1080p video) (I thought the **-vo** would do it on its own but it does not)     * the **-vc** call makes a huge difference in CPU usage (from 50% to 2% doing a 1080p video) (I thought the **-vo** would do it on its own but it does not)
-    * the **-stop-xscreensaver** keeps the screen from blanking every 10 minutes or so+    * the **-heartbeat-cmd "xscreensaver-command -deactivate"** keeps the screen from blanking every 10 minutes or so
 ===== Trouble Shooting ===== ===== Trouble Shooting =====
  
computers/server/mythbuntu1104.1309392040.txt.gz · Last modified: 2011/06/30 00:00 by david