Notes by woolf

Displaying keyword search results 1 - 5
Created by woolf on June 18, 2011 21:21:56    Last update: June 18, 2011 21:34:56
I haven't test these. They are collected for reference only. With mencoder, from HOWTO: Convert and write AVCHD (.mts) to DVD with Linux mencoder -oac copy -ovc lavc -of mpeg -mpegopts fo... With HandBrake (GUI): Transcoding AVHD (Cannon HF100 .mts) into a usable open format (MKV w/ FFMPEG) With ffmpeg & WinFF (GUI and command line): How to convert Canon .mts video files to other formats in Ubuntu With mencoder, from Transcoding AVCHD (.mts or .m2ts) files using mencoder on Linux (no deinterlacing): # 1 pass mencoder $file -o ./$file.avi -oac cop... With ffmpeg, from Stuttering playback of canon MTS files #!/bin/bash for i in "$i"*.MTS; do name="${i%.*... #!/bin/bash for i in "$i"*.MTS; do name="${i%.*... With mencoder, from [MEncoder-users] problems with AVCHD (.mts) + Deinterlace...
Created by woolf on May 15, 2011 14:18:54    Last update: May 15, 2011 14:19:49
/etc/resolve.conf : DNS server configuration. Example: search localdomain nameserver 192.168.183.2 /etc/hosts : map hostname to IP address locally instead of using DNS, often take precedence over DNS. Example: 127.0.0.1 localhost 127.0.1.1 myserver #... /etc/nsswitch.conf : system databases and Name Service Switch configuration file. Example: # /etc/nsswitch.conf # # Example configurati... /etc/sysconfig/network (for Fedora, Redhat, CentOS): specify network configuration - static IP, DHCP, NIS, etc. /etc/network/interfaces (for Ubuntu): specify network configuration - static IP, DHCP, NIS, etc. Example: auto lo iface lo inet loopback auto eth0...
Created by woolf on February 03, 2010 04:15:33    Last update: February 03, 2010 04:15:33
The replace method for JavaScript strings can either replace a string or a regular expression: // replace string with string 'ActionScript'.re...
Created by woolf on April 17, 2009 01:51:27    Last update: April 17, 2009 02:20:52
Configuration Bring up the System Properties dialog and click the System Restore tab. Usage Bring up the System Restore tool from the Accessories -> System Tools -> System Restore menu. Cleanup Open disk properties (right click on the drive, select properties), in the general tab click Disk Cleanup , click the More Options tab to clean up space used by System Restore . Reference Windows XP System Restore Is Easy to Use
Created by woolf on April 17, 2009 01:31:31    Last update: April 17, 2009 01:31:31
In case a new device driver makes your Windows XP unstable, you can rollback to the old version with device driver rollback . Reference: Using Windows XP Device Driver Rollback Beats BSOD Here BSOD means B lue S creen o f D eath.