Difference between revisions of "Syntax"

From Mesopoly 3.0
Jump to navigation Jump to search
Line 12: Line 12:
 
to convert avi for upload on http://video.google.com
 
to convert avi for upload on http://video.google.com
  
dscf5780.avi -o test.avi -ovc lavc -oac mp3lame -ffourcc DX50
+
mencoder beer.avi -o test.avi -ovc lavc -oac mp3lame -lavcopts acodec=mp3 -ffourcc DX50

Revision as of 11:46, 10 May 2006

The following command forces the system to reread /etc/fstab and mount all the file systems:

/usr/sbin/mount -a

____________

linux temperature software - search for 'lm_sensors'

_____________

to convert avi for upload on http://video.google.com

mencoder beer.avi -o test.avi -ovc lavc -oac mp3lame -lavcopts acodec=mp3 -ffourcc DX50