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
I would like to add a video to the current page using the addVideo() API,
but currently the addVideo API does not support the webm format.
To add a video to the current page, I need to create an mp4 file with the h.264 codec and add it using addVideo.
I have two questions like as follows.
Is there any plan to support the webm format in addVideo()?
In order to create an mp4 file with the h.264 codec, I need to create an mp4 file using the h.264 codec in FFMPEG in the Addon.
Do I need to handle the h.264 license issue separately in each Addon, or is there a separate support plan in the Adobe Express Addon?
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What's missing?
I would like to add a video to the current page using the addVideo() API,
but currently the addVideo API does not support the webm format.
To add a video to the current page, I need to create an mp4 file with the h.264 codec and add it using addVideo.
I have two questions like as follows.
Do I need to handle the h.264 license issue separately in each Addon, or is there a separate support plan in the Adobe Express Addon?
The text was updated successfully, but these errors were encountered: