Currently I am using a batch file to start my encoded movies and have all the necessary .ax files in the same directory. So I dont have to install the codecs. e.g. xvid.ax
But I cant seem to find divx.ax as I want to try and play divx files without installing the codec. I simply want to refer to the divx.ax file the same way I call the xvid.ax file.
The batch file im using is as follows:
mplayerc.exe /filter *.ax /fullscreen "movie.avi"
and i have the following files in the same directory
CoreAAC.ax
XviD.ax
mplayerc.exe
This allows me to play the movie without the codec installed on the users computer!
Does the DivX.ax even exist?
Thanks
