gilmanhunt
12-28-2006, 02:55 PM
(language is php)
My script "encourages" the flix engine to create 3 thumbnails:
Flix2_FilterSetParamAsStr( $filter, FE2_PNGEX_AUTO_EXPORT_COUNT,3);
and gives it a random period of 5:
Flix2_FilterSetParamAsStr( $filter, FE2_PNGEX_AUTO_EXPORT_RANDOM_PERIOD,5);
We've been having some problems with the encoder not creating all three thumbnails. In the one example I've looked at today, the video was only 28 seconds long.
27 seconds (rounded for simplicity) / 3 segments = 9 sec/seg. with a +-5, which I presume is in seconds, it's possible that those will overlap or go out of bounds.
Will the encoder drop videos if they wind up either overlapping or out of the
bounds of the video?
-Russ
My script "encourages" the flix engine to create 3 thumbnails:
Flix2_FilterSetParamAsStr( $filter, FE2_PNGEX_AUTO_EXPORT_COUNT,3);
and gives it a random period of 5:
Flix2_FilterSetParamAsStr( $filter, FE2_PNGEX_AUTO_EXPORT_RANDOM_PERIOD,5);
We've been having some problems with the encoder not creating all three thumbnails. In the one example I've looked at today, the video was only 28 seconds long.
27 seconds (rounded for simplicity) / 3 segments = 9 sec/seg. with a +-5, which I presume is in seconds, it's possible that those will overlap or go out of bounds.
Will the encoder drop videos if they wind up either overlapping or out of the
bounds of the video?
-Russ