Why is my MATLAB video such poor quality?
73 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mitchell Tillman
el 27 de Oct. de 2024 a las 18:45
Editada: William Rose
el 28 de Oct. de 2024 a las 16:44
Here's an imgur link to the poor quality video of someone walking: https://imgur.com/a/mr4340L . Other videos I've rendered have turned out fine, see here for a good quality video: https://imgur.com/a/2Xlnb9M
Notice how in the bad quality video, the feet outlines (an image plotted with Image Processing Toolbox) and the line on the ground are blurry, and the dots on the person also lack definition. Is this a rendering issue of some sort? I have tried doing
set(fig, 'Renderer', 'zbuffer');
as well as not specifying any renderer. I'm on M1 Mac running MacOS Sonoma 14.6.1.
3 comentarios
Walter Roberson
el 28 de Oct. de 2024 a las 4:01
The first link accidentally extended to include the period following. I have editted the link and it works now
Mitchell Tillman
el 28 de Oct. de 2024 a las 4:21
Editada: Mitchell Tillman
el 28 de Oct. de 2024 a las 4:22
Thank you for fixing the link. I’m really not sure what if anything I may have done differently. They both used the same code to plot, and that code reads from config files that only differ slightly. I’ve been switching back and forth between using the command line and plotting with the GUI, could that be it?
Respuestas (1)
William Rose
el 28 de Oct. de 2024 a las 16:38
Editada: William Rose
el 28 de Oct. de 2024 a las 16:44
@Walter Roberson, thank you for the link fix.
[Edit: fix spelling.]
@Mitchell Tillman, I would definitely explore the possibility that the quality difference is due to GUI versus command line. I would also compute the file size divided by the number of frames, to get average bytes per frame, for the two videos. It looks like the lower quality video is more compressed. A lower number of bytes per frame, in the low quality video, would support that hypothesis. Then you would investigate whether there is some setting for image compression that is different in the two cases.
The walking pace is about 215 frames per full stride in the lower quality video, and about 295 frames per stride in the higher quality video, i.e. ~35% faster pace in the low quality video, assuming frame rate is constant. (Average across 5 strides, in both cases.) But that does not explain the quality difference.
0 comentarios
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!