reading and writing movie files of of . y4m extension
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Majid Al-Sirafi
      
 el 2 de Dic. de 2015
  
    
    
    
    
    Comentada: Walter Roberson
      
      
 el 10 de Abr. de 2017
            Hi everyone I have two questions
1-How to read and write movie files (of . y4m extension) with matlab
2-I want simple movies (.avi extension) with little frames with size(256X256) or size(512X512)
Regards
0 comentarios
Respuesta aceptada
  Walter Roberson
      
      
 el 2 de Dic. de 2015
        For writing y4m files I do not see code available (but I do see it listed as an Extra Credit project at a couple of universities.)
For writing .avi see VideoWriter
9 comentarios
  sendja450
 el 10 de Abr. de 2017
				I'm using the function you mentioned in your answer, it worked for me. Now I want to divide each frame into 64x64 block and build an histogram for each block created. Could you help me on that ?
  Walter Roberson
      
      
 el 10 de Abr. de 2017
				mat2cell() to break into blocks, and then histogram each. Or, alternately, you might be able to use blockproc()
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



