couldn't you just go under Scene_Title, and where it says:
@sprite = Sprite.new
@sprite.bitmap = RPG::Cache.title($data_system.title_name)
or, i.e., to draw the title bitmap, and replace the command to draw a bitmap with a command to draw a movie clip (.avi, or whatever) in the Titles folder of your game called title.avi?