Autorun DivX/XviD films on a CD WITHOUT installing ANY codec
Posted: 2003-09-16 04:53:32
well, is possible to burn a cd with a DivX or XviD movie and run it on any computer running Windows, without having to install the "necessary" codecs like DivX, XviD, FFDSHOW, AC3FILTER, etc.
How?? BSPlayer can do that, and there is a great program i've found some time ago that helps you to burn your "Standalone" DivX CD, this program is called BsiLoadMaker, and its avaiable for free here http://prdownloads.sourceforge.net/bsil ... e?download
you can go to http://sourceforge.net/projects/bsiloadmaker/ if you want to know anything more about that project or to download an earlier version.
Well... i'm trying to do now a template to mix the AMC info with the BsiLoadMaker.
In BsiLoadMaker you must choose the audio codec, video codec and filename, and you can also add subtitles. You can write the movie name, actors, director, picture, etc, etc. You'll see that all that data is stored on a file called Index1.html. This file can be easily replaced with any .html exported by AMC. But there're also 2 files more, "loader.bsi" and "bspfilters.dat".
My question to anyone is, how can i make a template to write down a file with some info??? like
WriteFile bspfilters.dat
if VideoFormat=DivX then write (to bspfilters.dat) "AddFilter divxdec.ax" and also copy c:\filters\divxdex.ax to another folder like c:\temp\image-divx\filters\divxdex.ax
well, you'll notice that i dont ANYTHING about pascal, i'm learning while i script this, so please if anyone knows if its possible to write a file and how to do it, post it here please.
How?? BSPlayer can do that, and there is a great program i've found some time ago that helps you to burn your "Standalone" DivX CD, this program is called BsiLoadMaker, and its avaiable for free here http://prdownloads.sourceforge.net/bsil ... e?download
you can go to http://sourceforge.net/projects/bsiloadmaker/ if you want to know anything more about that project or to download an earlier version.
Well... i'm trying to do now a template to mix the AMC info with the BsiLoadMaker.
In BsiLoadMaker you must choose the audio codec, video codec and filename, and you can also add subtitles. You can write the movie name, actors, director, picture, etc, etc. You'll see that all that data is stored on a file called Index1.html. This file can be easily replaced with any .html exported by AMC. But there're also 2 files more, "loader.bsi" and "bspfilters.dat".
My question to anyone is, how can i make a template to write down a file with some info??? like
WriteFile bspfilters.dat
if VideoFormat=DivX then write (to bspfilters.dat) "AddFilter divxdec.ax" and also copy c:\filters\divxdex.ax to another folder like c:\temp\image-divx\filters\divxdex.ax
well, you'll notice that i dont ANYTHING about pascal, i'm learning while i script this, so please if anyone knows if its possible to write a file and how to do it, post it here please.