lightsout
09-20-2006, 04:17 AM
Hello!
Using On2's standard filterapi functions in my PHP scripts, FE2_PNGEX_EXPORT_TIME_STRING is acting up, sometimes exporting all of the PNG's it's supposed to, sometimes only generating 1, or even 2 of the PNG images. Any idea why? Ive checked my variables and all calculations are correct based on the duration of the entire video file. This is happening in both Quicktime and WMV encodes...
filterapi('FE2_FILTER_PNGEX', '', '');
filterapi('Flix2_FilterSetParamAsStr', 'FE2_PNGEX_EXPORT_TIME_STRING', ("$imageA,$imageB,$imageC"));
Please help! Thanks in advance...
Using On2's standard filterapi functions in my PHP scripts, FE2_PNGEX_EXPORT_TIME_STRING is acting up, sometimes exporting all of the PNG's it's supposed to, sometimes only generating 1, or even 2 of the PNG images. Any idea why? Ive checked my variables and all calculations are correct based on the duration of the entire video file. This is happening in both Quicktime and WMV encodes...
filterapi('FE2_FILTER_PNGEX', '', '');
filterapi('Flix2_FilterSetParamAsStr', 'FE2_PNGEX_EXPORT_TIME_STRING', ("$imageA,$imageB,$imageC"));
Please help! Thanks in advance...