Am actually only wanting to export an array of Point helpers rather than geometry points. Found code here that I think might work: . Not sure if this…
Have been looking into using ffmpeg to solve this. Previously have used ffprobeto get info from video. Has anyone used ffmpeg in maxscript to convert …
Assumed was possible after finding this: plus help file mentions this: [left]<bitmap>.numframes : Integer [/left] [left]The number of frames i…
Everything works now. Thanks for help
Can’t seem to get frame rate to work: struct vidOps (width,height,filename,duration,frame_rate,frames,sizeMB) vidInfo = VidOps() ffProbe…
Managed to get code to work. Only problem now is getting it to work within folders with spaces. – theFile = “C:\Documents and Settings\Owner\Desk…
Testing out ffprobe code and seems to be right direction. The ‘@’ bits in code are giving following error: ‘at bad, expected <factor>’. Using 3d…
Any ideas on this? Think would involve getting data from javascript here: which involves ‘updateAddressHash’. Not sure how to go about getting this.
Here’s a sample. Commented out stuff I’ve tried. Not sure if ‘on axWeb_GPS Navigated txt do ’ is best method or not either. Basically whenever suncal…