Bizzeh
22nd June 2004, 03:26
i just spent the past hour writing a quick app that can change a single avi's FOURCC or the FOURCC's of a full dir of avi's
params:
-h = shows help
-s = [filename] [new fourcc] change a single file's fourcc
-d = [directory] [new fourcc] change all fourcc's of all avi files in a dir
http://www.xdebug.net/mfcc.exe
it prety much opens the file. seeks to 0xBC, writes in what you give it, and then closes the file.
hope someone finds it usefull
-Bizzeh
params:
-h = shows help
-s = [filename] [new fourcc] change a single file's fourcc
-d = [directory] [new fourcc] change all fourcc's of all avi files in a dir
http://www.xdebug.net/mfcc.exe
it prety much opens the file. seeks to 0xBC, writes in what you give it, and then closes the file.
hope someone finds it usefull
-Bizzeh