kResVSSceneDetectContextMenu	MENU
BEGIN
	POPUP	"Scene Detect Menu"
	BEGIN
		MENUITEM	"$$$/Handler/VideoStory/Menu/SceneDetect=Split into multiple clips",				kResVSPerformSceneDetectCommand
	END
END

kResVSRotateContextMenu	MENU
BEGIN
	POPUP	"Rotate clip Menu"
	BEGIN
		MENUITEM	"$$$/Handler/VideoStory/Menu/Rotate90Left=Rotate 90 Left",				kResVSRotateLeftCommand
		MENUITEM	"$$$/Handler/VideoStory/Menu/Rotate90Right=Rotate 90 Right",				kResVSRotateRightCommand
	END
END