|
|
| gboudro |
| Posted: Jan 9 2003, 04:42 PM |
 |
|
Unregistered

|
Hi,
I try to find how to make invisible the second AVI (output file) in the code. I'm not able to find it...
What function or procedure do I have to change?
thanks in advanced! |
 |
| gboudro |
| Posted: Jan 9 2003, 07:52 PM |
 |
|
Unregistered

|
After 5 hours, I have finally find how...
I have to change the following flag in the function "DisplayFrame"
bool bShowOutput = false;
instead of
bool bShowOutput = !g_sceneShuttleMode && !g_dubber && g_dubOpts.video.fShowOutputFrame; |
 |