To change default format for screencap images, in Terminal.app, type:
defaults write com.apple.screencapture type png (or whatever type you want)
To change default folder for screencap images, in Terminal.app, type:
defaults write com.apple.screencapture location "/Users/username/Desktop/screecaps" (or whatever location you want)