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 need to merge one video obtained using the camera api (without any additional processing) and a video obtain by converting an image to a video using ffmpegkit with the following parameters:
As you can see in my ffmpegkit command I tried to customize it in order for the parameters to be the same. The only thing that is different is the profileCompatibility: 128 vs 192, that I couldn't change via ffmpegkit settings
Can you please help me with this problem that i am having?
The text was updated successfully, but these errors were encountered:
Hello,
I need to merge one video obtained using the camera api (without any additional processing) and a video obtain by converting an image to a video using
ffmpegkit
with the following parameters:I am getting the error:
So the two debugging indications looks like this
1.
As you can see in my ffmpegkit command I tried to customize it in order for the parameters to be the same. The only thing that is different is the
profileCompatibility
: 128 vs 192, that I couldn't change via ffmpegkit settingsCan you please help me with this problem that i am having?
The text was updated successfully, but these errors were encountered: