Ricebug on 3/5/2014 at 11:46
When I upgraded to Win7 Pro, my trusty Adobe Premier quit working. So I'm using VirtualDub64 to essentially save a movie that will show in T2. I've set the framerate to 15 fps and the audio to IMA ADPCM, and saved the thing as Save Old Format AVI. Doesn't work. I have the DivX codec (plus every other codec out there).
I've also tried saving it out as Save As AVI, tried various other compression algorithms, to no avail. What settings are you guys using?
EDIT: As soon as I posted this, I dropped an AVI from another FM that I knew worked. It doesn't work either. So, apparently, a codec is missing, is in the wrong directory, or something.
Nameless Voice on 3/5/2014 at 12:09
Are you using NewDark?
Video codecs and fighting with lgvid.ax should be just distant memories - NewDark comes with FFMPEG built-in and should just play everything.
Ricebug on 3/5/2014 at 14:11
I found the problem. I had the strings folder set to play cutscenes after each mission, like so:
[INDENT]miss18.mis --> cs18.avi
miss19.mis --> cs19.avi
miss20.mis --> cs20.avi[/INDENT]
Nothing worked. So I changed the Missflag to get rid of the cutscene param:
[INDENT]miss_18: "no_loadout"
miss_19: "no_loadout"
miss_20: "no_loadout,cutscene,end"[/INDENT]
and renamed the movie files
[INDENT]b19
b20
cs20[/INDENT]
They all work correctly now. Not sure why the first two wouldn't run as cutscenes.