-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash invalid vertex shader, built for Android #36
Comments
hi lasnow,may i ask you a quetion. |
Yep, if you check my build script in the attached zip file you can see that I replaced |
appreciate for your reply! but i compile without --enable-opengl,it built sucessed. but test fail like #35 . |
run cmd |
请问您编译出安卓下使用的libffmpengso库了吗,可以分享一下吗?搞了三天了,都没成功。 |
Hello,
Finally, I was able to build the library for Android (I needed to change some includes in the
vf_gltransition.c
) and using this wrapper I can run the ffmpeg using the command line options.So before I added this library the FFmpeg was working fine, in fact, the FFmpeg is working fine, but when I try to use some of the Transition features it crashes.
Here the crash for:
ffmpeg -i path-to/0.mp4 -i path-to/1.mp4 -filter_complex gltransition -y out.mp4
Attached you'll find a zip that contains two files:
vf_gltransition.c
fileNote: I just tried to build for arm64-v8a
Thanks
The text was updated successfully, but these errors were encountered: