\AX
1st July 2003, 21:55
I dont know where this ? should go...but i just read the readme taht comes with the app...it say's it adds 000's to the end of the mode2 form source files...and there is nothing anybody can do about it. This as stated can lead to playback problems possibly.
Ok, but how come it cant add in a extra file to make up for the difference??? This might be because it does this will EACH file vs all files combined right??? If this is true this suggestion is out the door.
How come the app couldnt getsize() or whatever of the total files to be burned and use modulus to create a dummy file.???
Like something like the below...
foo = imageSize % 2324
if foo != 0 then
{
code here to output a dummy file of the remainding bytes with or
without overhead of 300KB (or whatever overhead/calculations are
needed.
}
im not sure still if it has to be for EACH file and not the whole lot. If it has to be for each file is there any way to trick the image into thinking its one file instead of movie.avi and dummydat.dat ???
anybody know what i mean?
Ok, but how come it cant add in a extra file to make up for the difference??? This might be because it does this will EACH file vs all files combined right??? If this is true this suggestion is out the door.
How come the app couldnt getsize() or whatever of the total files to be burned and use modulus to create a dummy file.???
Like something like the below...
foo = imageSize % 2324
if foo != 0 then
{
code here to output a dummy file of the remainding bytes with or
without overhead of 300KB (or whatever overhead/calculations are
needed.
}
im not sure still if it has to be for EACH file and not the whole lot. If it has to be for each file is there any way to trick the image into thinking its one file instead of movie.avi and dummydat.dat ???
anybody know what i mean?