Tuesday, April 21, 2009

Google Calendar CSV format

"Subject","Start Date","Start Time","End Date","End Time","All day event","Reminder on/off","Reminder Date","Reminder Time","Meeting Organizer","Required Attendees","Optional Attendees","Meeting Resources","Billing Information","Categories","Description","Location","Mileage","Priority","Private","Sensitivity","Show time as"

"Toronto @ Atlanta SCORE",01/19/09,02:00:00 PM,,,,"ON",,,,,,,,,"Toronto @ Atlanta SCORE",,,,TRUE,3,


Heading is "Private" - value True, False


Heading is "Show time as"
Value is "3" for available ("2" for busy).

Friday, April 3, 2009

Change resolution / scale in mencoder

mencoder -oac copy -ovc xvid -vf scale -zoom -xy 320 -xvidencopts bitrate=450 -o output.avi ~/input.avi

audio is copied
video is xvid
-xy is the resolution, in this case 320 is X and the Y will be proportional
bitrate is 450 (this is small).. usually 8-900kbps