// // time: Tue Feb 28 00:36:48 1995 // // version: 2.0.3 (format), 2.1.1 (DX) // // Begin MDF // MODULE MPEGmac // CATEGORY Mpeg // DESCRIPTION Outputs frames for you // INPUT object; object; (none); renderable object - first output of image module // INPUT camera; camera; (none); camera - second output of image module // INPUT sequencer; value list or string; (none); sequencer gets plugged in here // End MDF // workspace: width = 3083, height = 1600 // layout: snap = 0, width = 50, height = 50, align = UL // macro MPEGmac( object ,camera ,sequencer ) -> ( ) { // // node Input[3]: x = 285, y = 87, inputs = 0, label = Input // // parameter: position = 3, name = 'sequencer', value = '(none)', descriptive = 1, description = 'sequencer gets plugged in here', required = 1 MPEGmac_Input_3_out_1 = sequencer; // // node Input[1]: x = 93, y = 80, inputs = 0, label = Input // // parameter: position = 1, name = 'object', value = '(none)', descriptive = 1, description = 'renderable object - first output of image module', required = 1 MPEGmac_Input_1_out_1 = object; // // node Input[2]: x = 156, y = 82, inputs = 0, label = Input // // parameter: position = 2, name = 'camera', value = '(none)', descriptive = 1, description = 'camera - second output of image module', required = 1 MPEGmac_Input_2_out_1 = camera; // // node Format[1]: x = 263, y = 199, inputs = 2, label = Format // input[1]: defaulting = 0, visible = 1, type = 32, value = "image.%.03d.rgb" // MPEGmac_Format_1_out_1 = Format( MPEGmac_Format_1_in_1, MPEGmac_Input_3_out_1 ) [instance: 1, cache: 1]; // // node Render[1]: x = 144, y = 181, inputs = 3, label = Render // MPEGmac_Render_1_out_1 = Render( MPEGmac_Input_1_out_1, MPEGmac_Input_2_out_1, MPEGmac_Render_1_in_3 ) [instance: 1, cache: 1]; // // node WriteImage[1]: x = 211, y = 301, inputs = 4, label = WriteImage // WriteImage( MPEGmac_Render_1_out_1, MPEGmac_Format_1_out_1, MPEGmac_WriteImage_1_in_3, MPEGmac_WriteImage_1_in_4 ) [instance: 1, cache: 1]; // network: end of macro body } MPEGmac_Input_3_out_1 = NULL; MPEGmac_Input_1_out_1 = NULL; MPEGmac_Input_2_out_1 = NULL; MPEGmac_Format_1_in_1 = "image.%.03d.rgb"; MPEGmac_Format_1_out_1 = NULL; MPEGmac_Render_1_in_3 = NULL; MPEGmac_Render_1_out_1 = NULL; MPEGmac_WriteImage_1_in_3 = NULL; MPEGmac_WriteImage_1_in_4 = NULL;