Page 1 of 1

X & Y dimensions don't get passed through to caption.

Posted: Thu Apr 14, 2011 1:49 pm
by lotech
I'm trying to list a clips HxW in a module and have the code below in PericodicalElapsed

current_layer_x = modul8.getValue('info_layer_media_pixelSize_x', 0)

# Display codec
xout = current_layer_x
module.setAttribute('x', 'CAPTION', xout)

Yet this doesn't output the media info as it should. I've got codec & filename to display no problems but no luck with dimensions.