VideoWriter generating unexpected results

26 ビュー (過去 30 日間)
Touraj Tajbakhsh
Touraj Tajbakhsh 2023 年 12 月 11 日
コメント済み: Pierre 2025 年 9 月 30 日
I believe the VideoWriter in R2023b has a bug. It can be reproduced with this piece of code:
v = VideoWriter('test.mp4', 'MPEG-4'); % use h264 encoding
v.FrameRate = 30;
v.Quality = 100;
open(v)
vidFrame = ones([1920, 1080, 3]);
writeVideo(v, vidFrame);
close(v)
There are black lines appearing in the output video:
I am on MacOS Sonoma 14.1.2 (M2 Ultra).
  11 件のコメント
Shaozhen
Shaozhen 2025 年 4 月 29 日
Same here. Apple Silicon M4, running 2024a
I tried different resolutions too, but none of them work. The only work-around I have is to use Uncompressed AVI.
Pierre
Pierre 2025 年 9 月 30 日
Same bug on 2025a. It seems incredibly difficult to fix.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by