MATLAB: Does VideoWriter support H.264 High Profile in versions newer than R2017b

h.264videowriter

Does VideoWriter support H.264 High Profile in versions newer than R2017b?
Using below VideoWriter settings in R2017b encoded a H.264 video file with the Main Profile. The profile version was read using ffprobe (https://www.ffmpeg.org/ffprobe.html).
Can I specify VideoWriter to use the High Profile instead or does newer versions of MATLAB use the High Profile?
v = VideoWriter('newfile','MPEG-4');
v.Quality = 100;

Best Answer

No, it does not. The only MPEG-4 profile supported is 'MPEG-4'