lunes, 6 de mayo de 2013

FORMATOS DE VIDEO


FORMATOS DE VIDEO
FORMATO SWF
Probe con los tres formatos y me reproducieron
          Shape {
                    appearance Appearance {
                             texture MovieTexture {
                                      loop FALSE
                                      speed 1
                                      url     ["sf.swf"]
                             }
                    }
                    geometry Box {size 3.9 2.7 0.1

                             }      
          }
Transform {
         children [
Shape   {
         appearance Appearance {
                   material Material {
                            diffuseColor 1 1 1
                   }
         }
         geometry Box     { size 0.4 1 0.1}
}
]
translation 0 -1.84   0
}

Transform {
         children [
Shape   {
         appearance Appearance {
                   material Material {
                            diffuseColor 1 1 1
                   }
         }
         geometry Box     { size 1.6 0.1 0.6}
}

translation 0 -2.31 0
}









FORMATO MPG
          Shape {
                    appearance Appearance {
                             texture MovieTexture {
                                      loop FALSE
                                      speed 1
                                      url     ["mp.mpg"]
                             }
                    }
                    geometry Box {size 3.9 2.7 0.1

                             }      
          }
Transform {
         children [
Shape   {
         appearance Appearance {
                   material Material {
                            diffuseColor 1 1 1
                   }
         }
         geometry Box     { size 0.4 1 0.1}
}
]
translation 0 -1.84   0
}

Transform {
         children [
Shape   {
         appearance Appearance {
                   material Material {
                            diffuseColor 1 1 1
                   }
         }
         geometry Box     { size 1.6 0.1 0.6}
}












FORMATO AVI
          Shape {
                    appearance Appearance {
                             texture MovieTexture {
                                      loop FALSE
                                      speed 1
                                      url     ["av.avi"]
                             }
                    }
                    geometry Box {size 3.9 2.7 0.1

                             }      
          }
Transform {
         children [
Shape   {
         appearance Appearance {
                   material Material {
                            diffuseColor 1 1 1
                   }
         }
         geometry Box     { size 0.4 1 0.1}
}
]
translation 0 -1.84   0
}

Transform {
         children [
Shape   {
         appearance Appearance {
                   material Material {
                            diffuseColor 1 1 1
                   }
         }
               geometry Box   { size 1.6 0.1 0.6}
















 

1 comentario: