The vbseo integration notice in the vboptions area won't disappear after adding the below code to the "define customer rewrite rules" area in vbseo control panel.
Code:
//==========================================================================
// Video Directory
//==========================================================================
'video.php?do=viewdetails&categoryid=(d+)&categorytitle=(.*)&videoid=(d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)&page=(d+)'=>'videos/$2-$1/$3/'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'video.php'=>'videos/'