Re: Capture Viewport

Date : Thu, 27 Apr 2006 16:47:31 +0200
To : XSI(at)Softimage.COM
From : André Adam <a_adam(at)49games.de>
Subject : Re: Capture Viewport
Yeah, it's me trying to find out the corresponding string on my colleagues 32bit OS... ;))

Francois Lord wrote:

Looks like a transcription of someone being tortured.

André Adam wrote:

Now, it is kind of possible to set a codec using that string, but if you're multi-platform you have to take care of the string differences. So, it works, but it certainly looks ugly... ;))

(This is the version for the FXTree File Output node...)


//Decide for video codec string, platform sensitive
if(Application.Platform == "Win64"){
if(oUnCompress){
oFXOutOp.Parameters("codec").Value = "YAAAAAEAAAAAAAAAAAAAAHZpZGNESUIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACwBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";


}
else{
oFXOutOp.Parameters("codec").Value = "YAAAAAEAAAAAAAAAAAAAAHZpZGNtc3ZjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACwBAAAoIwAAAAAAAAAAAACQGNIcAAAAAAQAAAAAAAAA";


}
}
if(Application.Platform == "Win32"){
if(oUnCompress){
oFXOutOp.Parameters("codec").Value = "QAAAAAEAAAAAAAAAdmlkY0RJQiAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAAsAQAAECcAAAAAAAAAAAAAAAAAAA==";


}
else{
oFXOutOp.Parameters("codec").Value = "QAAAAAEAAAAAAAAAdmlkY21zdmMAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAKCMAAAAAAAC4rH0RBAAAAA==";


     }
   }





---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi



--- Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body: unsubscribe xsi


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.