Tool/software:
I am working with DLP Composer Console and have encountered an issue related to modifying a video file. Specifically, I am replacing the previous video file by reusing the same file name but with a new video file.
When I use the command:
DLPComposer.Console <dlpprj>
after changing the video file (but keeping the original file name), it does not generate a new flash file. However, when I use:
DLPComposer.Console <dlpprj> -r
it successfully creates a new flash file, but the full rebuild process takes a lot of time.
Since I am only modifying one video file (while reusing the same file name), is there a way to avoid a full rebuild and generate a new flash file more efficiently?
Could you also provide information on other available options apart from -r
that might help with incremental changes? The help documentation doesn't seem to provide detailed insights into this.