Why is my MATLAB video such poor quality?

73 vues (au cours des 30 derniers jours)
Mitchell Tillman
Mitchell Tillman le 27 Oct 2024 à 18:45
Modifié(e) : William Rose le 28 Oct 2024 à 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 commentaires
Walter Roberson
Walter Roberson le 28 Oct 2024 à 4:01
The first link accidentally extended to include the period following. I have editted the link and it works now
Mitchell Tillman
Mitchell Tillman le 28 Oct 2024 à 4:21
Modifié(e) : Mitchell Tillman le 28 Oct 2024 à 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?

Connectez-vous pour commenter.

Réponses (1)

William Rose
William Rose le 28 Oct 2024 à 16:38
Modifié(e) : William Rose le 28 Oct 2024 à 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.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits


Version

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by