If you do DV video capture in Vegas 6.0 you are no doubt familiar with the standalone program entitled Sony Video Capture 6.0. Once you have captured your video, the program allows you to save your capture session in project files that end with the extension ".SFVIDCAP". Unlike ".VEG" and ".DAR" files that you can double-click to automatically open them, the Vegas installation never created an association for the ".SFVIDCAP" files, nor did it associate an icon with this type of file for easy visual identification.
The following text is the modification I have made to my Windows Registry so I can more closely integrate Sony Video Capture 6.0 with the rest of the Vegas suite. If you want to implement this yourself, just open up "Notepad" and copy all the text between the ######## markers into a file of any name that ends in the extension ".reg" (not ".txt"). By double clicking on the ".reg" file, you will automatically add its contents to the Windows Registry. The change is immediate and you do not have to reboot to see these enhancements. If you don't understand what these registry additions mean, I will be glad to explain them line by line. NOTE: This is specific to Vegas version 6.0 only.
###########
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.SFVIDCAP]
@="Vegas Video Capture"
[HKEY_CLASSES_ROOT\Vegas Video Capture]
@="SFVIDCAP File"
[HKEY_CLASSES_ROOT\Vegas Video Capture\DefaultIcon]
@="C:\\Program Files\\Sony\\Vegas 6.0\\vidcap60.exe,0"
[HKEY_CLASSES_ROOT\Vegas Video Capture\shell]
@=""
[HKEY_CLASSES_ROOT\Vegas Video Capture\shell\Open]
@="Open"
[HKEY_CLASSES_ROOT\Vegas Video Capture\shell\Open\command]
@="\"C:\\Program Files\\Sony\\Vegas 6.0\\vidcap60.exe\" \"%1\""
###########
The following text is the modification I have made to my Windows Registry so I can more closely integrate Sony Video Capture 6.0 with the rest of the Vegas suite. If you want to implement this yourself, just open up "Notepad" and copy all the text between the ######## markers into a file of any name that ends in the extension ".reg" (not ".txt"). By double clicking on the ".reg" file, you will automatically add its contents to the Windows Registry. The change is immediate and you do not have to reboot to see these enhancements. If you don't understand what these registry additions mean, I will be glad to explain them line by line. NOTE: This is specific to Vegas version 6.0 only.
###########
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.SFVIDCAP]
@="Vegas Video Capture"
[HKEY_CLASSES_ROOT\Vegas Video Capture]
@="SFVIDCAP File"
[HKEY_CLASSES_ROOT\Vegas Video Capture\DefaultIcon]
@="C:\\Program Files\\Sony\\Vegas 6.0\\vidcap60.exe,0"
[HKEY_CLASSES_ROOT\Vegas Video Capture\shell]
@=""
[HKEY_CLASSES_ROOT\Vegas Video Capture\shell\Open]
@="Open"
[HKEY_CLASSES_ROOT\Vegas Video Capture\shell\Open\command]
@="\"C:\\Program Files\\Sony\\Vegas 6.0\\vidcap60.exe\" \"%1\""
###########