#!/usr/bin/avs -network version 5.0 (50.25 ibm) module "read frame seq.user.0" -xy 198,103 -ex $Path/avs_library/read_seq module "image viewer.user.1" -xy 198,193 module "image to YUV.user.2" -xy 208,293 -ex /ccalcu/fulco/AVS/WRITE_ANY_IMAGE/write_yuv port_connect "read frame seq.user.0":0 "image viewer.user.1":0 port_connect "image viewer.user.1":0 "image to YUV.user.2":0 mod_image "image viewer.user.1" image_set_scene -scene "image viewer.user.1" image_set_view_size 722 153 492 491 image_set_view_transformation -tx -0.000000 -ty -0.000000 -sx 1.000000 -sy 1.000000 image_set_color 0.000000 0.000000 0.000000 } shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,1023 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,305 panel "read frame seq.user.0" -w panel -p "Top Level Stack" \ -xy 0,64 -wh 256,86 manipulator "read frame seq.user.0:Play Forward" -w oneshot -p "read frame seq.user.0" \ -xy 10,54 -wh 118,21 panel "image to YUV.user.2" -w panel -p "Top Level Stack" \ -xy 0,86 -wh 256,218 manipulator "image to YUV.user.2:File name" -w typein -p "image to YUV.user.2" \ -xy 10,10 -wh 118,21 manipulator "image to YUV.user.2:img number" -w typein_integer -p "image to YUV.user.2" \ -xy 10,32 -wh 118,21 manipulator "image to YUV.user.2:reset" -w oneshot -p "image to YUV.user.2" \ -xy 10,54 -wh 118,21 manipulator "image to YUV.user.2:on" -w toggle -p "image to YUV.user.2" \ -xy 10,76 -wh 118,21 manipulator "image to YUV.user.2:on_next" -w oneshot -p "image to YUV.user.2" \ -xy 10,98 -wh 118,21 manipulator "image to YUV.user.2:param" -w oneshot -p "image to YUV.user.2" \ -xy 10,120 -wh 118,21 manipulator "image to YUV.user.2:mpeg_encode" -w oneshot -p "image to YUV.user.2" \ -xy 10,142 -wh 118,21 manipulator "image to YUV.user.2:mpeg_play" -w oneshot -p "image to YUV.user.2" \ -xy 10,164 -wh 118,21 manipulator "image to YUV.user.2:file_name" -w text -p "image to YUV.user.2" \ -xy 10,185 -wh 236,21 panel "read frame seq.user.0!read sequence" -w panel -p ui -xy 900,39 -wh 256,489\ -P title string "read sequence" manipulator "read frame seq.user.0:Frames/Second" -w typein_integer -p "read frame seq.user.0!read sequence" \ -xy 10,241 -wh 236,21 manipulator "read frame seq.user.0:Current Frame" -w typein_integer -p "read frame seq.user.0!read sequence" \ -xy 10,263 -wh 236,21 manipulator "read frame seq.user.0:Read Sequence Browser" -w browser -p "read frame seq.user.0!read sequence" \ -xy 10,285 -wh 236,193 panel "image viewer.user.1!image" -w container -p ui -xy 693,144 -wh 532,565\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator "read frame seq.user.0!read sequence!title" -w text -p "read frame seq.user.0!read sequence" \ -xy 75,15 -wh 118,21 manipulator "image viewer.user.1":"Update Always" -w none manipulator "image viewer.user.1":"Update Image" -w none # End of file