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 fixed it with this trick:
1- unset pixelFormat attribute from videoOptions
2- set flags like this: .flags(['-pix_fmt', 'yuv420p','-profile:v baseline','-preset ultrafast','-movflags +faststart','-level 3.0'])
Hi, I just added these flags to video options and I can't generate the video cause it gives me this error:
And my flags are (to be supported in whatsapp):
.flags(['-profile:v baseline','-preset ultrafast','-movflags +faststart','-level 3.0'])
Is there any solution to fix this problem?
The text was updated successfully, but these errors were encountered: