You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to generate a video in mp4 encoding that is working on web browsers on web browsers but it seems that the generated video is not compatible.
I have tried specifying the mime type but that did not really help
The text was updated successfully, but these errors were encountered:
I did a little bit of debugging and saw that the method
"createVideoOutputFormatWithAvailableEncoders" is having a hierarchy of codecs that it chooses from.
In my case it used HVEC for whatever reason even though I have enabled composer .videoFormatMimeType(VideoFormatMimeType.MPEG4)
Hello, I am trying to generate a video in mp4 encoding that is working on web browsers on web browsers but it seems that the generated video is not compatible.
I have tried specifying the mime type but that did not really help
The text was updated successfully, but these errors were encountered: