THERE IS A PROGRAM!!! for ripping sprites to pcx. It's called Irfanview. the video HAS to be an AVI file. Then you can rip dat video son and make it into an intro son. For the DEF, figure out the codes. all you need is a base code. It's just a small amount of code followed by a really long animation code, for example here's one I threw down for a naruto game:
Spoiler, click to toggle visibilty
;Naruto Unknown Paths Intro
[SceneDef]
spr = intro1.sff
;---------------------------------------------------
[Scene 0]
fadein.time = 50
fadeout.time = 50
clearcolor = 0,0,0
bg.name = BG0
end.time = 5802
bgm = Audio.mp3
;---------------------------------------------------
[BG0 intro vid]
type = anim
actionno = 0
start = -160,0
mask = 0
;Intro
[Begin Action 0]
0,0, 0,0, 2
0,1, 0,0, 2
0,2, 0,0, 2
0,3, 0,0, 2
0,4, 0,0, 2
0,5, 0,0, 2
0,6, 0,0, 2
0,7, 0,0, 2
0,8, 0,0, 2
0,9, 0,0, 2
0,10, 0,0, 2
0,11, 0,0, 2
0,12, 0,0, 2
0,13, 0,0, 2
0,14, 0,0, 2
0,15, 0,0, 2
0,16, 0,0, 2
0,17, 0,0, 2
0,18, 0,0, 2
0,19, 0,0, 94
0,20, 0,0, 2
0,21, 0,0, 2
0,22, 0,0, 2
0,23, 0,0, 2
0,24, 0,0, 2
0,25, 0,0, 2
0,26, 0,0, 2
0,27, 0,0, 2
0,28, 0,0, 2
0,29, 0,0, 2
0,30, 0,0, 2
0,31, 0,0, 2
0,32, 0,0, 2
0,33, 0,0, 2
0,34, 0,0, 2
0,35, 0,0, 2
0,36, 0,0, 2
0,37, 0,0, 2
0,38, 0,0, 2
0,39, 0,0, 2
0,40, 0,0, 2
0,41, 0,0, 2
0,42, 0,0, 2
0,43, 0,0, 2
0,44, 0,0, 2
0,45, 0,0, 2
...(add more for how many frames you have til your last frame)
0,790, 0,0, 2
[Scene 0]
bgm = put your bgm here.,mp3
bgm.loop = 1
fadeout.col = 0, 0, 0
clearcolor = 0, 0, 0
end.time = 0
And you can use VLC media player to convert the video file to mp3 for your music 
add the sprites using fighter factory, it's literally as simple as opening the fighter factory and pressing like two buttons.
AND THEN, last step, go back through your sprites and check for any that are corrupted. delete those.