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