videowriter error: 'The specified profile is not valid.'
Ältere Kommentare anzeigen
Hello,
I am trying to create a video in Matlab from a time series of plots.
On my Mac OSX running Matlab 2016b system the code works fine, however, when I run it in Ubuntu on Matlab Matlab 2017b (on a computing server), I get the following error.
Could someone help?
Thank you!
>> myfun
Error using VideoWriter (line 169)
The specified profile is not valid.
Error in myfun (line 49)
v = VideoWriter([pwd,'/','myfile.mp4'],'MPEG-4');
Antworten (1)
David Miller
am 7 Okt. 2025
Verschoben: Walter Roberson
am 7 Okt. 2025
0 Stimmen
MPEG-4 is not supported on Linux even in newer releases.
Kategorien
Mehr zu Audio and Video Data finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!